246 lines
4.2 KiB
SCSS
246 lines
4.2 KiB
SCSS
.post-actions {
|
|
@include unselectable;
|
|
clear: both;
|
|
text-align: right;
|
|
.post-action {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
.post-menu-area {
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.edits {margin-right: 5px;}
|
|
|
|
#topic-title {
|
|
z-index: 1000;
|
|
padding-top: 14px;
|
|
margin-bottom: 10px;
|
|
.star {
|
|
font-size: 1.429em;
|
|
margin-top: 6px;
|
|
margin-right: 6px;
|
|
}
|
|
#edit-title { width: 500px; }
|
|
.category-combobox {
|
|
width: 350px;
|
|
.select2-drop {
|
|
left: -9000px;
|
|
width: 248px;
|
|
}
|
|
.select2-search input {
|
|
width: 198px;
|
|
}
|
|
}
|
|
h1 {
|
|
font-size: 1.8em;
|
|
line-height: 1.2em;
|
|
overflow: hidden;
|
|
a {color: $primary;}
|
|
}
|
|
|
|
|
|
.topic-statuses {
|
|
margin-top: -2px;
|
|
}
|
|
.select2-container {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.private-message-glyph { display: none; }
|
|
}
|
|
|
|
.private-message-glyph {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
|
float: left;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
.topic-error {
|
|
padding: 18px;
|
|
width: 60%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-size: 1.714em;
|
|
text-align: center;
|
|
line-height: 1.1em;
|
|
|
|
.topic-retry {
|
|
display: block;
|
|
margin-top: 28px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
#topic-closing-info {
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
|
padding-top: 10px;
|
|
height: 20px;
|
|
width: 757px;
|
|
}
|
|
|
|
#topic-progress-wrapper {
|
|
position: fixed;
|
|
right: 50%;
|
|
width: 0;
|
|
bottom: 0;
|
|
z-index: 500;
|
|
&.docked {
|
|
position: absolute;
|
|
bottom: -70px;
|
|
}
|
|
}
|
|
|
|
#topic-progress-expanded {
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
|
padding: 5px;
|
|
background: $secondary;
|
|
|
|
position: relative;
|
|
left: 340px;
|
|
width: 135px;
|
|
padding: 5px;
|
|
|
|
button.full {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
i {
|
|
display: block;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
font-size: 1.286em;
|
|
}
|
|
}
|
|
.jump-form {
|
|
input[type="text"] {
|
|
float: left;
|
|
width: 45px;
|
|
height: 20px;
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
font-size: 1.143em;
|
|
}
|
|
button.btn {
|
|
float: right;
|
|
width: 55px;
|
|
}
|
|
}
|
|
button.btn.jump-prompt {
|
|
margin: 0;
|
|
}
|
|
|
|
button.btn.jump-bottom {
|
|
margin: 5px 0 0 0;
|
|
}
|
|
}
|
|
|
|
#topic-progress {
|
|
position: relative;
|
|
left: 340px;
|
|
&.hidden {
|
|
display: none;
|
|
}
|
|
background-color: $secondary;
|
|
color: $tertiary;
|
|
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
border-bottom: none;
|
|
width: 145px;
|
|
height: 34px;
|
|
|
|
/* as a big ol' click target, don't let text inside be selected */
|
|
@include unselectable;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
.nums {
|
|
position: relative;
|
|
top: 9px;
|
|
width: 100%;
|
|
text-align: center;
|
|
z-index: 1;
|
|
}
|
|
i.fa {
|
|
position: absolute;
|
|
right: 8px;
|
|
bottom: 9px;
|
|
z-index: 1;
|
|
}
|
|
h4 {
|
|
display: inline;
|
|
font-size: 1.286em;
|
|
line-height: 15px;
|
|
}
|
|
.bg {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0;
|
|
border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
transition: width .75s;
|
|
}
|
|
}
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
#topic-filter {
|
|
background-color: scale-color($highlight, $lightness: 25%);
|
|
padding: 8px;
|
|
bottom: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
font-size: 1.071em;
|
|
z-index: 495
|
|
}
|
|
|
|
@media all
|
|
and (max-width : 1000px) {
|
|
|
|
#topic-progress, #topic-progress-expanded {
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
|
|
#topic-progress-wrapper {
|
|
right: 160px;
|
|
}
|
|
|
|
#topic-progress-wrapper.docked {
|
|
right: 152px;
|
|
}
|
|
|
|
#topic-footer-main-buttons {
|
|
max-width: 70%;
|
|
}
|
|
}
|
|
|
|
|
|
@media all
|
|
and (max-width : 485px) {
|
|
|
|
#topic-progress-wrapper.docked {
|
|
display: none;
|
|
}
|
|
|
|
|
|
#topic-footer-main-buttons {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|