2013-09-14 23:28:28 -04:00
|
|
|
.post-info a {color: #aaa;}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
.topic-meta-data-inside {
|
2013-10-07 14:41:17 -04:00
|
|
|
float: right;
|
2013-09-17 23:32:11 -04:00
|
|
|
margin-top: -38px;
|
2013-09-14 23:28:28 -04:00
|
|
|
margin-right: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
.post-info {
|
|
|
|
display: inline-block;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
.edits {margin-right: 5px;}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
#topic-title {
|
2015-07-21 21:46:15 -04:00
|
|
|
//margin-bottom: 20px;
|
|
|
|
margin: 0 60px 10px 0;
|
2014-02-26 12:02:44 -05:00
|
|
|
h1 {
|
|
|
|
font-size: 1.5em;
|
2014-10-06 11:50:18 -04:00
|
|
|
line-height: 1.25em;
|
2015-04-14 15:54:17 -04:00
|
|
|
margin: 0;
|
2014-07-01 04:15:16 -04:00
|
|
|
a {
|
|
|
|
color: $primary;
|
|
|
|
vertical-align: middle;
|
2016-01-13 01:40:36 -05:00
|
|
|
word-wrap: break-word;
|
2014-07-01 04:15:16 -04:00
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
}
|
2014-10-02 05:18:47 -04:00
|
|
|
.title-category-wrapper {
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
.private-message-glyph { display: none; }
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2015-08-20 05:42:12 -04:00
|
|
|
.private-message-glyph { color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%)); }
|
2014-02-26 12:02:44 -05:00
|
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2014-05-06 04:14:56 -04:00
|
|
|
|
|
|
|
/* both blocks that appear under the standard post control buttons */
|
|
|
|
.notification-options, .pinned-options {
|
2014-03-20 00:43:22 -04:00
|
|
|
float: left;
|
|
|
|
margin-top: 0px;
|
2014-05-06 04:14:56 -04:00
|
|
|
padding-top: 1px;
|
2016-03-30 03:03:54 -04:00
|
|
|
clear: both;
|
2014-03-20 00:43:22 -04:00
|
|
|
}
|
|
|
|
|
2013-09-12 11:45:06 -04:00
|
|
|
#topic-closing-info {
|
|
|
|
margin-left: 10px;
|
2013-09-14 00:39:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.docked #topic-progress {
|
2014-08-06 09:31:13 -04:00
|
|
|
box-shadow: 0 0 3px rbga(0,0,0, .5);
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
width: 0;
|
|
|
|
right: 0;
|
2014-03-06 01:14:51 -05:00
|
|
|
bottom: 0;
|
2015-11-11 07:39:19 -05:00
|
|
|
z-index: 950;
|
2015-06-03 10:02:21 -04:00
|
|
|
margin-right: 148px;
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
#topic-progress-expanded {
|
2015-06-14 22:59:49 -04:00
|
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2014-06-12 16:49:13 -04:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
2013-09-13 23:03:29 -04:00
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
position: absolute;
|
|
|
|
bottom: 34px;
|
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;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.286em;
|
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;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.143em;
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right !important;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
#topic-progress {
|
2013-09-13 23:03:29 -04:00
|
|
|
position: relative;
|
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-20 04:07:16 -04:00
|
|
|
background-color: $secondary;
|
|
|
|
color: $tertiary;
|
|
|
|
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
border-bottom: none;
|
2014-08-01 04:41:06 -04:00
|
|
|
width: 145px;
|
2013-09-13 23:03:29 -04:00
|
|
|
height: 34px;
|
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
|
|
|
|
2013-09-13 23:03:29 -04:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.286em;
|
2013-09-13 23:03:29 -04:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
2014-06-12 16:49:13 -04:00
|
|
|
i.fa {
|
|
|
|
position: absolute;
|
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 01:14:51 -05:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2015-05-20 04:25:36 -04:00
|
|
|
border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
transition: width .75s;
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
}
|
2013-09-14 23:28:28 -04:00
|
|
|
|
2014-06-16 14:25:33 -04:00
|
|
|
.topic-error {
|
|
|
|
padding: 18px;
|
|
|
|
width: 90%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.714em;
|
2014-06-16 14:25:33 -04:00
|
|
|
line-height: 1.1em;
|
|
|
|
|
|
|
|
.topic-retry {
|
|
|
|
display: block;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-01-04 15:18:09 -05:00
|
|
|
.topic-post:last-of-type {padding-bottom: 40px;}
|
2013-09-14 23:28:28 -04:00
|
|
|
|
2014-05-06 01:50:51 -04:00
|
|
|
.heatmap-high {color: scale-color($danger, $lightness: -25%) !important;}
|
|
|
|
.heatmap-med {color: $danger !important;}
|
|
|
|
.heatmap-low {color: scale-color($danger, $lightness: 25%) !important;}
|
2014-07-11 09:27:42 -04:00
|
|
|
|
|
|
|
sup sup, sub sup, sup sub, sub sub { top: 0; }
|
2014-10-11 08:41:10 -04:00
|
|
|
|
|
|
|
// inline editing of title on mobile
|
|
|
|
.title-wrapper {
|
|
|
|
input#edit-title {
|
|
|
|
width: 95%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
.btn-small {
|
|
|
|
padding: 8px 12px;
|
|
|
|
margin: 6px 6px 0 0;
|
|
|
|
}
|
|
|
|
.select2-container {
|
|
|
|
margin-top: 8px;
|
|
|
|
width: 95% !important;
|
|
|
|
}
|
|
|
|
}
|