317 lines
5.6 KiB
SCSS
317 lines
5.6 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: 14px 0 8px 0;
|
|
margin-bottom: 20px;
|
|
.star {
|
|
font-size: 20px;
|
|
margin-top: 6px;
|
|
margin-right: 6px;
|
|
}
|
|
#edit-title { width: 500px; }
|
|
.category-combobox {
|
|
width: 250px;
|
|
.select2-drop {
|
|
left: -9000px;
|
|
width: 248px;
|
|
}
|
|
.select2-search input {
|
|
width: 198px;
|
|
}
|
|
}
|
|
h1 {
|
|
font-size: 1.8em;
|
|
margin: 0;
|
|
line-height: 1.2em;
|
|
overflow: hidden;
|
|
a {color: $primary;}
|
|
a.badge-category {
|
|
float: left;
|
|
vertical-align: top;
|
|
margin-top: 2px;
|
|
margin-right: 5px;
|
|
}
|
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
|
}
|
|
.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: scale-color($primary, $lightness: 75%);
|
|
float: left;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
a.reply-new {
|
|
margin-top: 3px;
|
|
color: scale-color($primary, $lightness: 50%);
|
|
i {
|
|
margin-right: 3px;
|
|
background: $secondary;
|
|
border: 1px solid scale-color-diff();
|
|
padding: 1.5px 3px;
|
|
border-radius: 20px;
|
|
transition: linear 0.15s;
|
|
-webkit-transition: linear 0.15s;
|
|
margin-left: -20px;
|
|
}
|
|
}
|
|
|
|
a:hover.reply-new {
|
|
color: $tertiary;
|
|
i {
|
|
background: dark-light-diff($tertiary, $secondary, 90%, -65%);
|
|
border: 1px solid $tertiary;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
#topic-closing-info {
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
|
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;
|
|
}
|
|
}
|
|
|
|
#topic-progress-expanded {
|
|
border: 1px solid scale-color-diff();
|
|
padding: 5px;
|
|
background: $secondary;
|
|
@include box-shadow(0 0px 2px rgba(0,0,0, .2));
|
|
|
|
position: relative;
|
|
left: 345px;
|
|
width: 133px;
|
|
padding: 5px;
|
|
|
|
button.full {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
i {
|
|
display: block;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
.jump-form {
|
|
input[type="text"] {
|
|
float: left;
|
|
width: 45px;
|
|
height: 20px;
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
font-size: 16px;
|
|
}
|
|
button.btn {
|
|
float: right;
|
|
width: 55px;
|
|
}
|
|
}
|
|
button.btn.jump-bottom {
|
|
margin: 5px 0 0 0;
|
|
}
|
|
}
|
|
|
|
#topic-progress {
|
|
position: relative;
|
|
left: 345px;
|
|
&.hidden {
|
|
display: none;
|
|
}
|
|
border: none;
|
|
background-color: scale-color-diff();
|
|
color: scale-color($primary, $lightness: 50%);
|
|
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: 18px;
|
|
line-height: 15px;
|
|
}
|
|
.bg {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0;
|
|
border-right: 1px solid scale-color-diff();
|
|
background-color: dark-light-diff($success, $secondary, 60%, -35%);
|
|
transition: width .75s;
|
|
}
|
|
}
|
|
|
|
#suggested-topics .topic-statuses .topic-status {
|
|
padding: 0;
|
|
i {
|
|
font-size:15px;
|
|
}
|
|
}
|
|
|
|
#suggested-topics .topics {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.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: 15px;
|
|
z-index: 495
|
|
}
|
|
|
|
/* Code, KBD, Sub/sup formatting */
|
|
|
|
code,kbd,pre,samp {
|
|
font-size:1em;
|
|
}
|
|
pre {
|
|
code {
|
|
white-space:pre-wrap;
|
|
display: block;
|
|
padding: 5px 10px;
|
|
color: $primary;
|
|
background: scale-color-diff();
|
|
max-height: 500px;
|
|
}
|
|
}
|
|
q{ quotes:"\201C" "\201D" "\2018" "\2019"; }
|
|
small{ font-size:80%; }
|
|
sub,sup{
|
|
font-size:75%;
|
|
line-height:0;
|
|
position:relative;
|
|
vertical-align:baseline;
|
|
}
|
|
sup{top:-0.5em; }
|
|
sub{bottom:-0.25em; }
|
|
sup sup, sub sup, sup sub, sub sub { top: 0; }
|
|
figure{margin:0; }
|
|
fieldset{
|
|
border:1px solid scale-color-diff();
|
|
margin:0 2px;
|
|
padding:0.35em 0.625em 0.75em;
|
|
}
|
|
legend{
|
|
border:0;
|
|
padding:0;
|
|
}
|
|
|
|
kbd
|
|
{
|
|
background-color: $secondary;
|
|
border:1px solid scale-color-diff();
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 0 rgba(0,0,0, .8);
|
|
color: $primary;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
line-height: 1.4;
|
|
margin: 0 .1em;
|
|
padding: .1em .6em;
|
|
|
|
* * { display: none; }
|
|
}
|
|
|
|
@media all
|
|
and (max-width : 940px) {
|
|
|
|
#topic-progress, #topic-progress-expanded {
|
|
left: 295px;
|
|
}
|
|
}
|
|
|
|
|
|
@media all
|
|
and (max-width : 870px) {
|
|
|
|
#topic-progress, #topic-progress-expanded {
|
|
left: 210px;
|
|
}
|
|
|
|
}
|