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;
|
2018-01-22 21:26:07 -05:00
|
|
|
margin-bottom: 10px;
|
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
|
|
|
}
|
2016-05-16 14:31:52 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.post-menu-area {
|
2018-01-16 15:48:47 -05:00
|
|
|
margin: 20px 0;
|
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 {
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2014-10-02 15:26:57 -04:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-bottom: 10px;
|
2017-08-31 05:16:08 -04:00
|
|
|
|
2017-11-22 14:53:35 -05:00
|
|
|
#edit-title, .category-chooser, .edit-controls {
|
2017-08-31 09:08:09 -04:00
|
|
|
width: 500px;
|
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
h1 {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-4;
|
|
|
|
line-height: $line-height-medium;
|
2013-11-12 08:36:00 -05:00
|
|
|
overflow: hidden;
|
2014-05-06 01:50:51 -04:00
|
|
|
a {color: $primary;}
|
2014-10-01 22:54:03 -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;
|
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
.private-message-glyph { display: none; }
|
2017-11-22 14:53:35 -05:00
|
|
|
.remove-featured-link {
|
|
|
|
float: right;
|
|
|
|
text-transform: lowercase;
|
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2017-12-20 15:56:53 -05:00
|
|
|
font-size: 0.857rem;
|
2017-11-22 14:53:35 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-07-06 00:08:07 -04:00
|
|
|
.private-message-glyph {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-low-mid, $secondary-high);
|
2014-07-06 00:08:07 -04:00
|
|
|
float: left;
|
2017-12-04 15:29:02 -05:00
|
|
|
margin-right: 5px;
|
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-06-16 14:25:33 -04:00
|
|
|
.topic-error {
|
|
|
|
padding: 18px;
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-4;
|
2014-06-16 14:25:33 -04:00
|
|
|
text-align: center;
|
2018-01-12 17:27:38 -05:00
|
|
|
line-height: $line-height-medium;
|
2014-06-16 14:25:33 -04:00
|
|
|
|
|
|
|
.topic-retry {
|
|
|
|
display: block;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-19 23:48:59 -04:00
|
|
|
.topic-status-info {
|
2017-10-04 23:48:42 -04:00
|
|
|
border-top: 1px solid $primary-low;
|
2018-01-25 09:53:36 -05:00
|
|
|
padding: 10px 0;
|
2014-06-04 07:03:14 -04:00
|
|
|
height: 20px;
|
2017-02-19 21:30:19 -05:00
|
|
|
max-width: 757px;
|
2014-06-04 07:03:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
right: 50%;
|
|
|
|
width: 0;
|
|
|
|
bottom: 0;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("timeline");
|
2014-06-04 07:03:14 -04:00
|
|
|
&.docked {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
#topic-progress-expanded {
|
2017-08-31 05:16:08 -04:00
|
|
|
border: 1px solid $primary-low;
|
2014-06-12 16:49:13 -04:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
|
|
|
|
|
|
|
position: relative;
|
2015-10-02 05:41:37 -04:00
|
|
|
left: 340px;
|
2015-09-22 19:36:15 -04:00
|
|
|
width: 135px;
|
2014-06-12 16:49:13 -04:00
|
|
|
|
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2014-06-12 17:24:11 -04:00
|
|
|
i {
|
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-2;
|
2014-06-12 17:24:11 -04:00
|
|
|
}
|
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;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-1;
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
2016-07-26 15:08:04 -04:00
|
|
|
button.btn.jump-prompt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2015-08-27 05:53:47 -04:00
|
|
|
left: 340px;
|
2013-09-05 15:37:07 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-19 21:10:40 -04:00
|
|
|
background-color: $secondary;
|
|
|
|
color: $tertiary;
|
2017-06-11 22:20:14 -04:00
|
|
|
border: 1px solid $tertiary-low;
|
2015-05-19 21:10:40 -04:00
|
|
|
border-bottom: none;
|
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;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2017-07-27 15:03:41 -04:00
|
|
|
.d-icon {
|
2013-09-05 15:37:07 -04:00
|
|
|
position: absolute;
|
2014-06-12 16:49:13 -04:00
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-2;
|
|
|
|
line-height: $line-height-small;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 01:14:51 -05:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2017-06-11 22:20:14 -04:00
|
|
|
border-right: 1px solid $tertiary-low;
|
|
|
|
background-color: $tertiary-low;
|
2014-12-23 06:09:17 -05:00
|
|
|
transition: width .75s;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
2017-10-10 16:07:46 -04:00
|
|
|
background-color: $highlight-medium;
|
2013-10-22 10:41:09 -04:00
|
|
|
padding: 8px;
|
|
|
|
bottom: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-0;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("dropdown");
|
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
|
2017-06-26 13:17:27 -04:00
|
|
|
and (min-width: 400px) {
|
2014-07-22 20:33:21 -04:00
|
|
|
|
2014-07-16 22:32:49 -04:00
|
|
|
#topic-progress, #topic-progress-expanded {
|
2017-06-26 13:17:27 -04:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2014-12-03 20:20:19 -05:00
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
2017-11-27 15:23:18 -05:00
|
|
|
right: 19vw;
|
2015-09-15 01:35:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper.docked {
|
2017-11-27 15:23:18 -05:00
|
|
|
right: 19vw;
|
2014-12-03 20:20:19 -05:00
|
|
|
}
|
|
|
|
|
2015-09-15 01:35:58 -04:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
2014-12-03 20:20:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all
|
|
|
|
and (max-width : 485px) {
|
|
|
|
|
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
display: none;
|
2015-09-15 01:35:58 -04:00
|
|
|
}
|
2014-12-03 20:20:19 -05:00
|
|
|
|
|
|
|
|
2015-09-15 01:35:58 -04:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-12-03 20:20:19 -05:00
|
|
|
}
|