2015-04-11 05:00:50 +08:00
|
|
|
.queued-posts {
|
|
|
|
.queued-post {
|
|
|
|
padding: 1em 0;
|
|
|
|
|
|
|
|
.poster {
|
|
|
|
width: 70px;
|
|
|
|
float: left;
|
|
|
|
}
|
2015-04-21 04:34:36 +08:00
|
|
|
.post-info {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
font-size: 0.929em;
|
|
|
|
margin-top: 1px;
|
|
|
|
span {color: scale-color($primary, $lightness: 50%);}
|
|
|
|
}
|
|
|
|
|
2015-04-11 05:00:50 +08:00
|
|
|
.cooked {
|
|
|
|
width: $topic-body-width;
|
|
|
|
float: left;
|
2015-04-16 05:20:34 +08:00
|
|
|
|
|
|
|
#wmd-input {
|
|
|
|
width: 98%;
|
|
|
|
height: 15em;
|
|
|
|
}
|
2015-04-11 05:00:50 +08:00
|
|
|
}
|
2015-04-15 02:21:02 +08:00
|
|
|
|
2015-04-16 05:20:34 +08:00
|
|
|
.queue-controls {
|
|
|
|
button {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2015-04-15 02:21:02 +08:00
|
|
|
.post-title {
|
2015-06-15 10:59:49 +08:00
|
|
|
color: darken(dark-light-diff($primary, $secondary, 90%, -60%), 50%);
|
2015-04-15 02:21:02 +08:00
|
|
|
font-weight: bold;
|
2015-04-16 03:29:37 +08:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2015-04-11 05:00:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|