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