2013-10-30 12:40:16 -04:00
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2014-03-03 01:16:30 -05:00
|
|
|
.post-info a {
|
|
|
|
color: lighten($primary_text_color, 50%);
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.topic-meta-data-inside {
|
2013-10-23 17:00:02 -04:00
|
|
|
float: right;
|
2013-10-22 15:37:44 -04:00
|
|
|
margin-top: -22px;
|
2013-10-22 10:41:09 -04:00
|
|
|
float: right;
|
2013-10-19 18:18:25 -04:00
|
|
|
font-size: 12px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
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
|
|
|
.post-info {
|
|
|
|
display: inline-block;
|
2013-09-05 15:37:07 -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;
|
|
|
|
padding: 14px 0 8px 0;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin-bottom: 20px;
|
2013-11-12 08:36:00 -05:00
|
|
|
.star {
|
|
|
|
font-size: 20px;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
#edit-title { width: 500px; }
|
|
|
|
.category-combobox {
|
|
|
|
width: 250px;
|
|
|
|
.chzn-drop {
|
|
|
|
left: -9000px;
|
|
|
|
width: 248px;
|
|
|
|
}
|
|
|
|
.chzn-search input {
|
|
|
|
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;
|
|
|
|
a.badge-category { vertical-align: top; }
|
|
|
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
|
|
|
}
|
|
|
|
.topic-statuses {
|
|
|
|
margin-top: -2px;
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa-thumb-tack { margin-top: -1px; }
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2013-11-12 08:36:00 -05:00
|
|
|
.chzn-container { vertical-align: middle; }
|
2014-02-26 12:02:44 -05:00
|
|
|
.private-message-glyph { display: none; }
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-02-26 12:02:44 -05:00
|
|
|
.private-message-glyph { color: lighten($primary_text_color, 60%); }
|
|
|
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#topic-closing-info {
|
2014-03-12 23:17:18 -04:00
|
|
|
border-top: 1px solid $primary_border_color;
|
2014-02-23 20:47:44 -05:00
|
|
|
padding-top: 10px;
|
2013-12-09 16:27:49 -05:00
|
|
|
height: 20px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
2013-10-21 09:38:35 -04:00
|
|
|
right: 50%;
|
2013-09-05 15:37:07 -04:00
|
|
|
width: 0;
|
2014-03-06 01:14:51 -05:00
|
|
|
bottom: 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
z-index: 500;
|
|
|
|
outline: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.reply-new {
|
2013-10-30 12:40:16 -04:00
|
|
|
i {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 5px;
|
2014-02-23 20:47:44 -05:00
|
|
|
background: $primary_background_color;
|
|
|
|
border: 1px solid $primary_border_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
padding: 2px 4px;
|
|
|
|
border-radius: 20px;
|
|
|
|
transition: linear 0.15s;
|
|
|
|
-webkit-transition: linear 0.15s;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-01-28 21:39:09 -05:00
|
|
|
a.reply-new {
|
|
|
|
position: absolute;
|
2014-03-03 01:16:30 -05:00
|
|
|
color: lighten($primary_text_color, 35%);
|
2014-01-28 21:39:09 -05:00
|
|
|
margin-top: -2px;}
|
2013-10-30 12:40:16 -04:00
|
|
|
a:hover.reply-new {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $link-color;
|
|
|
|
i {background: $emphasis_background_color;
|
|
|
|
border: 1px solid $emphasis_border_color;
|
2013-10-30 12:40:16 -04:00
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
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-02-23 20:47:44 -05:00
|
|
|
background-color: lighten($primary_text_color, 70%);
|
|
|
|
color: lighten($primary_text_color, 35%);
|
2013-09-05 15:37:07 -04:00
|
|
|
width: 130px;
|
|
|
|
height: 34px;
|
2013-11-06 15:33:17 -05:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
button {
|
2013-11-06 15:33:17 -05:00
|
|
|
padding: 3px 0 0 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
cursor: pointer;
|
|
|
|
z-index: 1000;
|
|
|
|
position: absolute;
|
2013-11-06 15:33:17 -05:00
|
|
|
top: 2px;
|
2013-09-05 15:37:07 -04:00
|
|
|
left: 4px;
|
|
|
|
border: 0;
|
|
|
|
background: none;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: lighten($primary_text_color, 35%);
|
2013-12-05 17:03:31 -05:00
|
|
|
width: 50%;
|
2013-11-06 15:33:17 -05:00
|
|
|
text-align: left;
|
|
|
|
height: 30px;
|
|
|
|
margin: 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
i {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
right: 4px;
|
|
|
|
left: auto;
|
2013-11-06 15:33:17 -05:00
|
|
|
text-align: right;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
&:disabled {
|
2013-10-30 12:40:16 -04:00
|
|
|
cursor: default;
|
2014-02-23 20:47:44 -05:00
|
|
|
color: lighten($primary_text_color, 35%);
|
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-02-23 20:47:44 -05:00
|
|
|
border-right: 1px solid $primary_border_color;
|
2013-09-05 15:37:07 -04:00
|
|
|
// background-color: #d4eaf4;
|
|
|
|
// background-color: #C5E8F7;
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $success_background_color;
|
2014-02-06 23:43:13 -05:00
|
|
|
transition: width .75s;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
position: absolute;
|
2013-11-13 23:10:47 -05:00
|
|
|
bottom: -70px;
|
2013-10-20 21:59:46 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.topic-statuses .topic-status {
|
|
|
|
padding: 0;
|
|
|
|
i {
|
|
|
|
font-size:20px;
|
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-02-23 20:47:44 -05:00
|
|
|
.heatmap-high {color: $heatmap-high !important;}
|
|
|
|
.heatmap-med {color: $heatmap-med !important;}
|
|
|
|
.heatmap-low {color: $heatmap-low !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-02-23 20:47:44 -05:00
|
|
|
background-color: $highlight_background_color;
|
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
|
|
|
|
2013-10-30 09:11:05 -04:00
|
|
|
/* Code, KBD, Sub/sup formatting */
|
|
|
|
|
|
|
|
code,kbd,pre,samp{
|
2013-10-30 09:31:26 -04:00
|
|
|
font-family:monospace, serif; font-size:1em;
|
2013-10-30 09:11:05 -04:00
|
|
|
}
|
2013-10-30 09:31:26 -04:00
|
|
|
pre { white-space:pre-wrap;}
|
|
|
|
q{ quotes:"\201C" "\201D" "\2018" "\2019"; }
|
|
|
|
small{ font-size:80%; }
|
2013-10-30 09:11:05 -04:00
|
|
|
sub,sup{
|
|
|
|
font-size:75%;
|
|
|
|
line-height:0;
|
|
|
|
position:relative;
|
2013-10-30 09:31:26 -04:00
|
|
|
vertical-align:baseline;
|
2013-10-30 09:11:05 -04:00
|
|
|
}
|
2013-10-30 09:31:26 -04:00
|
|
|
sup{top:-0.5em; }
|
|
|
|
sub{bottom:-0.25em; }
|
|
|
|
figure{margin:0; }
|
2013-10-30 09:11:05 -04:00
|
|
|
fieldset{
|
2014-02-23 20:47:44 -05:00
|
|
|
border:1px solid $primary_border_color;
|
2013-10-30 09:11:05 -04:00
|
|
|
margin:0 2px;
|
2013-10-30 09:31:26 -04:00
|
|
|
padding:0.35em 0.625em 0.75em;
|
2013-10-30 09:11:05 -04:00
|
|
|
}
|
|
|
|
legend{
|
|
|
|
border:0;
|
2013-10-30 09:31:26 -04:00
|
|
|
padding:0;
|
2013-10-30 09:11:05 -04:00
|
|
|
}
|
2013-11-29 22:44:00 -05:00
|
|
|
|
|
|
|
kbd
|
|
|
|
{
|
2014-02-23 20:47:44 -05:00
|
|
|
background-color: $primary_background_color;
|
|
|
|
border:1px solid $primary_border_color;
|
2013-11-29 22:44:00 -05:00
|
|
|
border-radius: 3px;
|
2014-02-23 20:47:44 -05:00
|
|
|
box-shadow: 0 1px 0 rgba($primary_shadow_color, .9);
|
|
|
|
color: $primary_text_color;
|
2013-11-29 22:44:00 -05:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.4;
|
|
|
|
margin: 0 .1em;
|
|
|
|
padding: .1em .6em;
|
|
|
|
}
|