2016-05-18 01:03:08 +08:00
|
|
|
.timeline-loading {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
|
2016-06-02 02:42:00 +08:00
|
|
|
.composer-open {
|
|
|
|
.topic-timeline {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-20 00:16:19 +08:00
|
|
|
.timeline-container {
|
2016-05-18 01:03:08 +08:00
|
|
|
box-sizing: border-box;
|
2016-05-26 04:52:25 +08:00
|
|
|
z-index: 999;
|
2016-05-18 01:03:08 +08:00
|
|
|
margin-left: 757px;
|
2016-06-02 02:49:27 +08:00
|
|
|
|
|
|
|
@include large-width {
|
|
|
|
margin-left: 820px;
|
|
|
|
}
|
|
|
|
|
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-05-28 01:37:28 +08:00
|
|
|
}
|
2016-05-20 00:16:19 +08:00
|
|
|
}
|
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;
|
|
|
|
background-color: $tertiary;
|
|
|
|
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;
|
|
|
|
margin-left: -0.18em;
|
2016-05-20 01:18:00 +08:00
|
|
|
cursor: ns-resize;
|
2016-05-18 01:03:08 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-replies {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-last-read {
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -0.18em;
|
|
|
|
|
|
|
|
i.progress {
|
|
|
|
font-size: 0.5em;
|
|
|
|
color: $tertiary;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|