mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
168 lines
No EOL
2.3 KiB
SCSS
168 lines
No EOL
2.3 KiB
SCSS
|
|
.post-info a {color: #aaa;}
|
|
|
|
.topic-meta-data-inside {
|
|
float: right;
|
|
margin-top: -30px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
.post-info {
|
|
display: inline-block;
|
|
}
|
|
|
|
.edits {margin-right: 5px;}
|
|
|
|
#topic-title {
|
|
margin-bottom: 20px;
|
|
margin: -20px 0 0 0;
|
|
line-height: 1.7em;
|
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
margin: 0;
|
|
|
|
|
|
a.badge-category {vertical-align: top;}
|
|
|
|
a.edit-topic {font-size: 15px;}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
#topic-closing-info {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.docked #topic-progress {
|
|
box-shadow: 0 0 3px #aaa;
|
|
}
|
|
|
|
#topic-progress-wrapper {
|
|
position: fixed;
|
|
width: 0;
|
|
right: 0;
|
|
bottom: 0px;
|
|
z-index: 500;
|
|
margin-right: 140px;
|
|
outline: 1px solid transparent;
|
|
|
|
|
|
}
|
|
|
|
|
|
.reply-new {
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
padding: 3px 4px;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
}
|
|
|
|
a.reply-new {color: #aaa;}
|
|
a:hover.reply-new {color: #56aed3;
|
|
|
|
i {background: #e4f2f8;
|
|
border: none;
|
|
padding: 4px 5px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
#topic-progress {
|
|
|
|
box-shadow: 0 0 3px #000;
|
|
|
|
position: relative;
|
|
&.hidden {
|
|
display: none;
|
|
}
|
|
border: none;
|
|
background-color: #ddd;
|
|
color: #666;
|
|
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;
|
|
i {
|
|
font-size: 18px;
|
|
}
|
|
&:nth-of-type(2) {
|
|
right: 4px;
|
|
left: auto;
|
|
}
|
|
|
|
|
|
&:disabled {
|
|
|
|
cursor: default;
|
|
color: #666;
|
|
}
|
|
}
|
|
h4 {
|
|
display: inline;
|
|
font-size: 18px;
|
|
line-height: 15px;
|
|
}
|
|
.bg {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
width: 0px;
|
|
border-right: 1px solid #ccc;
|
|
// background-color: #d4eaf4;
|
|
// background-color: #C5E8F7;
|
|
background-color: #C6F3B6;
|
|
}
|
|
}
|
|
|
|
#topic-progress-wrapper.docked {
|
|
#topic-progress {
|
|
}
|
|
position: absolute;
|
|
}
|
|
|
|
.topic-statuses .topic-status {
|
|
padding: 0;
|
|
i {
|
|
margin-left: 5px !important;
|
|
font-size:20px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
.topic-post:last-of-type {padding-bottom: 40px;}
|
|
|
|
.heatmap-high {color: #f77 !important;}
|
|
.heatmap-med {color: #a00 !important;}
|
|
.heatmap-low {color: #700 !important;}
|
|
|
|
.onebox-result {margin-top: 15px;}
|
|
.source .info {padding-right: 10px;} |