2013-12-07 01:51:00 +08:00
|
|
|
.gap {
|
2014-05-07 11:53:04 +08:00
|
|
|
background-color: scale-color($primary, $lightness: 95%);
|
2013-12-07 01:51:00 +08:00
|
|
|
padding: 5px 15px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-12-07 01:51:00 +08:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
.topic-post {
|
2014-05-07 11:53:04 +08:00
|
|
|
border-top: 1px solid scale-color($primary, $lightness: 95%);
|
2013-09-18 11:32:11 +08:00
|
|
|
padding: 6px 0 3px 0;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
nav.post-controls {
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2014-03-06 14:14:51 +08:00
|
|
|
padding: 0;
|
2014-05-07 11:53:04 +08:00
|
|
|
border-right: 1px solid scale-color($primary, $lightness: 95%);
|
2014-05-06 15:24:04 +08:00
|
|
|
clear: both;
|
2014-05-06 13:50:51 +08:00
|
|
|
button {color: scale-color($primary, $lightness: 50%);
|
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;
|
|
|
|
i {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-21 05:28:00 +08:00
|
|
|
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
button.create {
|
2013-09-14 12:39:08 +08:00
|
|
|
float: right !important;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-right: 0;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-03-19 22:02:09 +08:00
|
|
|
padding-right: 7px;}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.create i {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin-right: 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
2014-03-06 14:51:39 +08:00
|
|
|
border: none;
|
2014-03-19 22:02:09 +08:00
|
|
|
font-size: 17px;
|
2014-03-20 12:43:22 +08:00
|
|
|
padding: 8px 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
vertical-align: top;
|
|
|
|
background: transparent;
|
|
|
|
float: left !important;
|
2014-03-19 22:02:09 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-05-13 20:53:11 +08:00
|
|
|
&.admin {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin {
|
2014-03-19 22:02:09 +08:00
|
|
|
float: right;
|
|
|
|
}
|
2014-05-14 02:39:13 +08:00
|
|
|
&.expand-post {
|
|
|
|
margin:10px 0 10px 0;
|
|
|
|
}
|
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
|
|
|
&.last-read {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $danger;}
|
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-05-13 20:53:11 +08:00
|
|
|
.post-admin-menu {
|
|
|
|
background-color: $secondary;
|
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid scale-color($primary, $lightness: 90%);
|
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
|
|
|
bottom: 0;
|
|
|
|
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-06 03:37:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
.embedded-posts {
|
|
|
|
.topic-meta-data h5 a {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.reply-new {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-actions {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin-left: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-to-tab {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
margin-top: 4px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#main a.star.starred {
|
2014-03-06 14:51:39 +08:00
|
|
|
text-shadow: none !important;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 02:30:24 +08:00
|
|
|
.topic-map {
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.btn {
|
|
|
|
border-radius: 0 4px 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
.topic-links li {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
border-radius: 5px;
|
2014-05-13 15:03:22 +08:00
|
|
|
margin: 30px 10px 20px 10px;
|
2014-05-07 11:53:04 +08:00
|
|
|
border: 1px solid scale-color($primary, $lightness: 95%);
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 4px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
line-height: 23px;
|
|
|
|
}
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
h4 {
|
|
|
|
margin: 0 0 3px 0;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
p,
|
|
|
|
.participants {
|
|
|
|
margin: 0 0 7px;
|
|
|
|
}
|
2013-09-14 12:39:08 +08:00
|
|
|
|
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;
|
|
|
|
top: 2px;
|
|
|
|
right: 6px;
|
|
|
|
padding: 0 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 14px;
|
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;
|
|
|
|
padding: 7px 11px;
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-11-29 00:45:16 +08:00
|
|
|
a, .number {
|
2013-09-06 03:37:07 +08:00
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2014-05-07 06:38:22 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.avatar + a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatars,
|
|
|
|
.links,
|
|
|
|
.information {
|
|
|
|
padding: 7px 14px;
|
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
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.information {
|
2014-05-07 11:53:04 +08:00
|
|
|
border-top: 1px solid scale-color($primary, $lightness: 95%);
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-06 15:48:44 +08:00
|
|
|
|
|
|
|
.domain {
|
2014-05-06 16:14:56 +08:00
|
|
|
color: scale-color($primary, $lightness: 75%);
|
2014-05-06 15:48:44 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.topic-links {
|
|
|
|
.badge-notification {
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
|
|
|
float: right;
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
2014-05-07 11:53:04 +08:00
|
|
|
border-bottom: 1px solid scale-color($primary, $lightness: 95%);;
|
|
|
|
border-left: 1px solid scale-color($primary, $lightness: 95%);;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding: 0 23px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-05-10 14:09:04 +08:00
|
|
|
background: scale-color($primary, $lightness: 90%);
|
2013-09-06 03:37:07 +08:00
|
|
|
&:hover {
|
2014-05-06 13:50:51 +08:00
|
|
|
background: scale-color($primary, $lightness: 75%);
|
|
|
|
color: $primary;
|
2014-05-07 11:53:04 +08:00
|
|
|
border-bottom: 1px solid scale-color($primary, $lightness: 95%);
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
}
|
2013-12-10 05:27:49 +08:00
|
|
|
.fa {
|
2013-09-06 03:37:07 +08:00
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
2014-05-07 11:53:04 +08:00
|
|
|
border-top: 1px solid scale-color($primary, $lightness: 95%);;
|
2013-09-11 11:56:55 +08:00
|
|
|
padding: 20px 10px 0 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-05-06 15:48:44 +08:00
|
|
|
/* this is to force the drop-down notification state description para below the button */
|
|
|
|
#topic-footer-buttons p {
|
|
|
|
clear: both;
|
2014-05-06 16:14:56 +08:00
|
|
|
margin: 0;
|
2014-05-06 15:48:44 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
#suggested-topics {
|
|
|
|
clear: left;
|
2013-09-18 11:46:12 +08:00
|
|
|
padding: 20px 10px 15px 10px;
|
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 {
|
2013-09-06 03:37:07 +08:00
|
|
|
font-size: 10px;
|
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
|
|
|
|
2014-03-07 19:43:50 +08:00
|
|
|
.title {
|
2013-10-18 22:43:53 +08:00
|
|
|
font-size: 14px; line-height: 8px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-09-14 11:03:29 +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;
|
2013-09-11 11:56:55 +08:00
|
|
|
padding: 15px 10px 15px 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-10-16 00:51:03 +08:00
|
|
|
.topic-post {
|
|
|
|
article.boxed img {
|
|
|
|
max-width: 100%;
|
2013-10-18 22:43:53 +08:00
|
|
|
height: auto;
|
2013-10-16 00:51:03 +08:00
|
|
|
}
|
|
|
|
&.moderator {
|
2014-05-06 23:37:09 +08:00
|
|
|
background-color: scale-color($highlight, $lightness: 60%);
|
2013-10-16 00:51:03 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: scale-color($primary, $lightness: 50%);
|
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding: 10px;
|
|
|
|
width: 90px;
|
|
|
|
|
|
|
|
&:hover {
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: scale-color($primary, $lightness: 50%);
|
2013-09-14 12:39:08 +08:00
|
|
|
cursor: pointer;
|
2013-09-06 03:37:07 +08: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 19:43:50 +08:00
|
|
|
.dropdown-menu li {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin: 5px 0;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contents .cooked a {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2014-05-13 20:53:11 +08:00
|
|
|
.wiki {
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
color: #408040;
|
|
|
|
i {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.modal-body {
|
|
|
|
input[type=text] {
|
2013-09-14 12:39:08 +08:00
|
|
|
font-size: 16px;
|
|
|
|
display: block;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-top: 10px;
|
2013-09-14 12:39:08 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
#share-link {
|
2013-09-06 03:37:07 +08:00
|
|
|
width: 265px;
|
|
|
|
margin-left: -4px;
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2014-03-07 19:43:50 +08:00
|
|
|
h3 {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2013-09-14 12:39:08 +08:00
|
|
|
|
2014-03-07 19:43:50 +08:00
|
|
|
input[type=text] {
|
|
|
|
font-size: 16px;
|
|
|
|
width: 92%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-09-14 12:39:08 +08:00
|
|
|
#selected-posts {
|
|
|
|
padding-left: 20px;
|
2013-09-06 03:37:07 +08:00
|
|
|
.btn {
|
2013-09-14 12:39:08 +08:00
|
|
|
margin-bottom: 10px;
|
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
|
|
|
.post-action {
|
|
|
|
float:right;
|
2014-05-14 02:10:29 +08:00
|
|
|
margin-right: 10px;
|
2014-05-13 13:50:52 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.post-action .relative-date {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deleted {
|
2014-05-07 11:53:04 +08:00
|
|
|
background-color: scale-color($danger, $lightness: 75%);
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#show-topic-admin {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2014-03-06 14:14:51 +08:00
|
|
|
right: 0;
|
2013-09-14 12:39:08 +08:00
|
|
|
border-right: 0;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 5px;
|
2013-09-06 03:37:07 +08:00
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 04:28:16 +08:00
|
|
|
.deleted-user-avatar {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
|
2013-09-14 11:03:29 +08:00
|
|
|
.staff a {
|
2013-09-14 12:39:08 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
margin: -4px 0 0 -4px;
|
2013-10-16 00:51:03 +08:00
|
|
|
}
|
|
|
|
|
2014-05-10 14:09:04 +08:00
|
|
|
.username a { color: scale-color($primary, $lightness: 30%); }
|
2013-12-20 07:58:48 +08:00
|
|
|
.new-user a {
|
2014-05-10 04:32:30 +08:00
|
|
|
color: scale-color($primary, $lightness: 60%);
|
2013-10-16 00:51:03 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-09-18 11:32:11 +08:00
|
|
|
.topic-meta-data {
|
2013-10-16 00:51:03 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
float: left;
|
2013-09-18 11:32:11 +08:00
|
|
|
}
|
|
|
|
|
2014-02-11 05:59:36 +08:00
|
|
|
|
2013-09-14 11:03:29 +08:00
|
|
|
.user-title {
|
|
|
|
color: #aaa;
|
2013-09-18 11:32:11 +08:00
|
|
|
padding-top: 2px;
|
|
|
|
padding-left: 8px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 50px;
|
2013-09-14 11:03:29 +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;
|
2013-09-13 04:00:53 +08:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-controls {
|
|
|
|
float: right;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-13 04:00:53 +08:00
|
|
|
a {
|
2014-03-07 19:43:50 +08:00
|
|
|
margin: 0;
|
2013-09-13 04:00:53 +08:00
|
|
|
}
|
2014-03-07 19:43:50 +08:00
|
|
|
.back:before,
|
|
|
|
.quote-other-topic:before {
|
2013-09-13 04:00:53 +08:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-13 04:00:53 +08:00
|
|
|
font-family: "FontAwesome";
|
2013-09-21 05:28:00 +08:00
|
|
|
position: relative;
|
|
|
|
z-index: 20;
|
2014-03-07 19:43:50 +08:00
|
|
|
}
|
|
|
|
.back:before {
|
2013-09-13 04:00:53 +08:00
|
|
|
content: "\f062";
|
2014-03-07 19:43:50 +08:00
|
|
|
}
|
|
|
|
.quote-other-topic:before {
|
2013-09-13 04:00:53 +08:00
|
|
|
content: "\f061";
|
2014-03-07 19:43:50 +08:00
|
|
|
}
|
2013-09-13 04:00:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.quote .title {
|
2014-05-07 03:38:11 +08:00
|
|
|
border-left: 5px solid scale-color($primary, $lightness: 75%);
|
2014-05-07 11:53:04 +08:00
|
|
|
background-color: scale-color($primary, $lightness: 95%);
|
2014-05-07 03:38:11 +08:00
|
|
|
padding: 10px 10px 10px 12px;
|
2013-09-18 12:37:56 +08:00
|
|
|
clear: both;
|
2013-09-14 11:03:29 +08:00
|
|
|
.avatar { margin-right: 7px; }
|
2013-09-13 05:41:15 +08:00
|
|
|
}
|
2013-09-14 11:03:29 +08:00
|
|
|
|
|
|
|
.gutter { display: none; }
|
|
|
|
|
2014-03-07 19:43:50 +08:00
|
|
|
.posts-wrapper { position: relative;
|
2013-10-18 22:43:53 +08:00
|
|
|
}
|
2014-03-31 23:29:32 +08:00
|
|
|
|
|
|
|
.topic-body.highlighted {
|
2014-05-10 14:09:04 +08:00
|
|
|
background-color: scale-color($tertiary, $lightness: 75%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-avatar {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
2014-05-14 02:10:29 +08:00
|
|
|
.names {margin: 5px 0 0 65px; float: left;}
|
2014-05-13 13:50:52 +08:00
|
|
|
.post-info {float: right; font-size: 12px; margin: 4px 10px 0 0;
|
2014-05-10 14:09:04 +08:00
|
|
|
.edits {margin-right: 5px;}
|
|
|
|
}
|
2014-03-31 23:29:32 +08:00
|
|
|
}
|