2013-10-24 05:00:02 +08:00
|
|
|
.post-actions {
|
2013-11-04 19:51:39 +08:00
|
|
|
@include unselectable;
|
2013-10-24 12:30:41 +08:00
|
|
|
clear: both;
|
2013-10-23 03:37:44 +08:00
|
|
|
text-align: right;
|
2013-11-04 19:51:39 +08:00
|
|
|
.post-action {
|
2013-10-31 00:40:16 +08:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
2013-11-04 19:51:39 +08:00
|
|
|
}
|
2013-10-31 00:40:16 +08:00
|
|
|
}
|
|
|
|
.post-menu-area {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 20px;
|
2013-10-23 03:37:44 +08:00
|
|
|
}
|
|
|
|
|
2013-10-20 06:18:25 +08:00
|
|
|
.edits {margin-right: 5px;}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
#topic-title {
|
2013-11-12 21:36:00 +08:00
|
|
|
z-index: 1000;
|
|
|
|
padding: 14px 0 8px 0;
|
2013-10-20 06:18:25 +08:00
|
|
|
margin-bottom: 20px;
|
2013-11-12 21:36:00 +08:00
|
|
|
.star {
|
|
|
|
font-size: 20px;
|
2014-04-10 11:27:05 +08:00
|
|
|
margin-top: 6px;
|
2014-03-19 21:38:35 +08:00
|
|
|
margin-right: 6px;
|
2013-11-12 21:36:00 +08:00
|
|
|
}
|
|
|
|
#edit-title { width: 500px; }
|
|
|
|
.category-combobox {
|
|
|
|
width: 250px;
|
2014-05-11 12:50:03 +08:00
|
|
|
.select2-drop {
|
2013-11-12 21:36:00 +08:00
|
|
|
left: -9000px;
|
|
|
|
width: 248px;
|
|
|
|
}
|
2014-05-11 12:50:03 +08:00
|
|
|
.select2-search input {
|
2013-11-12 21:36:00 +08:00
|
|
|
width: 198px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-31 00:40:16 +08:00
|
|
|
h1 {
|
2014-03-11 14:55:30 +08:00
|
|
|
font-size: 1.8em;
|
2013-11-12 21:36:00 +08:00
|
|
|
margin: 0;
|
|
|
|
line-height: 1.2em;
|
|
|
|
overflow: hidden;
|
2014-05-06 13:50:51 +08:00
|
|
|
a {color: $primary;}
|
2014-03-19 21:38:35 +08:00
|
|
|
a.badge-category { vertical-align: top; margin-top: 4px; }
|
2013-11-12 21:36:00 +08:00
|
|
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
|
|
|
}
|
|
|
|
.topic-statuses {
|
|
|
|
margin-top: -2px;
|
2014-04-10 11:27:05 +08:00
|
|
|
.fa-thumb-tack { padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2013-10-31 00:40:16 +08:00
|
|
|
}
|
2014-05-11 12:50:03 +08:00
|
|
|
.select2-container {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2014-02-27 01:02:44 +08:00
|
|
|
.private-message-glyph { display: none; }
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-05-06 13:50:51 +08:00
|
|
|
.private-message-glyph { color: scale-color($primary, $lightness: 75%); }
|
2014-02-27 01:02:44 +08:00
|
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
|
2014-05-18 00:24:51 +08:00
|
|
|
a.reply-new {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -2px;
|
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-10-31 00:40:16 +08:00
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
2014-05-06 13:50:51 +08:00
|
|
|
background: $secondary;
|
2014-05-19 13:17:59 +08:00
|
|
|
border: 1px solid scale-color-diff();
|
2014-05-18 00:24:51 +08:00
|
|
|
padding: 1.5px 3px;
|
2013-10-31 00:40:16 +08:00
|
|
|
border-radius: 20px;
|
|
|
|
transition: linear 0.15s;
|
|
|
|
-webkit-transition: linear 0.15s;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-10-31 00:40:16 +08:00
|
|
|
a:hover.reply-new {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $tertiary;
|
2014-05-18 00:24:51 +08:00
|
|
|
i {
|
|
|
|
background: scale-color($tertiary, $lightness: 75%);
|
2014-05-06 13:50:51 +08:00
|
|
|
border: 1px solid $tertiary;
|
2013-10-31 00:40:16 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
|
2014-06-04 19:03:14 +08:00
|
|
|
#topic-closing-info {
|
|
|
|
border-top: 1px solid scale-color-diff();
|
|
|
|
padding-top: 10px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
right: 50%;
|
|
|
|
width: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 500;
|
|
|
|
outline: 1px solid transparent;
|
|
|
|
&.docked {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-13 04:49:13 +08:00
|
|
|
#topic-progress-expanded {
|
|
|
|
border: 1px solid scale-color-diff();
|
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
|
|
|
@include box-shadow(0 0px 2px rgba($primary, .2));
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
left: 345px;
|
|
|
|
width: 118px;
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-06-13 05:24:11 +08:00
|
|
|
i {
|
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2014-06-13 04:49:13 +08:00
|
|
|
}
|
|
|
|
.jump-form {
|
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2014-03-03 14:16:30 +08:00
|
|
|
left: 345px;
|
2013-09-06 03:37:07 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
border: none;
|
2014-05-19 13:17:59 +08:00
|
|
|
background-color: scale-color-diff();
|
2014-05-06 13:50:51 +08:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-09-06 03:37:07 +08:00
|
|
|
width: 130px;
|
|
|
|
height: 34px;
|
2013-11-07 04:33:17 +08:00
|
|
|
|
2014-06-13 04:49:13 +08:00
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2014-06-13 04:49:13 +08:00
|
|
|
i.fa {
|
2013-09-06 03:37:07 +08:00
|
|
|
position: absolute;
|
2014-06-13 04:49:13 +08:00
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
|
|
|
z-index: 1;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 14:14:51 +08:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2014-05-19 13:17:59 +08:00
|
|
|
border-right: 1px solid scale-color-diff();
|
2014-05-07 11:53:04 +08:00
|
|
|
background-color: scale-color($success, $lightness: 70%);
|
2014-02-07 12:43:13 +08:00
|
|
|
transition: width .75s;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-08 12:12:18 +08:00
|
|
|
#suggested-topics .topic-statuses .topic-status {
|
|
|
|
padding: 0;
|
|
|
|
i {
|
|
|
|
font-size:15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-24 17:29:26 +08:00
|
|
|
#suggested-topics .topics {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2014-05-06 13:50:51 +08:00
|
|
|
.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;}
|
|
|
|
.heatmap-med {color: $danger !important;}
|
|
|
|
.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-11-14 12:10:47 +08:00
|
|
|
|
2013-10-22 22:41:09 +08:00
|
|
|
|
|
|
|
#topic-filter {
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: scale-color($highlight, $lightness: 25%);
|
2013-10-22 22:41:09 +08:00
|
|
|
padding: 8px;
|
|
|
|
bottom: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 15px;
|
|
|
|
z-index: 495
|
2013-10-23 03:37:44 +08:00
|
|
|
}
|
2013-10-24 05:00:02 +08:00
|
|
|
|
2013-10-30 21:11:05 +08:00
|
|
|
/* Code, KBD, Sub/sup formatting */
|
|
|
|
|
2014-06-20 04:10:57 +08:00
|
|
|
code,kbd,pre,samp {
|
2014-06-20 15:02:27 +08:00
|
|
|
font-size:1em;
|
2013-10-30 21:11:05 +08:00
|
|
|
}
|
2014-03-28 03:36:14 +08:00
|
|
|
pre {
|
|
|
|
code {
|
|
|
|
white-space:pre-wrap;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 10px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-05-19 13:17:59 +08:00
|
|
|
background: scale-color-diff();
|
2014-03-28 03:36:14 +08:00
|
|
|
max-height: 500px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-30 21:31:26 +08:00
|
|
|
q{ quotes:"\201C" "\201D" "\2018" "\2019"; }
|
|
|
|
small{ font-size:80%; }
|
2013-10-30 21:11:05 +08:00
|
|
|
sub,sup{
|
|
|
|
font-size:75%;
|
|
|
|
line-height:0;
|
|
|
|
position:relative;
|
2013-10-30 21:31:26 +08:00
|
|
|
vertical-align:baseline;
|
2013-10-30 21:11:05 +08:00
|
|
|
}
|
2013-10-30 21:31:26 +08:00
|
|
|
sup{top:-0.5em; }
|
|
|
|
sub{bottom:-0.25em; }
|
|
|
|
figure{margin:0; }
|
2013-10-30 21:11:05 +08:00
|
|
|
fieldset{
|
2014-05-19 13:17:59 +08:00
|
|
|
border:1px solid scale-color-diff();
|
2013-10-30 21:11:05 +08:00
|
|
|
margin:0 2px;
|
2013-10-30 21:31:26 +08:00
|
|
|
padding:0.35em 0.625em 0.75em;
|
2013-10-30 21:11:05 +08:00
|
|
|
}
|
|
|
|
legend{
|
|
|
|
border:0;
|
2013-10-30 21:31:26 +08:00
|
|
|
padding:0;
|
2013-10-30 21:11:05 +08:00
|
|
|
}
|
2013-11-30 11:44:00 +08:00
|
|
|
|
|
|
|
kbd
|
|
|
|
{
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2014-05-19 13:17:59 +08:00
|
|
|
border:1px solid scale-color-diff();
|
2013-11-30 11:44:00 +08:00
|
|
|
border-radius: 3px;
|
2014-05-06 13:50:51 +08:00
|
|
|
box-shadow: 0 1px 0 rgba($primary, .9);
|
|
|
|
color: $primary;
|
2013-11-30 11:44:00 +08:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.4;
|
|
|
|
margin: 0 .1em;
|
|
|
|
padding: .1em .6em;
|
|
|
|
}
|