2016-12-29 00:39:08 +08:00
|
|
|
@keyframes button-jump-up {
|
|
|
|
0% { bottom: 0;}
|
|
|
|
50% { bottom: 45px;}
|
|
|
|
65% { bottom: 40px;}
|
|
|
|
77% { bottom: 43px;}
|
|
|
|
100% { bottom: 40px;}
|
|
|
|
}
|
|
|
|
|
2016-12-21 05:00:54 +08:00
|
|
|
.progress-back-container {
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
z-index: 950;
|
2016-12-29 00:16:07 +08:00
|
|
|
margin-right: 45px;
|
2016-12-29 00:39:08 +08:00
|
|
|
animation-duration: 0.5s;
|
|
|
|
animation-name: button-jump-up;
|
2016-12-21 05:00:54 +08:00
|
|
|
.btn {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-10-06 23:50:18 +08:00
|
|
|
#topic-title {
|
2015-01-15 04:36:38 +08:00
|
|
|
.title-wrapper {
|
|
|
|
float: left;
|
|
|
|
width: 90%;
|
|
|
|
.btn-small {
|
|
|
|
margin: 0 6px 0 0;
|
|
|
|
}
|
2015-04-15 03:54:17 +08:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
float: left;
|
|
|
|
}
|
2016-12-05 20:31:43 +08:00
|
|
|
|
|
|
|
a.topic-featured-link {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-01-15 04:36:38 +08:00
|
|
|
}
|
2014-10-06 23:50:18 +08:00
|
|
|
|
|
|
|
a.badge-category {
|
|
|
|
margin-top: 5px;
|
2015-01-15 04:36:38 +08:00
|
|
|
}
|
2014-10-06 23:50:18 +08:00
|
|
|
|
2014-12-19 16:46:24 +08:00
|
|
|
a.edit-topic i { font-size: 0.8em; }
|
2014-10-06 23:50:18 +08:00
|
|
|
}
|
2014-12-31 05:29:28 +08:00
|
|
|
|
|
|
|
.topic-title-outlet {
|
|
|
|
clear: both;
|
|
|
|
}
|
2015-02-19 10:17:31 +08:00
|
|
|
|
2015-04-15 03:54:17 +08:00
|
|
|
.extra-info-wrapper {
|
|
|
|
.badge-wrapper {
|
|
|
|
float: left;
|
2015-09-02 10:20:35 +08:00
|
|
|
&.bullet {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2015-04-15 03:54:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2015-04-28 03:55:10 +08:00
|
|
|
|
|
|
|
.has-pending-posts {
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: dark-light-diff($highlight, $secondary, 50%, -70%);
|
|
|
|
a[href] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2015-06-16 06:24:08 +08:00
|
|
|
|
|
|
|
// Target the .badge-category text, the bullet icon needs to maintain `display: block`
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category,
|
|
|
|
#suggested-topics h3 .badge-wrapper.box span,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bar span {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2016-12-05 20:31:43 +08:00
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category {
|
2015-06-16 06:24:08 +08:00
|
|
|
// Override vertical-align: text-top from `badges.css.scss`
|
|
|
|
vertical-align: baseline;
|
2015-12-15 20:58:08 +08:00
|
|
|
line-height: 1.2;
|
2015-06-16 06:24:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category-parent-bg,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category-bg {
|
|
|
|
// Top of bullet aligns with top of line - adjust line height to vertically align bullet.
|
|
|
|
line-height: 0.8;
|
|
|
|
}
|
2015-08-13 05:00:16 +08:00
|
|
|
|
2015-10-14 21:32:57 +08:00
|
|
|
#suggested-topics .badge-wrapper.bullet span.badge-category,
|
|
|
|
#suggested-topics .badge-wrapper.bar span.badge-category {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
2015-08-13 05:00:16 +08:00
|
|
|
.topic-unsubscribe {
|
|
|
|
.notification-options {
|
|
|
|
display: inline-block;
|
2015-08-14 18:22:32 +08:00
|
|
|
float: none;
|
|
|
|
line-height: 2em;
|
2015-08-13 05:00:16 +08:00
|
|
|
.dropdown-toggle {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
bottom: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-17 02:31:52 +08:00
|
|
|
|
|
|
|
.post-links-container {
|
|
|
|
@include unselectable;
|
|
|
|
clear: both;
|
2016-06-08 14:48:37 +08:00
|
|
|
|
|
|
|
.post-links {
|
|
|
|
margin-top: 1em;
|
2016-06-09 03:37:52 +08:00
|
|
|
padding-top: 1em;
|
2016-06-08 15:59:34 +08:00
|
|
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
2016-06-08 14:48:37 +08:00
|
|
|
}
|
2016-05-17 02:31:52 +08:00
|
|
|
|
|
|
|
.expand-links {
|
2016-06-08 14:48:37 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
2016-05-17 02:31:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.track-link {
|
2016-06-08 14:48:37 +08:00
|
|
|
padding-left: 0;
|
2016-05-17 02:31:52 +08:00
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
2016-06-08 14:48:37 +08:00
|
|
|
margin: 0;
|
2016-05-17 02:31:52 +08:00
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
a[href] {
|
2016-06-08 14:48:37 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
|
|
}
|
|
|
|
.clicks {
|
|
|
|
margin-left: 0.5em;
|
2016-05-17 02:31:52 +08:00
|
|
|
}
|
|
|
|
i {
|
2016-06-08 15:59:34 +08:00
|
|
|
float: left;
|
2016-05-17 02:31:52 +08:00
|
|
|
font-size: 0.857em;
|
2016-06-08 15:59:34 +08:00
|
|
|
margin: 0.3em 0.5em 0 0;
|
2016-05-17 02:31:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.reply-new {
|
|
|
|
i {
|
|
|
|
background: $secondary;
|
|
|
|
border-radius: 20px;
|
|
|
|
transition: all linear .15s;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
color: $tertiary;
|
|
|
|
i {
|
|
|
|
background: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-12-05 20:31:43 +08:00
|
|
|
|
|
|
|
a.topic-featured-link {
|
|
|
|
display: inline-block;
|
|
|
|
text-transform: lowercase;
|
|
|
|
color: #858585;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
position: relative;
|
|
|
|
top: 0.1em;
|
|
|
|
padding-right: 3px;
|
|
|
|
font-family: FontAwesome;
|
|
|
|
content: "\f08e";
|
|
|
|
}
|
|
|
|
}
|