discourse/app/assets/stylesheets/desktop/topic.scss

199 lines
2.7 KiB
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
.post-info a {color: #aaa;}
2013-09-05 15:37:07 -04:00
.topic-meta-data-inside {
2013-10-23 17:00:02 -04:00
float: right;
margin-top: -22px;
2013-10-22 10:41:09 -04:00
float: right;
font-size: 12px;
2013-09-05 15:37:07 -04:00
}
2013-10-23 17:00:02 -04:00
.post-actions {
2013-10-24 00:30:41 -04:00
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;}
.post-info {
display: inline-block;
2013-09-05 15:37:07 -04:00
}
.edits {margin-right: 5px;}
2013-09-05 15:37:07 -04:00
#topic-title {
margin-bottom: 20px;
margin: -20px 0 0 0;
.topic-statuses {margin-left: 5px;}
h1 {
2013-09-05 15:37:07 -04:00
font-size: 2.2em;
line-height: 1em;
margin: 0;
2013-09-05 15:37:07 -04:00
a.badge-category {vertical-align: middle;}
2013-09-05 15:37:07 -04:00
a.edit-topic {font-size: 15px;}
2013-09-05 15:37:07 -04:00
}
2013-09-05 15:37:07 -04:00
}
#topic-closing-info {
margin-left: 10px;
2013-09-05 15:37:07 -04:00
}
.docked #topic-progress {
box-shadow: 0 0 3px #aaa;
2013-09-05 15:37:07 -04:00
}
#topic-progress-wrapper {
position: fixed;
right: 50%;
2013-09-05 15:37:07 -04:00
width: 0;
bottom: 0px;
z-index: 500;
outline: 1px solid transparent;
2013-09-05 15:37:07 -04:00
}
.reply-new {
i {
font-size: 12px;
margin-right: 5px;
background: #fff;
border: 1px solid #ddd;
2013-10-22 10:41:09 -04:00
padding: 2px 4px;
border-radius: 20px;
2013-10-21 00:45:19 -04:00
transition: linear 0.15s;
-webkit-transition: linear 0.15s;
2013-09-05 15:37:07 -04:00
}
}
a.reply-new {color: #aaa;}
2013-10-22 10:41:09 -04:00
a:hover.reply-new {color: #56aed3;
i {background: #e4f2f8;
border: 1px solid #56aed3;
padding: 2px 4px;
2013-09-05 15:37:07 -04:00
}
}
2013-09-05 15:37:07 -04:00
#topic-progress {
box-shadow: 0 0 3px #000;
2013-09-05 15:37:07 -04:00
position: relative;
left: 302px;
2013-09-05 15:37:07 -04:00
&.hidden {
display: none;
}
border: none;
background-color: #ddd;
color: #666;
2013-09-05 15:37:07 -04:00
width: 130px;
height: 34px;
.nums {
position: relative;
top: 9px;
width: 100%;
text-align: center;
z-index: 1;
}
button {
padding: 0 1px;
cursor: pointer;
z-index: 1000;
position: absolute;
top: 8px;
left: 4px;
border: 0;
background: none;
color: #666;
2013-09-05 15:37:07 -04:00
i {
font-size: 18px;
}
&:nth-of-type(2) {
right: 4px;
left: auto;
}
2013-09-05 15:37:07 -04:00
&:disabled {
2013-09-05 15:37:07 -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;
border-right: 1px solid #ccc;
2013-09-05 15:37:07 -04:00
// background-color: #d4eaf4;
// background-color: #C5E8F7;
background-color: #C6F3B6;
}
}
#topic-progress-wrapper.docked {
#topic-progress {
}
position: absolute;
bottom: -55px;
2013-09-05 15:37:07 -04:00
}
.topic-statuses .topic-status {
padding: 0;
i {
font-size:20px;
2013-09-05 15:37:07 -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
.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-23 17:00:02 -04:00