2013-10-23 17:00:02 -04:00
|
|
|
.post-actions {
|
2013-11-04 06:51:39 -05:00
|
|
|
@include unselectable;
|
2013-10-24 00:30:41 -04:00
|
|
|
clear: both;
|
2013-10-22 15:37:44 -04:00
|
|
|
text-align: right;
|
2013-11-04 06:51:39 -05:00
|
|
|
.post-action {
|
2013-10-30 12:40:16 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
2013-11-04 06:51:39 -05:00
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
|
|
|
.post-menu-area {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 20px;
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.edits {margin-right: 5px;}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
#topic-title {
|
2013-11-12 08:36:00 -05:00
|
|
|
z-index: 1000;
|
2014-10-02 15:26:57 -04:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-bottom: 10px;
|
2013-11-12 08:36:00 -05:00
|
|
|
.star {
|
|
|
|
font-size: 20px;
|
2014-04-09 23:27:05 -04:00
|
|
|
margin-top: 6px;
|
2014-03-19 09:38:35 -04:00
|
|
|
margin-right: 6px;
|
2013-11-12 08:36:00 -05:00
|
|
|
}
|
|
|
|
#edit-title { width: 500px; }
|
|
|
|
.category-combobox {
|
2014-10-07 11:41:04 -04:00
|
|
|
width: 350px;
|
2014-05-11 00:50:03 -04:00
|
|
|
.select2-drop {
|
2013-11-12 08:36:00 -05:00
|
|
|
left: -9000px;
|
|
|
|
width: 248px;
|
|
|
|
}
|
2014-05-11 00:50:03 -04:00
|
|
|
.select2-search input {
|
2013-11-12 08:36:00 -05:00
|
|
|
width: 198px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
h1 {
|
2014-03-11 02:55:30 -04:00
|
|
|
font-size: 1.8em;
|
2013-11-12 08:36:00 -05:00
|
|
|
margin: 0;
|
|
|
|
line-height: 1.2em;
|
|
|
|
overflow: hidden;
|
2014-05-06 01:50:51 -04:00
|
|
|
a {color: $primary;}
|
2014-10-06 11:50:18 -04:00
|
|
|
|
|
|
|
|
2014-10-01 22:54:03 -04:00
|
|
|
}
|
2014-10-06 11:50:18 -04:00
|
|
|
|
|
|
|
|
2013-11-12 08:36:00 -05:00
|
|
|
.topic-statuses {
|
|
|
|
margin-top: -2px;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2014-05-11 00:50:03 -04:00
|
|
|
.select2-container {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
.private-message-glyph { display: none; }
|
2014-10-06 11:50:18 -04:00
|
|
|
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-07-06 00:08:07 -04:00
|
|
|
.private-message-glyph {
|
|
|
|
color: scale-color($primary, $lightness: 75%);
|
|
|
|
float: left;
|
2014-07-09 19:56:35 -04:00
|
|
|
margin: 0 5px 0 0;
|
2014-09-08 11:11:56 -04:00
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
|
2014-05-17 12:24:51 -04:00
|
|
|
a.reply-new {
|
2014-07-22 20:33:21 -04:00
|
|
|
margin-top: 3px;
|
2014-05-17 12:24:51 -04:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-10-30 12:40:16 -04:00
|
|
|
i {
|
2014-07-22 20:33:21 -04:00
|
|
|
margin-right: 3px;
|
2014-05-06 01:50:51 -04:00
|
|
|
background: $secondary;
|
2014-05-17 12:24:51 -04:00
|
|
|
padding: 1.5px 3px;
|
2013-10-30 12:40:16 -04:00
|
|
|
border-radius: 20px;
|
2014-10-20 09:54:36 -04:00
|
|
|
@include transition(all linear .15s);
|
2014-07-22 20:33:21 -04:00
|
|
|
margin-left: -20px;
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
a:hover.reply-new {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $tertiary;
|
2014-05-17 12:24:51 -04:00
|
|
|
i {
|
2014-08-06 09:31:13 -04:00
|
|
|
background: dark-light-diff($tertiary, $secondary, 90%, -65%);
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2014-06-16 14:25:33 -04:00
|
|
|
.topic-error {
|
|
|
|
padding: 18px;
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 24px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1.1em;
|
|
|
|
|
|
|
|
.topic-retry {
|
|
|
|
display: block;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-04 07:03:14 -04:00
|
|
|
#topic-closing-info {
|
2014-08-06 09:31:13 -04:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
2014-06-04 07:03:14 -04:00
|
|
|
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-12 16:49:13 -04:00
|
|
|
#topic-progress-expanded {
|
|
|
|
border: 1px solid scale-color-diff();
|
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
2014-08-06 09:31:13 -04:00
|
|
|
@include box-shadow(0 0px 2px rgba(0,0,0, .2));
|
2014-06-12 16:49:13 -04:00
|
|
|
|
|
|
|
position: relative;
|
|
|
|
left: 345px;
|
2014-08-01 05:15:05 -04:00
|
|
|
width: 133px;
|
2014-06-12 16:49:13 -04:00
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-06-12 17:24:11 -04:00
|
|
|
i {
|
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
.jump-form {
|
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 0;
|
2014-07-02 23:21:45 -04:00
|
|
|
font-size: 16px;
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2014-03-03 01:16:30 -05:00
|
|
|
left: 345px;
|
2013-09-05 15:37:07 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
border: none;
|
2014-05-19 01:17:59 -04:00
|
|
|
background-color: scale-color-diff();
|
2014-05-06 01:50:51 -04:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2014-08-01 04:41:06 -04:00
|
|
|
width: 145px;
|
2013-09-05 15:37:07 -04:00
|
|
|
height: 34px;
|
2013-11-06 15:33:17 -05:00
|
|
|
|
2014-06-27 18:28:16 -04:00
|
|
|
/* as a big ol' click target, don't let text inside be selected */
|
2014-06-27 19:54:30 -04:00
|
|
|
@include unselectable;
|
2014-06-27 18:28:16 -04:00
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2014-06-12 16:49:13 -04:00
|
|
|
i.fa {
|
2013-09-05 15:37:07 -04:00
|
|
|
position: absolute;
|
2014-06-12 16:49:13 -04:00
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
|
|
|
z-index: 1;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 01:14:51 -05:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2014-05-19 01:17:59 -04:00
|
|
|
border-right: 1px solid scale-color-diff();
|
2014-08-06 09:31:13 -04:00
|
|
|
background-color: dark-light-diff($success, $secondary, 60%, -35%);
|
2014-10-20 09:54:36 -04:00
|
|
|
@include transition(width .75s);
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-07 23:12:18 -05:00
|
|
|
#suggested-topics .topic-statuses .topic-status {
|
|
|
|
padding: 0;
|
|
|
|
i {
|
|
|
|
font-size:15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-24 05:29:26 -04:00
|
|
|
#suggested-topics .topics {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2014-08-15 00:55:17 -04: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-05 15:37:07 -04:00
|
|
|
|
2013-11-13 23:10:47 -05:00
|
|
|
|
2013-10-22 10:41:09 -04:00
|
|
|
|
|
|
|
#topic-filter {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: scale-color($highlight, $lightness: 25%);
|
2013-10-22 10:41:09 -04:00
|
|
|
padding: 8px;
|
|
|
|
bottom: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 15px;
|
|
|
|
z-index: 495
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
2013-10-23 17:00:02 -04:00
|
|
|
|
2014-07-24 12:21:22 -04:00
|
|
|
@media all
|
2014-07-16 22:32:49 -04:00
|
|
|
and (max-width : 940px) {
|
2014-07-22 20:33:21 -04:00
|
|
|
|
2014-07-16 22:32:49 -04:00
|
|
|
#topic-progress, #topic-progress-expanded {
|
|
|
|
left: 295px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-07-09 19:56:35 -04:00
|
|
|
|
2014-07-24 12:21:22 -04:00
|
|
|
@media all
|
2014-07-16 22:32:49 -04:00
|
|
|
and (max-width : 870px) {
|
2014-07-09 19:56:35 -04:00
|
|
|
|
|
|
|
#topic-progress, #topic-progress-expanded {
|
|
|
|
left: 210px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|