2013-12-06 12:51:00 -05:00
|
|
|
.gap {
|
2015-06-29 03:47:07 -04:00
|
|
|
/* may not need this */
|
2013-12-06 12:51:00 -05:00
|
|
|
}
|
|
|
|
|
2015-06-18 21:24:10 -04:00
|
|
|
.time-gap {
|
2015-06-18 23:30:01 -04:00
|
|
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
|
|
|
color: lighten($primary, 50%);
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin-bottom: 10px;
|
2015-06-20 02:08:49 -04:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
2015-06-18 23:30:01 -04:00
|
|
|
.topic-avatar {
|
|
|
|
margin: 0 5px 0 10px;
|
|
|
|
}
|
2015-06-18 21:24:10 -04:00
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
.topic-post {
|
2015-06-14 22:59:49 -04:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2013-09-17 23:32:11 -04:00
|
|
|
padding: 6px 0 3px 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
span.badge-posts {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
.show-replies {
|
2013-09-05 15:37:07 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-07-20 05:36:26 -04:00
|
|
|
nav.post-controls {
|
|
|
|
clear: both;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2015-07-08 01:10:53 -04:00
|
|
|
.who-liked {
|
2015-07-10 00:48:44 -04:00
|
|
|
margin-left: 10px;
|
2015-07-08 01:10:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
button.like-count {
|
2015-07-10 18:24:29 -04:00
|
|
|
font-size: 1em;
|
2015-07-08 01:10:53 -04:00
|
|
|
padding: 8px 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
button {
|
2014-03-06 01:51:39 -05:00
|
|
|
border: none;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.214em;
|
2014-03-20 00:43:22 -04:00
|
|
|
padding: 8px 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
vertical-align: top;
|
|
|
|
background: transparent;
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2014-07-20 05:36:26 -04:00
|
|
|
float: left;
|
2014-03-19 10:02:09 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-05-13 08:53:11 -04:00
|
|
|
&.admin {
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-05-13 14:39:13 -04:00
|
|
|
&.expand-post {
|
|
|
|
margin:10px 0 10px 0;
|
|
|
|
}
|
2014-07-20 04:39:02 -04:00
|
|
|
&.has-like {color: $love;}
|
2014-03-19 10:02:09 -04:00
|
|
|
.read-icon {
|
|
|
|
&:before {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f02e";
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-19 10:02:09 -04:00
|
|
|
&.unseen {
|
|
|
|
&:before {
|
|
|
|
content: "\f097";
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
2014-03-19 10:02:09 -04:00
|
|
|
&.bookmarked {
|
|
|
|
&:before {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $tertiary;
|
2014-03-19 10:02:09 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2014-07-20 05:12:35 -04:00
|
|
|
|
2014-07-20 05:50:58 -04:00
|
|
|
/* shift post reply button to the right and make it black */
|
|
|
|
.post-controls button.create {
|
|
|
|
float: right;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-05-13 08:53:11 -04:00
|
|
|
.post-admin-menu {
|
|
|
|
background-color: $secondary;
|
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
2015-06-14 22:59:49 -04:00
|
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2014-05-13 08:53:11 -04:00
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
2014-10-13 16:38:22 -04:00
|
|
|
bottom: 0;
|
|
|
|
left: 135px;
|
2014-05-13 08:53:11 -04:00
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
h3 {
|
2014-10-13 16:38:22 -04:00
|
|
|
margin-top: 0;
|
2014-05-13 08:53:11 -04:00
|
|
|
color: $primary;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 176px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
i.fa {
|
|
|
|
width: 14px;
|
|
|
|
margin-right: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
|
|
|
|
.embedded-posts {
|
|
|
|
.topic-meta-data h5 a {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply-new {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-actions {
|
2014-10-12 02:25:38 -04:00
|
|
|
display: inline-block;
|
2014-10-20 01:47:34 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-action {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-action .relative-date {
|
|
|
|
margin-left: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-to-tab {
|
2014-09-16 11:19:40 -04:00
|
|
|
position: absolute;
|
|
|
|
z-index: 400;
|
|
|
|
right: 80px;
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2014-09-16 11:19:40 -04:00
|
|
|
span { display: none; }
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.star {
|
2013-09-14 00:39:08 -04:00
|
|
|
display: inline-block;
|
2013-09-05 15:37:07 -04:00
|
|
|
float: left;
|
2014-05-10 02:09:04 -04:00
|
|
|
font-size: 1.3em;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-05-13 15:07:05 -04:00
|
|
|
.topic-post .boxed .contents {
|
|
|
|
float: none;
|
2014-06-13 02:14:58 -04:00
|
|
|
padding-top: 5px;
|
|
|
|
clear: both;
|
2014-10-13 16:38:22 -04:00
|
|
|
position: relative;
|
2014-05-13 15:07:05 -04:00
|
|
|
}
|
|
|
|
|
2013-11-15 13:30:24 -05:00
|
|
|
.topic-map {
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2015-07-21 21:46:15 -04:00
|
|
|
margin: 10px 0;
|
2015-08-20 19:47:34 -04:00
|
|
|
background: blend-primary-secondary(5%);
|
2015-05-22 04:28:34 -04:00
|
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
|
|
|
border-top: none; // would cause double top border
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2015-06-03 05:46:35 -04:00
|
|
|
section {
|
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 4px;
|
2015-06-03 06:15:34 -04:00
|
|
|
margin-top: 0;
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 23px;
|
2015-05-21 18:30:10 -04:00
|
|
|
font-weight: normal;
|
2015-05-22 04:28:34 -04:00
|
|
|
font-size: 1em;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
h4 {
|
|
|
|
margin: 0 0 3px 0;
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2013-09-05 15:37:07 -04:00
|
|
|
font-weight: normal;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.857em;
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2014-07-13 01:17:54 -04:00
|
|
|
.user {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.avatars {
|
|
|
|
> div {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin: 3px 0;
|
|
|
|
}
|
|
|
|
.post-count {
|
|
|
|
position: absolute;
|
2015-04-08 16:31:19 -04:00
|
|
|
right: 3px;
|
|
|
|
border-radius: 100px;
|
|
|
|
padding: 4px 5px 2px 5px;
|
|
|
|
text-align: center;
|
2013-09-05 15:37:07 -04:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 11px;
|
2015-04-08 16:31:19 -04:00
|
|
|
line-height: 1;
|
2014-05-06 03:48:44 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2013-11-28 11:45:16 -05:00
|
|
|
.map-collapsed {
|
|
|
|
.secondary {
|
|
|
|
display: none;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-11-28 11:45:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.map {
|
2013-09-05 15:37:07 -04:00
|
|
|
li {
|
|
|
|
float: left;
|
2014-09-23 06:06:07 -04:00
|
|
|
padding: 7px 8px;
|
2013-09-05 15:37:07 -04:00
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-11-28 11:45:16 -05:00
|
|
|
a, .number {
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 20px;
|
|
|
|
}
|
2015-06-03 05:46:35 -04:00
|
|
|
.number, i {
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 20%), scale-color($secondary, $lightness: 80%));
|
2015-06-03 05:46:35 -04:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
2014-05-06 18:38:22 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.avatar + a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
2014-09-23 14:29:27 -04:00
|
|
|
li.avatars {
|
2014-09-23 06:06:07 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-06-03 05:46:35 -04:00
|
|
|
.links, .information, .avatars {
|
2014-06-26 03:46:16 -04:00
|
|
|
padding: 7px 10px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2014-05-06 03:24:04 -04:00
|
|
|
overflow: auto;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-10-22 10:41:09 -04:00
|
|
|
|
2015-06-03 05:46:35 -04:00
|
|
|
.participants { // PMs //
|
|
|
|
.user {float: left; margin: 0 10px 10px 0;}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-05-06 03:48:44 -04:00
|
|
|
|
|
|
|
.domain {
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
2014-05-06 03:48:44 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.topic-links {
|
|
|
|
.badge-notification {
|
2014-07-01 03:51:47 -04:00
|
|
|
margin: 1px 5px 2px 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
2014-06-26 03:46:16 -04:00
|
|
|
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
2014-08-27 03:46:08 -04:00
|
|
|
padding:1px;
|
2014-06-26 03:46:16 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.buttons {
|
|
|
|
float: right;
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
2014-09-23 06:06:07 -04:00
|
|
|
padding: 0 15px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2015-08-20 19:47:34 -04:00
|
|
|
background: blend-primary-secondary(5%);
|
2015-05-22 04:28:34 -04:00
|
|
|
border-left: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
2015-05-22 17:40:39 -04:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa {
|
2013-09-05 15:37:07 -04:00
|
|
|
margin: 0;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.286em;
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
2015-07-21 21:46:15 -04:00
|
|
|
@include clearfix;
|
2015-06-14 22:59:49 -04:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2015-07-21 21:46:15 -04:00
|
|
|
padding: 20px 0 0 0;
|
2015-01-12 11:48:54 -05:00
|
|
|
.fa-bookmark.bookmarked { color: $tertiary; }
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-05-06 03:48:44 -04:00
|
|
|
/* this is to force the drop-down notification state description para below the button */
|
|
|
|
#topic-footer-buttons p {
|
|
|
|
clear: both;
|
2014-05-06 04:14:56 -04:00
|
|
|
margin: 0;
|
2014-05-06 03:48:44 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#suggested-topics {
|
|
|
|
clear: left;
|
2015-07-21 21:46:15 -04:00
|
|
|
padding: 20px 0 15px 0;
|
2014-03-07 06:43:50 -05:00
|
|
|
th.views, td.views, td.activity, th.activity, th.likes, td.likes {
|
2013-09-05 15:37:07 -04:00
|
|
|
display: none;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2014-03-19 16:04:53 -04:00
|
|
|
a.badge-category, a.badge-category-parent {
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.714em;
|
2014-05-10 02:09:04 -04:00
|
|
|
vertical-align: top;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
span.post-count {
|
2014-05-06 01:50:51 -04:00
|
|
|
background: $primary;
|
|
|
|
color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
|
|
|
.btn {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin-bottom: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
margin-right: 10px;
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa-star {margin-right: 5px;}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-title {
|
|
|
|
z-index: 1000;
|
|
|
|
margin: 0 0 0 0 !important;
|
2015-07-21 21:46:15 -04:00
|
|
|
padding: 15px 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-15 12:51:03 -04:00
|
|
|
.topic-post {
|
|
|
|
&.moderator {
|
2015-04-01 04:07:22 -04:00
|
|
|
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
2013-10-15 12:51:03 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button.visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extra-info {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open>.dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
.dropdown-menu li {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin: 5px 0;
|
2014-07-01 04:55:07 -04:00
|
|
|
.fa {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
2013-10-22 02:56:46 -04:00
|
|
|
margin-top: 25px;
|
2013-09-05 15:37:07 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
2013-09-14 00:39:08 -04:00
|
|
|
float: left;
|
2013-09-05 15:37:07 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
#share-link {
|
2014-06-24 03:55:43 -04:00
|
|
|
width: 290px;
|
2014-12-05 16:21:07 -05:00
|
|
|
left: auto;
|
|
|
|
right: 4px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
#selected-posts {
|
2015-01-21 01:51:15 -05:00
|
|
|
float: left;
|
|
|
|
width: 97%;
|
|
|
|
padding-left: 3%;
|
2015-08-20 16:59:32 -04:00
|
|
|
background-color: srgb-scale($tertiary, $secondary, 15%);
|
2013-09-05 15:37:07 -04:00
|
|
|
.btn {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin-bottom: 10px;
|
2015-01-21 01:51:15 -05:00
|
|
|
color: $secondary;
|
2015-08-20 16:59:32 -04:00
|
|
|
background: $tertiary;
|
2015-01-21 01:51:15 -05:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
clear: both;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-21 01:51:15 -05:00
|
|
|
// hide the full set of selection buttons on mobile
|
|
|
|
.select-posts button { display: none; }
|
|
|
|
|
|
|
|
// unhide the simple "select just this post" button
|
|
|
|
button.select-post {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 401; // 400 is the reply-to tab
|
|
|
|
left: 200px;
|
2015-08-20 16:59:32 -04:00
|
|
|
background-color: srgb-scale($tertiary, $secondary, 60%);
|
2015-01-21 01:51:15 -05:00
|
|
|
color: $secondary;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.post-select {
|
2013-09-14 00:39:08 -04:00
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
2013-09-05 15:37:07 -04:00
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
2014-05-13 01:50:52 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
.deleted {
|
2015-04-01 04:28:14 -04:00
|
|
|
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#show-topic-admin {
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
2014-03-06 01:14:51 -05:00
|
|
|
right: 0;
|
2013-09-14 00:39:08 -04:00
|
|
|
border-right: 0;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 16:28:16 -04:00
|
|
|
.deleted-user-avatar {
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 2.571em;
|
2013-09-05 16:28:16 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
span.btn-text {display: none;}
|
|
|
|
|
2013-09-12 16:00:53 -04:00
|
|
|
blockquote {
|
2013-09-18 11:05:23 -04:00
|
|
|
clear:both;
|
2014-06-30 03:51:17 -04:00
|
|
|
/* leave browser defaults for top and bottom here */
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2013-09-12 16:00:53 -04:00
|
|
|
}
|
|
|
|
|
2013-09-13 23:03:29 -04:00
|
|
|
.gutter { display: none; }
|
|
|
|
|
2014-10-13 16:38:22 -04:00
|
|
|
.posts-wrapper { position: relative; }
|
2014-03-31 11:29:32 -04:00
|
|
|
|
2014-06-04 12:15:59 -04:00
|
|
|
span.highlighted {
|
2015-08-18 18:51:50 -04:00
|
|
|
background-color: dark-light-choose(scale-color($highlight, $lightness: 70%), $highlight);
|
2014-06-04 12:15:59 -04:00
|
|
|
}
|
|
|
|
|
2014-05-10 02:09:04 -04:00
|
|
|
.topic-avatar {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
2014-12-01 06:36:25 -05:00
|
|
|
z-index:999; /* must render on top of topic-body + topic-meta-data, otherwise not tappable */
|
2014-05-10 02:09:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
2014-06-05 12:32:48 -04:00
|
|
|
white-space: nowrap;
|
2014-05-10 02:09:04 -04:00
|
|
|
position: absolute;
|
2014-12-01 06:36:25 -05:00
|
|
|
width: 100%;
|
2014-10-03 15:49:44 -04:00
|
|
|
left: 0px;
|
2014-06-05 12:32:48 -04:00
|
|
|
.names {
|
2014-10-31 17:34:45 -04:00
|
|
|
margin: 5px 0 0 5px;
|
2014-06-05 12:32:48 -04:00
|
|
|
line-height: 17px;
|
2014-12-01 06:36:25 -05:00
|
|
|
padding-left: 60px;
|
2014-06-05 12:32:48 -04:00
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.post-info {
|
|
|
|
float: right;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.929em;
|
2014-06-05 12:32:48 -04:00
|
|
|
margin: 4px 10px 0 0;
|
|
|
|
.edits { margin-right: 5px; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.username.new-user a {
|
2015-08-20 05:42:12 -04:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%));
|
2014-06-05 12:32:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-title {
|
|
|
|
color: #aaa;
|
|
|
|
padding-top: 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 50px;
|
2014-03-31 11:29:32 -04:00
|
|
|
}
|
2014-06-03 01:33:00 -04:00
|
|
|
|
|
|
|
.read-state {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-07-29 21:19:30 -04:00
|
|
|
|
|
|
|
.small-action .small-action-desc {
|
2015-08-04 06:44:58 -04:00
|
|
|
p {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2015-07-29 21:19:30 -04:00
|
|
|
.custom-message {
|
|
|
|
margin-left: -40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-action .topic-avatar {
|
|
|
|
padding: 0;
|
2015-08-04 06:44:58 -04:00
|
|
|
margin: 0;
|
2015-07-29 21:19:30 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.small-action.time-gap .topic-avatar {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|