2016-05-18 01:03:08 +08:00
|
|
|
.timeline-loading {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
|
2016-05-20 00:16:19 +08:00
|
|
|
.timeline-container {
|
2016-05-18 01:03:08 +08:00
|
|
|
box-sizing: border-box;
|
2016-06-03 23:19:03 +08:00
|
|
|
z-index: 499;
|
2016-05-18 01:03:08 +08:00
|
|
|
margin-left: 757px;
|
2016-06-02 02:49:27 +08:00
|
|
|
|
2016-06-02 03:21:22 +08:00
|
|
|
@media all and (min-width: 1140px) {
|
2016-06-02 02:49:27 +08:00
|
|
|
margin-left: 820px;
|
|
|
|
}
|
2016-06-02 03:21:22 +08:00
|
|
|
@media all and (min-width: 1250px) {
|
|
|
|
margin-left: 900px;
|
|
|
|
}
|
2016-06-02 02:49:27 +08:00
|
|
|
|
2016-05-18 01:03:08 +08:00
|
|
|
position: fixed;
|
2016-05-20 23:49:54 +08:00
|
|
|
-webkit-transform: translate3d(0,0,0);
|
2016-05-20 00:16:19 +08:00
|
|
|
|
|
|
|
&.timeline-docked {
|
|
|
|
position: absolute;
|
2016-05-28 02:08:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.timeline-docked-bottom {
|
2016-05-28 01:37:28 +08:00
|
|
|
.timeline-footer-controls {
|
2016-05-28 02:39:31 +08:00
|
|
|
opacity: 0;
|
2016-08-02 23:34:27 +08:00
|
|
|
pointer-events: none;
|
|
|
|
cursor: default;
|
2016-05-28 01:37:28 +08:00
|
|
|
}
|
2016-05-20 00:16:19 +08:00
|
|
|
}
|
2016-05-18 01:03:08 +08:00
|
|
|
|
2016-10-19 11:29:43 +08:00
|
|
|
&.timeline-fullscreen.show {
|
|
|
|
max-height: 700px;
|
|
|
|
transition: max-height 0.4s ease-out;
|
2016-10-31 09:40:28 +08:00
|
|
|
.topic-timeline {
|
|
|
|
.timeline-footer-controls {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
}
|
2016-10-19 11:29:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.timeline-fullscreen {
|
|
|
|
max-height: 0;
|
|
|
|
transition: max-height 0.3s ease-in;
|
|
|
|
position: fixed;
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: $secondary;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
|
2016-10-31 09:40:28 +08:00
|
|
|
padding-top: 20px;
|
2016-10-19 11:29:43 +08:00
|
|
|
z-index: 100000;
|
|
|
|
.topic-timeline {
|
2016-10-31 09:40:28 +08:00
|
|
|
width: 100%;
|
2016-11-25 08:34:43 +08:00
|
|
|
table-layout: fixed;
|
2016-10-31 09:40:28 +08:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
display: table;
|
|
|
|
.timeline-date-wrapper {
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
2016-11-25 08:34:43 +08:00
|
|
|
.post-excerpt {
|
|
|
|
max-width: 650px;
|
|
|
|
max-height: 155px;
|
|
|
|
line-height: 1.4em;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-overflow: ellipsis;
|
2016-11-28 08:35:32 +08:00
|
|
|
display: block;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 8;
|
|
|
|
-webkit-box-orient: vertical;
|
2016-11-25 08:34:43 +08:00
|
|
|
}
|
|
|
|
.username {
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2016-10-31 09:40:28 +08:00
|
|
|
.title {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-left: 1em;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2016-11-25 08:34:43 +08:00
|
|
|
width: 100%;
|
|
|
|
h2 {
|
|
|
|
margin-top: 0;
|
|
|
|
display: block;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 4;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
max-height: 110px;
|
|
|
|
line-height: 1.3em;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2016-11-02 12:12:01 +08:00
|
|
|
a {
|
|
|
|
color: $primary;
|
|
|
|
}
|
2016-10-31 09:40:28 +08:00
|
|
|
}
|
|
|
|
.timeline-last-read {
|
|
|
|
right: 0px;
|
|
|
|
margin-left: 0;
|
|
|
|
i.progress {
|
2016-12-20 00:19:10 +08:00
|
|
|
display: none
|
2016-10-31 09:40:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-footer-controls {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 10px;
|
|
|
|
|
2016-12-09 09:20:33 +08:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, .btn-group {
|
2016-10-31 09:40:28 +08:00
|
|
|
float: none;
|
2016-12-08 14:47:34 +08:00
|
|
|
display: inline-block;
|
2016-12-09 09:20:33 +08:00
|
|
|
margin-bottom: 0;
|
2016-12-08 14:47:34 +08:00
|
|
|
margin-right: 15px;
|
2016-12-09 09:20:33 +08:00
|
|
|
position: static;
|
2016-10-31 09:40:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-scrollarea-wrapper {
|
|
|
|
display: table-cell;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-right: 1.5em;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.timeline-scrollarea {
|
|
|
|
border-left: 0;
|
|
|
|
border-right-style: solid;
|
|
|
|
border-right-width: 1px;
|
|
|
|
max-width: 120px;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
.timeline-scroller {
|
|
|
|
position: relative;
|
|
|
|
margin-right: -1.5em;
|
|
|
|
padding-right: 1.5em;
|
|
|
|
justify-content: flex-end;
|
|
|
|
.timeline-scroller-content {
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
.timeline-handle {
|
|
|
|
float: none;
|
|
|
|
width: 11px;
|
|
|
|
position: relative;
|
|
|
|
right: -6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-scrollarea-wrapper::after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
clear: both;
|
2016-10-19 11:29:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-12-08 14:47:34 +08:00
|
|
|
&.timeline-fullscreen .topic-timeline .timeline-footer-controls ul.dropdown-menu {
|
|
|
|
width: auto;
|
|
|
|
min-width: 250px;
|
|
|
|
right: auto;
|
|
|
|
.desc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-18 01:03:08 +08:00
|
|
|
.topic-timeline {
|
2016-05-19 05:53:02 +08:00
|
|
|
margin-left: 3em;
|
2016-05-26 05:44:56 +08:00
|
|
|
width: 150px;
|
2016-06-02 02:42:00 +08:00
|
|
|
transition: opacity 0.2s ease-in;
|
2016-05-26 05:44:56 +08:00
|
|
|
|
2016-05-26 22:50:01 +08:00
|
|
|
.timeline-controls {
|
|
|
|
margin-bottom: 1em;
|
2016-05-26 05:44:56 +08:00
|
|
|
}
|
2016-05-18 01:03:08 +08:00
|
|
|
|
2016-05-26 22:50:01 +08:00
|
|
|
.timeline-footer-controls {
|
|
|
|
margin-top: 1em;
|
2016-05-26 05:44:56 +08:00
|
|
|
line-height: 2.5em;
|
2016-05-28 02:39:31 +08:00
|
|
|
transition: opacity 0.2s ease-in;
|
2016-05-21 02:47:25 +08:00
|
|
|
|
|
|
|
button {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2016-05-26 04:52:25 +08:00
|
|
|
|
|
|
|
ul.dropdown-menu {
|
|
|
|
right: 0.5em;
|
2016-06-01 03:13:57 +08:00
|
|
|
top: auto;
|
|
|
|
bottom: 25px;
|
2016-05-26 04:52:25 +08:00
|
|
|
left: auto;
|
|
|
|
}
|
2016-05-18 01:03:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.start-date {
|
2016-05-20 01:11:36 +08:00
|
|
|
@include unselectable;
|
2016-05-18 01:03:08 +08:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-scrollarea {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
border-left: 1px solid;
|
|
|
|
border-color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));
|
|
|
|
position: relative;
|
2016-05-20 23:49:54 +08:00
|
|
|
-webkit-transform: translate3d(0,0,0);
|
2016-05-18 01:03:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-padding {
|
|
|
|
transition: height 0.15s ease-out;
|
|
|
|
cursor: pointer;
|
|
|
|
.widget-dragging & {
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-handle {
|
|
|
|
@include border-radius-all(0.8em);
|
|
|
|
width: 0.35em;
|
2016-06-02 14:37:57 +08:00
|
|
|
background-color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));
|
2016-05-18 01:03:08 +08:00
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-scroller-content {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2016-05-21 04:30:47 +08:00
|
|
|
.timeline-ago {
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
|
|
}
|
|
|
|
|
2016-05-18 01:03:08 +08:00
|
|
|
.timeline-scroller {
|
|
|
|
@include unselectable;
|
2016-06-02 14:37:57 +08:00
|
|
|
margin-left: -0.19em;
|
2016-05-20 01:18:00 +08:00
|
|
|
cursor: ns-resize;
|
2016-05-18 01:03:08 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2016-12-20 02:33:55 +08:00
|
|
|
|
|
|
|
.back-button {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2016-05-18 01:03:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-replies {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-last-read {
|
|
|
|
position: absolute;
|
2016-12-20 00:19:10 +08:00
|
|
|
margin-left: -0.35em;
|
2016-05-18 01:03:08 +08:00
|
|
|
|
|
|
|
i.progress {
|
2016-12-20 00:19:10 +08:00
|
|
|
font-size: 0.8em;
|
|
|
|
color: $tertiary;
|
2016-05-18 01:03:08 +08:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-20 02:33:55 +08:00
|
|
|
.back-button {
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
2016-05-18 01:03:08 +08:00
|
|
|
.now-date {
|
2016-05-20 01:11:36 +08:00
|
|
|
@include unselectable;
|
2016-05-18 01:03:08 +08:00
|
|
|
display: inline-block;
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
|
|
margin-top: 0.5em;
|
|
|
|
i {
|
|
|
|
margin-left: 0.15em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|