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
|
|
|
}
|
2016-05-17 02:31:52 +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;
|
2014-10-03 03:26:57 +08:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-bottom: 10px;
|
2013-11-12 21:36:00 +08:00
|
|
|
.star {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.429em;
|
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 {
|
2014-10-07 23:41:04 +08:00
|
|
|
width: 350px;
|
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
|
|
|
line-height: 1.2em;
|
|
|
|
overflow: hidden;
|
2014-05-06 13:50:51 +08:00
|
|
|
a {color: $primary;}
|
2014-10-02 10:54:03 +08:00
|
|
|
}
|
2014-10-06 23:50:18 +08:00
|
|
|
|
|
|
|
|
2013-11-12 21:36:00 +08:00
|
|
|
.topic-statuses {
|
|
|
|
margin-top: -2px;
|
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-07-06 12:08:07 +08:00
|
|
|
.private-message-glyph {
|
2015-08-20 17:42:12 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
2014-07-06 12:08:07 +08:00
|
|
|
float: left;
|
2014-07-10 07:56:35 +08:00
|
|
|
margin: 0 5px 0 0;
|
2014-09-08 23:11:56 +08:00
|
|
|
}
|
2014-02-27 01:02:44 +08:00
|
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
|
2014-06-17 02:25:33 +08:00
|
|
|
.topic-error {
|
|
|
|
padding: 18px;
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.714em;
|
2014-06-17 02:25:33 +08:00
|
|
|
text-align: center;
|
|
|
|
line-height: 1.1em;
|
|
|
|
|
|
|
|
.topic-retry {
|
|
|
|
display: block;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-20 11:48:59 +08:00
|
|
|
.topic-status-info {
|
2014-08-06 21:31:13 +08:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
2014-06-04 19:03:14 +08:00
|
|
|
padding-top: 10px;
|
|
|
|
height: 20px;
|
2017-02-20 10:30:19 +08:00
|
|
|
max-width: 757px;
|
2014-06-04 19:03:14 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
right: 50%;
|
|
|
|
width: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 500;
|
|
|
|
&.docked {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-13 04:49:13 +08:00
|
|
|
#topic-progress-expanded {
|
2015-06-15 10:59:49 +08:00
|
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2014-06-13 04:49:13 +08:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
|
|
|
|
|
|
|
position: relative;
|
2015-10-02 17:41:37 +08:00
|
|
|
left: 340px;
|
2015-09-23 07:36:15 +08:00
|
|
|
width: 135px;
|
2014-06-13 04:49:13 +08:00
|
|
|
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;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.286em;
|
2014-06-13 05:24:11 +08:00
|
|
|
}
|
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;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.143em;
|
2014-06-13 04:49:13 +08:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
2016-07-27 03:08:04 +08:00
|
|
|
button.btn.jump-prompt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-06-13 04:49:13 +08:00
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2015-08-27 17:53:47 +08:00
|
|
|
left: 340px;
|
2013-09-06 03:37:07 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-20 09:10:40 +08:00
|
|
|
background-color: $secondary;
|
|
|
|
color: $tertiary;
|
|
|
|
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
border-bottom: none;
|
2014-08-01 16:41:06 +08:00
|
|
|
width: 145px;
|
2013-09-06 03:37:07 +08:00
|
|
|
height: 34px;
|
2013-11-07 04:33:17 +08:00
|
|
|
|
2014-06-28 06:28:16 +08:00
|
|
|
/* as a big ol' click target, don't let text inside be selected */
|
2014-06-28 07:54:30 +08:00
|
|
|
@include unselectable;
|
2014-06-28 06:28:16 +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;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.286em;
|
2013-09-06 03:37:07 +08:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 14:14:51 +08:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2015-05-20 09:10:40 +08:00
|
|
|
border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
2014-12-23 19:09:17 +08:00
|
|
|
transition: width .75s;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-15 12:55:17 +08:00
|
|
|
.heatmap-high {color: #fe7a15 !important;}
|
|
|
|
.heatmap-med {color: #cf7721 !important;}
|
|
|
|
.heatmap-low {color: #9b764f !important;}
|
|
|
|
.heatmap-high a {color: #fe7a15 !important;}
|
|
|
|
.heatmap-med a {color: #cf7721 !important;}
|
|
|
|
.heatmap-low a {color: #9b764f !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%;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.071em;
|
2013-10-22 22:41:09 +08:00
|
|
|
z-index: 495
|
2013-10-23 03:37:44 +08:00
|
|
|
}
|
2013-10-24 05:00:02 +08:00
|
|
|
|
2014-07-25 00:21:22 +08:00
|
|
|
@media all
|
2017-06-27 01:17:27 +08:00
|
|
|
and (min-width: 400px) {
|
2014-07-23 08:33:21 +08:00
|
|
|
|
2014-07-17 10:32:49 +08:00
|
|
|
#topic-progress, #topic-progress-expanded {
|
2017-06-27 01:17:27 +08:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2014-12-04 09:20:19 +08:00
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
2015-09-15 13:35:58 +08:00
|
|
|
right: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
right: 152px;
|
2014-12-04 09:20:19 +08:00
|
|
|
}
|
|
|
|
|
2015-09-15 13:35:58 +08:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
2014-12-04 09:20:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all
|
|
|
|
and (max-width : 485px) {
|
|
|
|
|
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
display: none;
|
2015-09-15 13:35:58 +08:00
|
|
|
}
|
2014-12-04 09:20:19 +08:00
|
|
|
|
|
|
|
|
2015-09-15 13:35:58 +08:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-12-04 09:20:19 +08:00
|
|
|
}
|