2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
.topic-post {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
padding: 20px 0 10px 0;
|
|
|
|
&:first-of-type {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.post-controls {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 0px;
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
margin-top: 10px;
|
|
|
|
button {color: #aaa;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.badge-posts {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-replies {
|
|
|
|
display: none;
|
|
|
|
i {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button.create {
|
|
|
|
float: right !important;
|
|
|
|
border: 1px solid #888;
|
|
|
|
margin-right: 0;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
.like {
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 8px 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
background: transparent;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
float: left !important;
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
}
|
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.read-icon {
|
|
|
|
&:before {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f02e";
|
|
|
|
}
|
|
|
|
&.unseen {
|
|
|
|
&:before {
|
|
|
|
content: "\f097";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.last-read {
|
|
|
|
}
|
|
|
|
&.bookmarked {
|
|
|
|
&:before {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.embedded-posts {
|
|
|
|
|
|
|
|
.topic-meta-data h5 a {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.reply-new {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-actions {
|
2013-09-11 11:56:55 +08:00
|
|
|
margin-left: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-to-tab {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.star {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
font-size: 1.4em !important;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main a.star.starred {
|
|
|
|
text-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profiler-results {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-summary {
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
border-radius: 0 4px 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-links li {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
border-radius: 5px;
|
2013-09-11 11:56:55 +08:00
|
|
|
margin: 15px 10px 20px 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
color: #323232;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
margin: 0 0 3px 0;
|
|
|
|
color: #6c7376;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
.participants {
|
|
|
|
margin: 0 0 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary {
|
|
|
|
&.collapsed {
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
padding: 7px 11px;
|
|
|
|
&:last-of-type {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a,
|
|
|
|
|
|
|
|
.number {
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
.number {
|
|
|
|
color: #445a62;
|
|
|
|
}
|
|
|
|
.avatar + a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatars,
|
|
|
|
.links,
|
|
|
|
.information {
|
|
|
|
padding: 7px 14px;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.information {
|
|
|
|
border-top: 1px solid #d1d1d2;
|
|
|
|
}
|
|
|
|
.topic-links {
|
|
|
|
.badge-notification {
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
|
|
|
float: right;
|
|
|
|
.btn {
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
border-left: 1px solid #e6e6e6;
|
|
|
|
padding: 0 23px;
|
|
|
|
color: #444;
|
|
|
|
background: #ddd;
|
|
|
|
&:hover {
|
|
|
|
background: #ccc;
|
|
|
|
color: #444; border-bottom: 1px solid #ccc;
|
|
|
|
|
|
|
|
}
|
|
|
|
&.collapsed {
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
|
|
|
border-top: 1px solid #ddd;
|
2013-09-11 11:56:55 +08:00
|
|
|
padding: 20px 10px 0 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#suggested-topics {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
margin-top: 10px;
|
2013-09-11 11:56:55 +08:00
|
|
|
padding: 0 10px 0 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-09-11 11:56:55 +08:00
|
|
|
th.views, td.views, td.activity, th.activity, th.likes, td.likes {
|
2013-09-06 03:37:07 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.badge-category {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 14px; line-height: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
span.post-count {
|
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#topic-footer-buttons {
|
|
|
|
.btn {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
.icon-star {margin-right: 5px;}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-title {
|
|
|
|
z-index: 1000;
|
|
|
|
background: #eee;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.topic-post article.boxed img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #666;
|
|
|
|
color: #fff;
|
|
|
|
padding: 10px;
|
|
|
|
width: 90px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #999;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-button.visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extra-info {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-meta-data {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open>.dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu li {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
margin-top: 50px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contents .cooked a {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
input[type=text] {
|
|
|
|
font-size: 16px;
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#share-link {
|
|
|
|
width: 265px;
|
|
|
|
margin-left: -4px;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
font-size: 16px;
|
|
|
|
width: 92%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#selected-posts {
|
|
|
|
padding-left: 20px;
|
|
|
|
.btn {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-select {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-action .relative-date {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deleted {
|
|
|
|
background-color: lighten(red, 45%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#show-topic-admin {
|
|
|
|
color: #7b7b7b;
|
|
|
|
right: 0px;
|
|
|
|
border-right: 0;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 5px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 04:28:16 +08:00
|
|
|
.deleted-user-avatar {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.staff a {border-radius: 4px; padding: 4px; margin: -4px 0 0 -4px; background-color: lighten(yellow, 35%);}
|
|
|
|
|
|
|
|
.user-title {margin-left: 8px; display: inline-block; color: #aaa;}
|
|
|
|
|
|
|
|
span.btn-text {display: none;}
|
|
|
|
|
2013-09-13 04:00:53 +08:00
|
|
|
|
|
|
|
|
|
|
|
.read-icon {
|
|
|
|
&:before {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f02e";
|
|
|
|
}
|
|
|
|
&.unseen {
|
|
|
|
&:before {
|
|
|
|
content: "\f097";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.last-read {
|
|
|
|
color: #770000;
|
|
|
|
}
|
|
|
|
&.bookmarked {
|
|
|
|
&:before {
|
|
|
|
color: #0088CC;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quote-controls {
|
|
|
|
float: right;
|
|
|
|
color: #323232;
|
|
|
|
a {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back:before,
|
|
|
|
.quote-other-topic:before {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
color: #323232;
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
}
|
|
|
|
.back:before {
|
|
|
|
content: "\f062";
|
|
|
|
}
|
|
|
|
.quote-other-topic:before {
|
|
|
|
content: "\f061";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.quote .title {
|
|
|
|
border-left: 5px solid #bebebe;
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
padding: 10px 10px 0 12px;
|
|
|
|
.avatar {margin-right: 7px;}
|
|
|
|
}
|