2013-12-04 15:56:09 -05:00
|
|
|
.gap {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($secondary_background_color, 76%);
|
2014-03-22 17:39:47 -04:00
|
|
|
padding: 5px 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: lighten($primary_text_color, 35%);
|
2013-12-04 15:56:09 -05:00
|
|
|
cursor: pointer;
|
2013-12-06 12:51:00 -05:00
|
|
|
text-align: center;
|
2014-03-22 17:39:47 -04:00
|
|
|
width: 80%;
|
2013-12-04 15:56:09 -05:00
|
|
|
|
|
|
|
&:hover {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($secondary_background_color, 76%);
|
2013-12-04 15:56:09 -05:00
|
|
|
}
|
|
|
|
|
2013-12-06 12:51:00 -05:00
|
|
|
@include medium-width {
|
2014-04-07 19:02:33 -04:00
|
|
|
width: 795px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include small-width {
|
|
|
|
width: 815px;
|
2013-12-04 15:56:09 -05:00
|
|
|
}
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
.container {
|
|
|
|
@extend .clearfix;
|
|
|
|
max-width: $large-width;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-23 00:22:24 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.full-width {
|
2014-03-06 01:14:51 -05:00
|
|
|
margin-left: 0;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
|
|
|
|
2014-02-26 22:00:22 -05:00
|
|
|
.logo-small {
|
|
|
|
margin-right: 8px;
|
|
|
|
width: auto;
|
|
|
|
max-width: 80px;
|
|
|
|
height: auto;
|
|
|
|
max-height: 40px;
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-11-20 16:33:36 -05:00
|
|
|
.post-cloak {
|
2013-10-21 15:15:32 -04:00
|
|
|
padding: 0;
|
2013-10-23 00:22:24 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
&:first-of-type {
|
|
|
|
border-top: none;
|
|
|
|
}
|
2013-10-16 14:09:48 -04:00
|
|
|
|
2013-10-23 00:22:24 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.reply-to-tab {
|
|
|
|
display: block;
|
2013-10-21 13:53:34 -04:00
|
|
|
position: absolute;
|
2013-10-19 18:18:25 -04:00
|
|
|
left: 120px;
|
|
|
|
z-index: 400;
|
|
|
|
padding: 5px 12px;
|
2014-03-12 23:17:18 -04:00
|
|
|
border: 1px solid $primary_border_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
font-size: 12px;
|
|
|
|
margin-left: -8px;
|
2014-02-23 20:47:44 -05:00
|
|
|
background: $primary_background_color;
|
2014-04-05 22:01:53 -04:00
|
|
|
color: $secondary_text_color;
|
2014-03-03 01:16:30 -05:00
|
|
|
@include medium-width {
|
|
|
|
left: 107px;
|
|
|
|
}
|
|
|
|
@include small-width {
|
|
|
|
left: 103px;
|
|
|
|
}
|
2013-10-16 14:09:48 -04:00
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-11-01 15:48:28 -04:00
|
|
|
.avoid-tab {
|
2013-10-30 12:40:16 -04:00
|
|
|
padding-top: 25px;
|
|
|
|
.topic-meta-data-inside {margin-top: -30px;}
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.gutter {
|
2013-10-30 12:40:16 -04:00
|
|
|
.reply-new {
|
|
|
|
.discourse-no-touch & {
|
|
|
|
opacity:0;
|
2014-03-03 01:16:30 -05:00
|
|
|
transition: opacity linear 0.4s;
|
|
|
|
-webkit-transition: opacity linear 0.4s;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
.discourse-touch & {opacity: 1;}
|
|
|
|
}
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-10-22 15:37:44 -04:00
|
|
|
section.post-menu-area, .post-actions {
|
2013-10-19 18:18:25 -04:00
|
|
|
.discourse-no-touch & {
|
|
|
|
opacity: 0.2;
|
2014-03-03 01:16:30 -05:00
|
|
|
transition: opacity linear 0.4s;
|
|
|
|
-webkit-transition: opacity linear 0.4s;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
.discourse-touch & {opacity: 1;}
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-22 15:37:44 -04:00
|
|
|
&:hover section.post-menu-area, &:hover .post-actions {
|
2013-10-19 18:18:25 -04:00
|
|
|
opacity: 1;
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
&:hover .gutter {
|
2013-02-05 14:16:51 -05:00
|
|
|
.reply-new,
|
|
|
|
.track-link {
|
2013-03-06 14:26:38 -05:00
|
|
|
opacity:1;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
}
|
2013-10-22 18:31:40 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
nav.post-controls {
|
2013-10-21 15:15:32 -04:00
|
|
|
padding: 0;
|
2014-03-22 17:39:47 -04:00
|
|
|
button {
|
|
|
|
color: lighten($primary_text_color, 50%);
|
2013-10-19 18:18:25 -04:00
|
|
|
margin-right: 2px;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
span.badge-posts {
|
|
|
|
margin-right: 5px;
|
2014-03-22 17:39:47 -04:00
|
|
|
transition: all linear 0.15s;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.show-replies {
|
2014-03-22 17:39:47 -04:00
|
|
|
background: lighten($secondary_background_color, 76%);
|
|
|
|
padding: 8px 15px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
margin-left: 0;
|
|
|
|
span.badge-posts {color: lighten($primary_text_color, 50%);}
|
|
|
|
&:hover {
|
|
|
|
background: lighten($secondary_background_color, 76%);
|
|
|
|
span.badge-posts {color: $primary_text_color;}
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
i {
|
|
|
|
margin-left: 5px;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
button.create {
|
|
|
|
margin-right: 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $link-color;
|
|
|
|
background: $emphasis_background_color;
|
2013-10-22 15:37:44 -04:00
|
|
|
padding: 8px 20px;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin-left: 10px;
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
&:hover { color: $tertiary_text_color;
|
2014-02-23 20:47:44 -05:00
|
|
|
background: $emphasis_text_color;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-28 13:46:59 -04:00
|
|
|
&:active {
|
2014-02-23 20:47:44 -05:00
|
|
|
background: $emphasis_background_color;
|
2014-03-07 06:43:50 -05:00
|
|
|
@include box-shadow(inset 0 1px 3px rgba($primary_shadow_color, .3));
|
2013-10-28 13:46:59 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.create i {
|
|
|
|
margin-right: 5px;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
button {
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 8px 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
background: transparent;
|
2013-10-22 16:36:32 -04:00
|
|
|
border: none;
|
2013-10-22 15:37:44 -04:00
|
|
|
margin-left: 3px;
|
2013-10-21 00:45:19 -04:00
|
|
|
transition: all linear 0.15s;
|
2014-03-07 06:43:50 -05:00
|
|
|
&:hover {
|
|
|
|
background: lighten($secondary_background_color, 76%);
|
|
|
|
color: $primary_text_color;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
&:active {
|
|
|
|
@include box-shadow(inset 0 1px 3px rgba($primary_shadow_color, .4));
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create {
|
|
|
|
float: right;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
&.delete:hover {
|
|
|
|
background: $warning_text_color;
|
|
|
|
color: $tertiary_text_color;
|
|
|
|
}
|
2014-03-07 00:29:58 -05:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
&.like:hover {color: $like_color;
|
|
|
|
background: $like_background_color;
|
2013-06-18 14:34:28 -04:00
|
|
|
}
|
2014-03-07 06:43:50 -05:00
|
|
|
|
|
|
|
&.bookmark {padding: 8px 11px; }
|
|
|
|
|
|
|
|
.read-icon {
|
|
|
|
&:before {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f02e";
|
|
|
|
}
|
|
|
|
&.unseen {
|
|
|
|
&:before {
|
|
|
|
content: "\f097";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.last-read {
|
|
|
|
color: $warning_text_color;
|
|
|
|
}
|
|
|
|
&.bookmarked {
|
|
|
|
&:before {
|
|
|
|
color: $link-color;
|
|
|
|
}
|
|
|
|
}
|
2014-03-07 00:29:58 -05:00
|
|
|
}
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-21 13:53:34 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.embedded-posts {
|
2014-02-23 20:47:44 -05:00
|
|
|
background: lighten($secondary_background_color, 76%);
|
2014-03-22 17:39:47 -04:00
|
|
|
.quote .title, blockquote, .onebox, .onebox-result {
|
|
|
|
background: lighten($secondary_background_color, 70%);
|
|
|
|
border-left: 5px solid lighten($secondary_background_color, 60%);
|
2014-02-24 22:36:30 -05:00
|
|
|
}
|
2014-03-22 17:39:47 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
&.bottom { margin-top: -11px;}
|
|
|
|
.topic-meta-data h5 {margin: 5px;}
|
|
|
|
.topic-meta-data-inside {
|
2014-03-07 06:43:50 -05:00
|
|
|
margin: -3px 0 0 0;
|
|
|
|
color: $secondary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
|
|
|
.topic-meta-data {padding-top: 20px;}
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2014-03-22 17:39:47 -04:00
|
|
|
.bottom-round nav.post-controls .show-replies {
|
|
|
|
background: lighten($secondary_background_color, 76%);
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
&:hover {background: lighten($secondary_background_color, 76%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.post-action {
|
|
|
|
.relative-date {
|
|
|
|
margin-left: 5px;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-22 18:31:40 -04:00
|
|
|
.avatar { margin-right: 2px; }
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
2013-09-04 11:53:00 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
a.star {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#main a.star.starred {
|
|
|
|
text-shadow: none !important;
|
|
|
|
}
|
2013-03-24 06:03:46 -04:00
|
|
|
|
2013-11-15 13:30:24 -05:00
|
|
|
.topic-map {
|
2013-10-30 12:40:16 -04:00
|
|
|
margin: 20px 0 0 0;
|
2014-03-12 23:17:18 -04:00
|
|
|
border: 1px solid $primary_border_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
|
2014-02-23 20:47:44 -05:00
|
|
|
.buttons .btn {
|
|
|
|
&:hover {border: 1px solid $primary_border_color !important;}
|
2014-02-10 01:04:21 -05:00
|
|
|
}
|
2013-10-21 13:53:34 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.topic-links li {
|
|
|
|
word-wrap: break-word;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 4px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
2013-02-05 14:16:51 -05:00
|
|
|
line-height: 23px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
h4 {
|
2013-03-24 05:07:37 -04:00
|
|
|
margin: 0 0 3px 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-02-05 14:16:51 -05:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
p,
|
|
|
|
.participants {
|
|
|
|
margin: 0 0 7px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-04-05 14:47:25 -04:00
|
|
|
span.domain {
|
|
|
|
font-size: 10px;
|
|
|
|
color: $secondary_text_color;
|
|
|
|
}
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
.avatars {
|
|
|
|
> div {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin: 3px 0;
|
|
|
|
}
|
|
|
|
.post-count {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
right: 6px;
|
|
|
|
padding: 0 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 14px;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-11-15 15:46:26 -05:00
|
|
|
.map {
|
2013-02-05 14:16:51 -05:00
|
|
|
li {
|
|
|
|
float: left;
|
2013-10-19 18:18:25 -04:00
|
|
|
padding: 7px 11px;
|
2013-02-05 14:16:51 -05:00
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-11-28 11:45:16 -05:00
|
|
|
a, .number {
|
2013-02-05 14:16:51 -05:00
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
.number {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $link-color;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
.avatar + a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatars,
|
|
|
|
.links,
|
|
|
|
.information {
|
|
|
|
padding: 7px 14px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
.information {
|
2014-02-23 20:47:44 -05:00
|
|
|
border-top: 1px solid $primary_border_color;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-20 21:59:46 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.participants { // PMs //
|
|
|
|
.user {float: left; margin: 7px 20px 7px 0;}
|
2013-10-20 21:59:46 -04:00
|
|
|
}
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
.topic-links {
|
2013-10-22 10:41:09 -04:00
|
|
|
li > a {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
.badge-notification {
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
|
|
|
float: right;
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
border-bottom: 1px solid lighten($secondary_background_color, 76%);
|
2013-02-05 14:16:51 -05:00
|
|
|
padding: 0 23px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
|
|
|
background: lighten($secondary_background_color, 76%);
|
2013-02-05 14:16:51 -05:00
|
|
|
&:hover {
|
2014-02-23 20:47:44 -05:00
|
|
|
background: lighten($secondary_background_color, 60%);
|
|
|
|
color: $primary_text_color;
|
|
|
|
border: none !important;
|
|
|
|
border-bottom: 1px solid lighten($secondary_background_color, 60%) !important;
|
2014-03-22 17:39:47 -04:00
|
|
|
span.badge-posts {color: $primary_text_color;}
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-10-28 13:46:59 -04:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
&.collapsed {
|
2013-10-19 18:18:25 -04:00
|
|
|
border-bottom: 0;
|
|
|
|
padding-bottom: 1px;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa {
|
2013-02-05 14:16:51 -05:00
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#topic-footer-buttons {
|
2014-03-07 15:04:18 -05:00
|
|
|
padding: 10px 10px 0 0;
|
2013-10-19 18:18:25 -04:00
|
|
|
p {
|
2013-10-21 13:53:34 -04:00
|
|
|
line-height: 32px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#suggested-topics {
|
|
|
|
clear: left;
|
2014-03-07 15:04:18 -05:00
|
|
|
padding: 20px 0 15px 0;
|
2014-03-13 16:49:44 -04:00
|
|
|
#topic-list > tbody > tr:nth-child(even) {
|
|
|
|
background-color: lighten($secondary_background_color, 77%);
|
|
|
|
}
|
|
|
|
#topic-list > tbody > tr:nth-child(odd) {
|
|
|
|
background-color: $primary_background_color;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
table {
|
2013-10-21 13:53:34 -04:00
|
|
|
box-shadow: none;
|
2013-10-19 18:18:25 -04:00
|
|
|
border-radius: 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
border-color: $primary_border_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-10-23 00:22:24 -04:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
.title {
|
2013-10-19 18:18:25 -04:00
|
|
|
font-size: 14px; line-height: 8px;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
span.post-count {
|
2014-02-23 20:47:44 -05:00
|
|
|
background: $secondary_background_color;
|
|
|
|
color: $tertiary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
2014-04-02 15:54:21 -04:00
|
|
|
button.expand-post {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
#topic-footer-buttons {
|
|
|
|
.btn {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 10px;
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa-star {margin-right: 5px;}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($secondary_background_color, 50%);
|
|
|
|
color: $tertiary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
padding: 10px;
|
2013-10-22 02:31:11 -04:00
|
|
|
z-index: 401;
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
&:hover {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($secondary_background_color, 50%);
|
2013-10-19 18:18:25 -04:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button.visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.extra-info-wrapper {
|
2013-11-01 15:48:28 -04:00
|
|
|
float: left;
|
2013-10-30 12:40:16 -04:00
|
|
|
width: 78%;
|
2014-02-26 22:00:22 -05:00
|
|
|
max-width: 800px;
|
2013-10-30 12:40:16 -04:00
|
|
|
.topic-statuses {margin-right: 5px;}
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-03 01:16:30 -05:00
|
|
|
|
|
|
|
@include medium-width {
|
|
|
|
.extra-info-wrapper {
|
2014-04-01 14:09:41 -04:00
|
|
|
max-width: 740px;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2014-03-03 01:16:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@include small-width {
|
2014-03-07 06:43:50 -05:00
|
|
|
.extra-info-wrapper {
|
|
|
|
max-width: 680px;
|
|
|
|
}
|
2014-03-03 01:16:30 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.extra-info {
|
|
|
|
h1 {
|
2013-10-29 20:47:37 -04:00
|
|
|
margin: 5px 0 0 0;
|
2014-03-11 02:24:01 -04:00
|
|
|
font-size: 1.8em;
|
2013-10-30 09:57:56 -04:00
|
|
|
line-height: 1.2em;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
2013-10-23 03:52:15 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
a.star {
|
2013-10-30 09:57:56 -04:00
|
|
|
margin-right: 8px;
|
2013-10-29 17:15:56 -04:00
|
|
|
font-size: 20px;
|
2014-03-19 09:38:35 -04:00
|
|
|
margin-top: 6px;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-10-29 17:15:56 -04:00
|
|
|
.topic-statuses {margin-top: -2px;}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.badge-category {
|
2013-10-29 17:15:56 -04:00
|
|
|
vertical-align: top;
|
2014-03-19 09:38:35 -04:00
|
|
|
margin-top: 4px;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.topic-meta-data {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 92px;
|
2014-03-12 23:17:18 -04:00
|
|
|
border-top: 1px solid $primary_border_color;
|
2013-10-23 00:22:24 -04:00
|
|
|
padding-top: 30px;
|
2013-10-22 18:31:40 -04:00
|
|
|
|
2014-01-27 11:59:17 -05:00
|
|
|
img {
|
|
|
|
text-align: center;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
}
|
2014-02-10 16:59:36 -05:00
|
|
|
|
|
|
|
.contents {
|
2014-02-03 20:58:23 -05:00
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
2014-02-10 16:59:36 -05:00
|
|
|
a {
|
2014-02-03 20:58:23 -05:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 45px;
|
2014-02-24 22:36:30 -05:00
|
|
|
word-wrap: break-word;
|
2014-04-04 22:39:04 -04:00
|
|
|
color: $primary_text_color;
|
2014-04-06 20:06:55 -04:00
|
|
|
font-weight: normal;
|
2014-04-04 22:39:04 -04:00
|
|
|
line-height: 1.3;
|
2014-02-03 20:58:23 -05:00
|
|
|
}
|
|
|
|
|
2014-02-10 16:59:36 -05:00
|
|
|
a.user-group {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: lighten($primary_text_color, 50%);
|
2014-02-10 16:59:36 -05:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-02-03 20:58:23 -05:00
|
|
|
h3 a {
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2014-02-12 21:32:47 -05:00
|
|
|
h3.full-name {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
2014-02-12 21:39:37 -05:00
|
|
|
margin-top: 2px;
|
2014-02-26 17:15:57 -05:00
|
|
|
a {color: $secondary_text_color;}
|
2014-02-12 21:32:47 -05:00
|
|
|
}
|
2014-02-03 20:58:23 -05:00
|
|
|
}
|
2014-02-12 21:32:47 -05:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
h3 { display: block; }
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2014-04-02 09:21:18 -04:00
|
|
|
.open >.dropdown-menu {
|
2013-10-19 18:18:25 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
.dropdown-menu li {
|
2013-10-19 18:18:25 -04:00
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
2013-10-22 02:56:46 -04:00
|
|
|
margin-top: 25px;
|
2013-02-05 14:16:51 -05:00
|
|
|
position: relative;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contents .cooked a {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contents .cooked {
|
2013-11-13 23:10:47 -05:00
|
|
|
margin-right: 50px;
|
2014-01-13 11:41:58 -05:00
|
|
|
margin-top: 15px;
|
2013-11-13 04:28:36 -05:00
|
|
|
word-wrap: break-word;
|
2014-01-13 11:41:58 -05:00
|
|
|
|
2014-02-23 03:22:11 -05:00
|
|
|
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
2014-01-13 11:41:58 -05:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-11-04 12:45:18 -05:00
|
|
|
a.mention {
|
|
|
|
padding: 2px 4px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
|
|
|
background: lighten($secondary_background_color, 76%);
|
2013-11-04 12:45:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.modal-body {
|
|
|
|
input[type=text] {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-21 15:15:32 -04:00
|
|
|
.deleted {
|
|
|
|
.topic-body {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $warning_background_color;
|
2013-10-22 18:31:40 -04:00
|
|
|
}
|
2013-10-21 15:15:32 -04:00
|
|
|
}
|
|
|
|
|
2014-01-21 17:22:43 -05:00
|
|
|
.post-hidden {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2013-10-21 15:15:32 -04:00
|
|
|
.moderator {
|
|
|
|
.topic-body {
|
2014-03-28 05:05:19 -04:00
|
|
|
background-color: $highlight_background_color;
|
2013-10-22 18:31:40 -04:00
|
|
|
}
|
2013-10-21 15:15:32 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
#share-link {
|
|
|
|
width: 265px;
|
|
|
|
margin-left: -4px;
|
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
h3 {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
input[type=text] {
|
|
|
|
font-size: 16px;
|
|
|
|
width: 92%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-select {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#show-topic-admin {
|
|
|
|
right: 20px;
|
|
|
|
padding: 5px 8px;
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-admin-menu {
|
2014-03-06 01:14:51 -05:00
|
|
|
h3 {margin-top: 0;}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.deleted-user-avatar {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
|
2013-12-19 18:58:48 -05:00
|
|
|
.new-user a {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-12-19 18:58:48 -05:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.staff a {
|
2014-01-25 14:07:26 -05:00
|
|
|
margin: -2px 0 0 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $highlight_background_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
.topic-meta-data {
|
2014-03-07 06:43:50 -05:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
h3 {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 5px;
|
2014-02-10 09:45:35 -05:00
|
|
|
overflow: hidden;
|
2013-10-30 12:40:16 -04:00
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2014-02-10 16:59:36 -05:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.user-title {
|
2014-02-26 17:34:15 -05:00
|
|
|
margin-top: 5px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
overflow: hidden;
|
2013-10-21 04:22:36 -04:00
|
|
|
font-size: 80%;
|
2013-11-04 12:45:18 -05:00
|
|
|
line-height: 13px;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.info-line {
|
|
|
|
margin: 10px 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
|
|
|
|
blockquote { /* solo quotes */
|
|
|
|
margin: 14px 0;
|
2013-10-19 18:18:25 -04:00
|
|
|
padding: 12px;
|
2014-01-29 09:43:24 -05:00
|
|
|
|
2014-03-22 17:39:47 -04:00
|
|
|
a.mention {background: lighten($secondary_background_color, 70%);}
|
2014-03-07 06:43:50 -05:00
|
|
|
p:first-of-type {margin-top: 0;}
|
|
|
|
p:last-of-type {margin-bottom: 0;}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.quote { /* quotes with attribution */
|
|
|
|
margin-top: 14px;
|
2013-11-13 23:10:47 -05:00
|
|
|
blockquote {margin-top: 0; padding-top: 0;
|
2014-02-23 20:47:44 -05:00
|
|
|
.onebox-result {background-color: $secondary_text_color;}
|
2013-11-13 23:10:47 -05:00
|
|
|
|
2013-11-15 13:30:24 -05:00
|
|
|
|
2013-11-13 23:10:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2014-03-07 06:43:50 -05:00
|
|
|
border-left: 5px solid $primary_border_color;
|
|
|
|
background-color: lighten($secondary_background_color, 76%);
|
|
|
|
padding: 12px;
|
|
|
|
.avatar { margin-right: 7px; }
|
|
|
|
img {margin-top: -4px;}
|
2013-11-13 23:10:47 -05:00
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-10-21 16:23:55 -04:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.quote-controls {
|
|
|
|
float: right;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
a {
|
2014-03-07 06:43:50 -05:00
|
|
|
margin: 0;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.back:before,
|
|
|
|
.quote-other-topic:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
color: $secondary_text_color;
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
position: relative;
|
|
|
|
z-index: 20;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.back:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
content: "\f062";
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.quote-other-topic:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
content: "\f061";
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gutter {
|
|
|
|
float: left;
|
2014-03-03 01:16:30 -05:00
|
|
|
|
2014-01-28 21:39:09 -05:00
|
|
|
margin-top: 6px;
|
2014-03-07 06:43:50 -05:00
|
|
|
ul {margin: 0;}
|
|
|
|
padding-left: 10px;
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-22 15:37:44 -04:00
|
|
|
i {font-size: 12px;}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.post-links {
|
|
|
|
list-style-type: none;
|
2013-10-22 15:37:44 -04:00
|
|
|
padding-left: 19px;
|
2013-10-19 18:18:25 -04:00
|
|
|
position: relative;
|
|
|
|
margin-left: 5px;
|
2014-01-28 21:39:09 -05:00
|
|
|
line-height: 18px;
|
2013-10-19 18:18:25 -04:00
|
|
|
a i {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
margin-right: 15px;
|
|
|
|
margin-bottom: 20px;
|
2014-01-28 21:39:09 -05:00
|
|
|
margin-top: 2px;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
2014-02-23 20:47:44 -05:00
|
|
|
a {color: $secondary_text_color;}
|
2014-01-28 21:39:09 -05:00
|
|
|
li {margin-bottom: 10px;}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-body {
|
2014-03-12 23:17:18 -04:00
|
|
|
border-top: 1px solid $primary_border_color;
|
2013-10-21 13:53:34 -04:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
2014-03-03 01:16:30 -05:00
|
|
|
padding: 10px 0 15px 0;
|
2014-03-28 05:05:19 -04:00
|
|
|
&.highlighted {
|
|
|
|
background-color: $emphasis_background_color;
|
2014-01-02 06:15:47 -05:00
|
|
|
}
|
|
|
|
img, svg {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2013-11-07 23:12:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-round.contents.regular {
|
2014-03-28 05:05:19 -04:00
|
|
|
-webkit-transition: background-color .25s linear;
|
|
|
|
transition: background-color .25s linear;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-10-21 16:54:53 -04:00
|
|
|
.posts-wrapper {
|
|
|
|
position: relative;
|
2013-10-21 15:15:32 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-21 13:53:34 -04:00
|
|
|
//columns
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2014-03-03 01:16:30 -05:00
|
|
|
.span14 { width: 70%; padding-left: 1%; } //main content
|
|
|
|
.span2 {width: 9%; }
|
2014-04-07 04:29:51 -04:00
|
|
|
.span11 {width: 85%; padding-left: 2%;}
|
2014-03-03 01:16:30 -05:00
|
|
|
.span5 {width: 19%; padding-left: 1%; }
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 966px) {
|
2013-10-30 12:40:16 -04:00
|
|
|
.gutter {display: none;}
|
|
|
|
.span14 { width: 80%; max-width: 720px; } //main content
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
|
|
|
.row:before, .row:after {display: table; content: "";}
|
|
|
|
.row:after {clear: both;}
|
2013-10-30 12:40:16 -04:00
|
|
|
|
2013-10-21 13:53:34 -04:00
|
|
|
.embedded-posts {
|
2013-10-19 18:18:25 -04:00
|
|
|
h1, h2, h3 {margin: 10px 0;}
|
2014-03-22 17:39:47 -04:00
|
|
|
a.mention {background: lighten($secondary_background_color, 70%);}
|
2013-10-23 03:52:15 -04:00
|
|
|
&.bottom {
|
2014-03-03 01:16:30 -05:00
|
|
|
.topic-meta-data {padding-left: 13px;}
|
2013-10-22 15:37:44 -04:00
|
|
|
&.hidden {display: block; opacity: 0; }
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
|
|
|
&.bottom .arrow {float: right; margin: 0 0 0 0;}
|
2014-03-03 01:16:30 -05:00
|
|
|
&.top {
|
|
|
|
|
|
|
|
margin-left: 112px;
|
|
|
|
max-width: 775px;
|
|
|
|
.topic-meta-data {padding-left: 13px;}
|
|
|
|
|
|
|
|
@include medium-width {
|
2014-03-07 06:43:50 -05:00
|
|
|
margin-left: 99px;
|
2014-03-03 01:16:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@include small-width {
|
2014-03-07 06:43:50 -05:00
|
|
|
margin-left: 95px;
|
|
|
|
max-width: 720px;
|
2014-03-03 01:16:30 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.top.span14 {padding-left: 0;}
|
2013-10-21 13:53:34 -04:00
|
|
|
.topic-body, .topic-meta-data {border: none;}
|
2014-02-23 20:47:44 -05:00
|
|
|
.row {border-top: 1px solid $primary_border_color; padding-top: 7px;}
|
2013-10-19 18:18:25 -04:00
|
|
|
.reply:first-of-type .row {border-top: none;}
|
|
|
|
}
|
2013-10-22 15:37:44 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.dropdown {
|
2013-07-11 16:38:46 -04:00
|
|
|
position: relative;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.caret {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
vertical-align: middle;
|
2014-02-23 20:47:44 -05:00
|
|
|
border-top: 4px solid $primary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
border-right: 4px solid transparent;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
content: "";
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 115%;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
width: 550px;
|
|
|
|
padding: 4px 0;
|
|
|
|
margin: 1px 0 0;
|
|
|
|
list-style: none;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $primary_background_color;
|
|
|
|
border: 1px solid $primary_border_color;
|
|
|
|
box-shadow: 0 1px 5px rgba($primary_shadow_color, .4);
|
2013-10-19 18:18:25 -04:00
|
|
|
background-clip: padding-box;
|
|
|
|
span {font-size: 12px;}
|
2014-03-07 06:43:50 -05:00
|
|
|
.title {font-weight: bold; display: block; font-size: 14px;}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.dropdown-menu a {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 15px;
|
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
2014-04-02 09:21:18 -04:00
|
|
|
|
|
|
|
& > div {
|
|
|
|
margin-left: 26px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
.dropdown-menu li > a:hover,
|
|
|
|
.dropdown-menu .active > a,
|
|
|
|
.dropdown-menu .active > a:hover {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $tertiary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
text-decoration: none;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $emphasis_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
2014-04-02 09:21:18 -04:00
|
|
|
|
|
|
|
.dropdown-menu .disabled > a,
|
|
|
|
.dropdown-menu .disabled > a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: $primary_text_color;
|
|
|
|
background-color: $moderator_background_color;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .icon {
|
|
|
|
margin-top: 3px;
|
|
|
|
float: left;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.open > .dropdown-menu {
|
|
|
|
display: block;
|
2014-04-02 09:21:18 -04:00
|
|
|
clear: both;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
2014-04-02 09:21:18 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.fade {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: opacity 0.15s linear;
|
|
|
|
transition: opacity 0.15s linear;
|
|
|
|
}
|
2014-04-02 09:21:18 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selected-posts {
|
|
|
|
|
2014-03-27 21:28:14 -04:00
|
|
|
padding-left: 20px;
|
2013-10-30 12:40:16 -04:00
|
|
|
margin-left: 330px;
|
2014-03-27 21:28:14 -04:00
|
|
|
width: 200px;
|
2013-10-19 18:18:25 -04:00
|
|
|
position: fixed;
|
|
|
|
z-index: 1000;
|
|
|
|
left: 50%;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $emphasis_background_color;
|
|
|
|
border: 1px solid $emphasis_border_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
button {
|
2014-03-27 21:28:14 -04:00
|
|
|
width: 180px;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin: 4px auto;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.controls {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
p {
|
2013-10-30 12:40:16 -04:00
|
|
|
font-size: 13px;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
p.cancel {
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 25px;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $primary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin-bottom: 5px;
|
|
|
|
i {
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2013-07-11 16:38:46 -04:00
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
.btn {
|
|
|
|
border: none;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $tertiary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
font-weight: normal;
|
2014-03-27 21:28:14 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
background: $btn-primary-background-color;
|
2013-10-30 12:40:16 -04:00
|
|
|
|
|
|
|
&[href] {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $tertiary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
|
|
|
&:hover
|
|
|
|
{
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $tertiary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
background: darken($btn-primary-background-color, 12%);
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
@include linear-gradient(darken($btn-primary-background-color, 18%), darken($btn-primary-background-color, 12%));
|
2014-02-23 20:47:44 -05:00
|
|
|
@include box-shadow(inset 0 1px 3px rgba($primary_shadow_color, 0.2));
|
|
|
|
color: $tertiary_text_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
|
|
|
&[disabled] {
|
2014-02-23 20:47:44 -05:00
|
|
|
text-shadow: 0 1px 0 rgba($primary_shadow_color, 0.2);
|
2013-10-30 12:40:16 -04:00
|
|
|
@include linear-gradient($btn-primary-background-color, $btn-primary-background-color-dark);
|
2014-02-23 20:47:44 -05:00
|
|
|
@include box-shadow((inset 0 1px 0 rgba($primary_shadow_color, 0.33), inset 0 -1px 2px rgba($primary_shadow_color, 0.2)));
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
|
|
|
}
|
2013-07-11 16:38:46 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
.topic-post {
|
|
|
|
&.selected {
|
|
|
|
article.boxed {
|
|
|
|
.select-posts {
|
|
|
|
button.select-post {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $emphasis_background_color;
|
|
|
|
color: $tertiary_text_color;
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.topic-body {
|
|
|
|
.contents:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
article.boxed {
|
|
|
|
position: relative;
|
2013-11-13 23:19:37 -05:00
|
|
|
line-height: 21px;
|
2013-07-11 16:38:46 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.select-posts {
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
z-index: 490;
|
|
|
|
top: 4px;
|
2013-07-11 16:38:46 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
button {
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($secondary_background_color, 60%);
|
|
|
|
border-top: 1px solid $tertiary_border_color;
|
|
|
|
border-left: 1px solid $tertiary_border_color;
|
|
|
|
border-bottom: 1px solid $primary_border_color;
|
|
|
|
border-right: 1px solid $primary_border_color;
|
|
|
|
color: $secondary_text_color;
|
2013-10-21 13:53:34 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
}
|
2013-05-16 02:55:07 -04:00
|
|
|
}
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
|
2013-10-23 03:52:15 -04:00
|
|
|
a.attachment:before {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 4px;
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f019";
|
|
|
|
}
|
2013-10-30 09:11:05 -04:00
|
|
|
|
2013-11-11 01:11:16 -05:00
|
|
|
.private_message .gutter, .deleted-topic .gutter,.read_restricted .gutter {
|
2014-03-07 06:43:50 -05:00
|
|
|
position: relative;
|
2013-11-11 01:11:16 -05:00
|
|
|
}
|
2013-10-30 09:11:05 -04:00
|
|
|
|
2013-11-11 01:11:16 -05:00
|
|
|
.private_message .gutter:before, .deleted-topic .gutter:before, .read_restricted .gutter:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 10px;
|
|
|
|
color: lighten($primary_text_color, 76%);
|
|
|
|
font: 90px/1 FontAwesome;
|
|
|
|
content: "\f05c";
|
|
|
|
z-index: -5;
|
2013-11-11 01:11:16 -05:00
|
|
|
}
|
2013-10-30 09:11:05 -04:00
|
|
|
|
2013-11-11 01:11:16 -05:00
|
|
|
.read_restricted .gutter:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
content: "\f0c0";
|
2013-11-11 01:11:16 -05:00
|
|
|
}
|
2013-10-30 09:11:05 -04:00
|
|
|
|
2013-11-11 01:11:16 -05:00
|
|
|
.private_message .gutter:before {
|
2014-03-07 06:43:50 -05:00
|
|
|
content: "\f0e0";
|
2013-11-11 01:11:16 -05:00
|
|
|
}
|