2013-12-06 12:51:00 -05:00
|
|
|
.gap {
|
2014-05-19 23:55:46 -04:00
|
|
|
background-color: scale-color-diff();
|
2013-12-06 12:51:00 -05:00
|
|
|
padding: 5px 15px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-12-06 12:51:00 -05:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
.topic-post {
|
2014-05-20 01:27:27 -04:00
|
|
|
border-top: 1px solid scale-color-diff();
|
2013-09-17 23:32:11 -04:00
|
|
|
padding: 6px 0 3px 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
nav.post-controls {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2014-03-06 01:14:51 -05:00
|
|
|
padding: 0;
|
2014-05-19 23:55:46 -04:00
|
|
|
border-right: 1px solid scale-color-diff();
|
2014-05-06 03:24:04 -04:00
|
|
|
clear: both;
|
2014-05-06 01:50:51 -04:00
|
|
|
button {color: scale-color($primary, $lightness: 50%);
|
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;
|
|
|
|
i {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-20 17:28:00 -04:00
|
|
|
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
button.create {
|
2013-09-14 00:39:08 -04:00
|
|
|
float: right !important;
|
2013-09-05 15:37:07 -04:00
|
|
|
margin-right: 0;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2014-03-19 10:02:09 -04:00
|
|
|
padding-right: 7px;}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.create i {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin-right: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
2014-03-06 01:51:39 -05:00
|
|
|
border: none;
|
2014-03-19 10:02:09 -04:00
|
|
|
font-size: 17px;
|
2014-03-20 00:43:22 -04:00
|
|
|
padding: 8px 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
vertical-align: top;
|
|
|
|
background: transparent;
|
|
|
|
float: left !important;
|
2014-03-19 10:02:09 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-05-13 08:53:11 -04:00
|
|
|
&.admin {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin {
|
2014-03-19 10:02:09 -04:00
|
|
|
float: right;
|
|
|
|
}
|
2014-05-13 14:39:13 -04:00
|
|
|
&.expand-post {
|
|
|
|
margin:10px 0 10px 0;
|
|
|
|
}
|
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
|
|
|
&.last-read {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $danger;}
|
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-05-26 16:19:28 -04:00
|
|
|
nav.post-controls {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-05-13 08:53:11 -04:00
|
|
|
.post-admin-menu {
|
|
|
|
background-color: $secondary;
|
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
2014-05-19 01:17:59 -04:00
|
|
|
border: 1px solid scale-color-diff();
|
2014-05-13 08:53:11 -04:00
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
2014-05-26 16:19:28 -04:00
|
|
|
bottom: -26px;
|
2014-05-13 08:53:11 -04:00
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
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 {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin-left: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-to-tab {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
margin-top: 4px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#main a.star.starred {
|
2014-03-06 01:51:39 -05:00
|
|
|
text-shadow: none !important;
|
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;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
clear: both;
|
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
|
|
|
|
2014-06-24 02:53:54 -04:00
|
|
|
margin: 30px 10px 10px 10px;
|
|
|
|
background: scale-color(scale-color-diff(), $lightness: 40%);
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 4px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 23px;
|
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
h4 {
|
|
|
|
margin: 0 0 3px 0;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
p,
|
|
|
|
.participants {
|
|
|
|
margin: 0 0 7px;
|
|
|
|
}
|
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;
|
|
|
|
top: 2px;
|
|
|
|
right: 6px;
|
|
|
|
padding: 0 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 14px;
|
2014-05-06 03:48:44 -04:00
|
|
|
}
|
2014-06-26 03:46:16 -04:00
|
|
|
|
|
|
|
/* limit to one line of avatars for now */
|
|
|
|
height:30px;
|
2014-07-01 03:51:47 -04:00
|
|
|
overflow:hidden !important; // otherwise parent mobile styles conflict
|
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;
|
|
|
|
padding: 7px 11px;
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-11-28 11:45:16 -05:00
|
|
|
a, .number {
|
2013-09-05 15:37:07 -04:00
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2014-05-06 18:38:22 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.avatar + a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatars,
|
|
|
|
.links,
|
|
|
|
.information {
|
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
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.information {
|
2014-06-24 02:53:54 -04:00
|
|
|
border-top: 2px solid scale-color-diff();
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-05-06 03:48:44 -04:00
|
|
|
|
|
|
|
.domain {
|
2014-05-06 04:14:56 -04:00
|
|
|
color: scale-color($primary, $lightness: 75%);
|
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;
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.buttons {
|
|
|
|
float: right;
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
2014-05-19 23:55:46 -04:00
|
|
|
border-bottom: 1px solid scale-color-diff();
|
|
|
|
border-left: 1px solid scale-color-diff();
|
2013-09-05 15:37:07 -04:00
|
|
|
padding: 0 23px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2014-05-19 01:17:59 -04:00
|
|
|
background: scale-color-diff();
|
2013-09-05 15:37:07 -04:00
|
|
|
&:hover {
|
2014-05-06 01:50:51 -04:00
|
|
|
background: scale-color($primary, $lightness: 75%);
|
|
|
|
color: $primary;
|
2014-05-19 23:55:46 -04:00
|
|
|
border-bottom: 1px solid scale-color-diff();
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
}
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa {
|
2013-09-05 15:37:07 -04:00
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
2014-05-19 23:55:46 -04:00
|
|
|
border-top: 1px solid scale-color-diff();
|
2013-09-10 23:56:55 -04:00
|
|
|
padding: 20px 10px 0 10px;
|
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;
|
2013-09-17 23:46:12 -04:00
|
|
|
padding: 20px 10px 15px 10px;
|
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 {
|
2013-09-05 15:37:07 -04:00
|
|
|
font-size: 10px;
|
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
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
.title {
|
2013-10-18 10:43:53 -04:00
|
|
|
font-size: 14px; line-height: 8px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-09-13 23:03:29 -04: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;
|
2013-09-10 23:56:55 -04:00
|
|
|
padding: 15px 10px 15px 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-15 12:51:03 -04:00
|
|
|
.topic-post {
|
|
|
|
&.moderator {
|
2014-05-06 11:37:09 -04:00
|
|
|
background-color: scale-color($highlight, $lightness: 60%);
|
2013-10-15 12:51:03 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: scale-color($primary, $lightness: 50%);
|
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
padding: 10px;
|
|
|
|
width: 90px;
|
2014-06-03 14:43:19 -04:00
|
|
|
z-index: 401;
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
&:hover {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: scale-color($primary, $lightness: 50%);
|
2013-09-14 00:39:08 -04:00
|
|
|
cursor: pointer;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button.visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extra-info {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2014-05-13 08:53:11 -04:00
|
|
|
.wiki {
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
color: #408040;
|
|
|
|
i {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.modal-body {
|
|
|
|
input[type=text] {
|
2013-09-14 00:39:08 -04:00
|
|
|
font-size: 16px;
|
|
|
|
display: block;
|
2013-09-05 15:37:07 -04:00
|
|
|
margin-top: 10px;
|
2013-09-14 00:39:08 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
#share-link {
|
2014-06-24 03:55:43 -04:00
|
|
|
width: 290px;
|
|
|
|
margin-left: 20px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-09-14 00:39:08 -04:00
|
|
|
#selected-posts {
|
|
|
|
padding-left: 20px;
|
2013-09-05 15:37:07 -04:00
|
|
|
.btn {
|
2013-09-14 00:39:08 -04:00
|
|
|
margin-bottom: 10px;
|
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
|
|
|
.post-action {
|
|
|
|
float:right;
|
2014-05-13 14:10:29 -04:00
|
|
|
margin-right: 10px;
|
2014-05-13 01:50:52 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.post-action .relative-date {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deleted {
|
2014-05-06 23:53:04 -04:00
|
|
|
background-color: scale-color($danger, $lightness: 75%);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#show-topic-admin {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: scale-color($primary, $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
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-05 16:28:16 -04:00
|
|
|
.deleted-user-avatar {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 23:03:29 -04:00
|
|
|
.staff a {
|
2013-09-14 00:39:08 -04:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
margin: -4px 0 0 -4px;
|
2013-10-15 12:51:03 -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
|
|
|
}
|
|
|
|
|
2014-06-30 05:42:49 -04:00
|
|
|
// we assume blockquotes have their own margins, so all blockquotes
|
|
|
|
// will remove margins from first (top) and last (bottom) child elements
|
|
|
|
blockquote > *:first-child {
|
2014-06-30 06:03:54 -04:00
|
|
|
margin-top: 0 !important;
|
2014-06-30 05:42:49 -04:00
|
|
|
}
|
|
|
|
blockquote > *:last-child {
|
2014-06-30 06:03:54 -04:00
|
|
|
margin-bottom: 0 !important;
|
2014-06-30 05:42:49 -04:00
|
|
|
}
|
|
|
|
|
2013-09-12 16:00:53 -04:00
|
|
|
.quote-controls {
|
|
|
|
float: right;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-12 16:00:53 -04:00
|
|
|
a {
|
2014-03-07 06:43:50 -05:00
|
|
|
margin: 0;
|
2013-09-12 16:00:53 -04:00
|
|
|
}
|
2014-03-07 06:43:50 -05:00
|
|
|
.back:before,
|
|
|
|
.quote-other-topic:before {
|
2013-09-12 16:00:53 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-12 16:00:53 -04:00
|
|
|
font-family: "FontAwesome";
|
2013-09-20 17:28:00 -04:00
|
|
|
position: relative;
|
|
|
|
z-index: 20;
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
|
|
|
.back:before {
|
2013-09-12 16:00:53 -04:00
|
|
|
content: "\f062";
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
|
|
|
.quote-other-topic:before {
|
2013-09-12 16:00:53 -04:00
|
|
|
content: "\f061";
|
2014-03-07 06:43:50 -05:00
|
|
|
}
|
2013-09-12 16:00:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.quote .title {
|
2014-05-06 15:38:11 -04:00
|
|
|
border-left: 5px solid scale-color($primary, $lightness: 75%);
|
2014-05-19 23:55:46 -04:00
|
|
|
background-color: scale-color-diff();
|
2014-05-06 15:38:11 -04:00
|
|
|
padding: 10px 10px 10px 12px;
|
2013-09-18 00:37:56 -04:00
|
|
|
clear: both;
|
2013-09-13 23:03:29 -04:00
|
|
|
.avatar { margin-right: 7px; }
|
2013-09-12 17:41:15 -04:00
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
|
|
|
|
.gutter { display: none; }
|
|
|
|
|
2014-03-07 06:43:50 -05:00
|
|
|
.posts-wrapper { position: relative;
|
2013-10-18 10:43:53 -04:00
|
|
|
}
|
2014-03-31 11:29:32 -04:00
|
|
|
|
|
|
|
.topic-body.highlighted {
|
2014-05-10 02:09:04 -04:00
|
|
|
background-color: scale-color($tertiary, $lightness: 75%);
|
|
|
|
}
|
|
|
|
|
2014-06-04 12:15:59 -04:00
|
|
|
span.highlighted {
|
|
|
|
background-color: scale-color($highlight, $lightness: 70%);
|
|
|
|
}
|
|
|
|
|
2014-05-10 02:09:04 -04:00
|
|
|
.topic-avatar {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
2014-06-05 12:32:48 -04:00
|
|
|
white-space: nowrap;
|
2014-05-10 02:09:04 -04:00
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
2014-06-05 12:32:48 -04:00
|
|
|
.names {
|
|
|
|
margin: 5px 0 0 65px;
|
|
|
|
line-height: 17px;
|
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.post-info {
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 4px 10px 0 0;
|
|
|
|
.edits { margin-right: 5px; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.username.new-user a {
|
|
|
|
color: scale-color($primary, $lightness: 70%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|