2013-10-30 12:40:16 -04:00
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.post-info a {color: #aaa;}
|
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-10-19 18:18:25 -04:00
|
|
|
margin-bottom: 20px;
|
2013-10-29 17:15:56 -04:00
|
|
|
.star {margin-right: 8px;}
|
2013-10-30 12:40:16 -04:00
|
|
|
h1 {
|
2013-10-29 17:15:56 -04:00
|
|
|
font-size: 2em;
|
2013-10-19 18:18:25 -04:00
|
|
|
margin: 0;
|
2013-10-30 12:40:16 -04:00
|
|
|
a.badge-category {vertical-align: top;}
|
|
|
|
a.edit-topic {font-size: 15px; position: absolute; margin-left: 8px;}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#topic-closing-info {
|
|
|
|
margin-left: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-11-04 09:16:47 -05:00
|
|
|
|
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;
|
|
|
|
bottom: 0px;
|
|
|
|
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;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 2px 4px;
|
|
|
|
border-radius: 20px;
|
|
|
|
transition: linear 0.15s;
|
|
|
|
-webkit-transition: linear 0.15s;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
a.reply-new {color: #aaa;}
|
2013-10-30 12:40:16 -04:00
|
|
|
a:hover.reply-new {
|
|
|
|
color: #56aed3;
|
|
|
|
i {background: #e4f2f8;
|
|
|
|
border: 1px solid #56aed3;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
2013-10-19 18:18:25 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2013-10-21 09:38:35 -04:00
|
|
|
left: 302px;
|
2013-09-05 15:37:07 -04:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
border: none;
|
2013-10-19 18:18:25 -04:00
|
|
|
background-color: #ddd;
|
|
|
|
color: #666;
|
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;
|
2013-11-06 15:33:17 -05:00
|
|
|
color: #666;
|
|
|
|
width: 50%;
|
|
|
|
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;
|
|
|
|
color: #666;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 0px;
|
2013-10-19 18:18:25 -04:00
|
|
|
border-right: 1px solid #ccc;
|
2013-09-05 15:37:07 -04:00
|
|
|
// background-color: #d4eaf4;
|
|
|
|
// background-color: #C5E8F7;
|
|
|
|
background-color: #C6F3B6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
#topic-progress {
|
|
|
|
}
|
|
|
|
position: absolute;
|
2013-10-21 09:38:35 -04:00
|
|
|
bottom: -55px;
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.heatmap-high {color: #f77 !important;}
|
|
|
|
.heatmap-med {color: #a00 !important;}
|
|
|
|
.heatmap-low {color: #700 !important;}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-10-19 18:18:25 -04:00
|
|
|
.onebox-result {margin-top: 15px;}
|
2013-10-22 10:41:09 -04:00
|
|
|
.source .info {padding-right: 10px;}
|
|
|
|
|
|
|
|
#topic-filter {
|
|
|
|
background-color: #ffe;
|
|
|
|
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{
|
|
|
|
border:1px solid #c0c0c0;
|
|
|
|
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
|
|
|
}
|