2013-10-23 16:00:02 -05:00
|
|
|
.post-actions {
|
2013-11-04 05:51:39 -06:00
|
|
|
@include unselectable;
|
2013-10-23 23:30:41 -05:00
|
|
|
clear: both;
|
2013-10-22 14:37:44 -05:00
|
|
|
text-align: right;
|
2018-01-22 20:26:07 -06:00
|
|
|
margin-bottom: 10px;
|
2013-11-04 05:51:39 -06:00
|
|
|
.post-action {
|
2013-10-30 11:40:16 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
2013-11-04 05:51:39 -06:00
|
|
|
}
|
2013-10-30 11:40:16 -05:00
|
|
|
}
|
2016-05-16 13:31:52 -05:00
|
|
|
|
2013-10-30 11:40:16 -05:00
|
|
|
.post-menu-area {
|
2018-01-16 14:48:47 -06:00
|
|
|
margin: 20px 0;
|
2013-10-22 14:37:44 -05:00
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#topic-title {
|
2018-01-16 18:05:12 -06:00
|
|
|
z-index: z("base");
|
2014-10-02 14:26:57 -05:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-bottom: 10px;
|
2017-08-31 04:16:08 -05:00
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
#edit-title,
|
|
|
|
.category-chooser,
|
|
|
|
.edit-controls {
|
2017-08-31 08:08:09 -05:00
|
|
|
width: 500px;
|
|
|
|
}
|
2013-10-30 11:40:16 -05:00
|
|
|
h1 {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-4;
|
|
|
|
line-height: $line-height-medium;
|
2013-11-12 07:36:00 -06:00
|
|
|
overflow: hidden;
|
2018-02-26 04:42:57 -06:00
|
|
|
width: 100%;
|
2018-06-08 04:49:31 -05:00
|
|
|
a {
|
|
|
|
color: $primary;
|
|
|
|
}
|
2014-10-01 21:54:03 -05:00
|
|
|
}
|
2020-01-17 11:20:23 -06:00
|
|
|
|
2017-11-22 13:53:35 -06:00
|
|
|
.remove-featured-link {
|
|
|
|
float: right;
|
|
|
|
text-transform: lowercase;
|
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2017-12-20 14:56:53 -06:00
|
|
|
font-size: 0.857rem;
|
2017-11-22 13:53:35 -06:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2019-07-04 03:12:39 -05:00
|
|
|
.topic-error,
|
|
|
|
.topic-notice {
|
2014-06-16 13:25:33 -05:00
|
|
|
padding: 18px;
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-4;
|
2014-06-16 13:25:33 -05:00
|
|
|
text-align: center;
|
2018-01-12 16:27:38 -06:00
|
|
|
line-height: $line-height-medium;
|
2014-06-16 13:25:33 -05:00
|
|
|
|
2019-07-04 03:12:39 -05:00
|
|
|
.topic-retry,
|
|
|
|
.topic-join-group {
|
2014-06-16 13:25:33 -05:00
|
|
|
display: block;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-19 22:48:59 -05:00
|
|
|
.topic-status-info {
|
2017-10-04 22:48:42 -05:00
|
|
|
border-top: 1px solid $primary-low;
|
2018-01-25 08:53:36 -06:00
|
|
|
padding: 10px 0;
|
2018-10-05 17:37:23 -05:00
|
|
|
max-width: 758px;
|
2019-06-26 10:08:53 -05:00
|
|
|
.topic-timer-heading {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.topic-timer-remove {
|
|
|
|
font-size: $font-down-2;
|
|
|
|
background: transparent;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2014-06-04 06:03:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
2018-03-08 15:34:19 -06:00
|
|
|
right: 1em;
|
2014-06-04 06:03:14 -05:00
|
|
|
bottom: 0;
|
2018-01-16 18:05:12 -06:00
|
|
|
z-index: z("timeline");
|
2014-06-04 06:03:14 -05:00
|
|
|
&.docked {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-12 15:49:13 -05:00
|
|
|
#topic-progress-expanded {
|
2017-08-31 04:16:08 -05:00
|
|
|
border: 1px solid $primary-low;
|
2014-06-12 15:49:13 -05:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
|
|
|
|
|
|
|
position: relative;
|
2015-10-02 04:41:37 -05:00
|
|
|
left: 340px;
|
2015-09-22 18:36:15 -05:00
|
|
|
width: 135px;
|
2014-06-12 15:49:13 -05:00
|
|
|
|
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2018-11-26 15:49:57 -06:00
|
|
|
.d-icon {
|
2014-06-12 16:24:11 -05:00
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-2;
|
2014-06-12 16:24:11 -05:00
|
|
|
}
|
2014-06-12 15:49:13 -05:00
|
|
|
}
|
|
|
|
.jump-form {
|
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 0;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-1;
|
2014-06-12 15:49:13 -05:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
2016-07-26 14:08:04 -05:00
|
|
|
button.btn.jump-prompt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-06-12 15:49:13 -05:00
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#topic-progress {
|
|
|
|
position: relative;
|
2015-08-27 04:53:47 -05:00
|
|
|
left: 340px;
|
2013-09-05 14:37:07 -05:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-19 20:10:40 -05:00
|
|
|
background-color: $secondary;
|
|
|
|
color: $tertiary;
|
2017-06-11 21:20:14 -05:00
|
|
|
border: 1px solid $tertiary-low;
|
2015-05-19 20:10:40 -05:00
|
|
|
border-bottom: none;
|
2014-08-01 03:41:06 -05:00
|
|
|
width: 145px;
|
2013-09-05 14:37:07 -05:00
|
|
|
height: 34px;
|
2013-11-06 14:33:17 -06:00
|
|
|
|
2014-06-27 17:28:16 -05:00
|
|
|
/* as a big ol' click target, don't let text inside be selected */
|
2014-06-27 18:54:30 -05:00
|
|
|
@include unselectable;
|
2014-06-27 17:28:16 -05:00
|
|
|
|
2014-06-12 15:49:13 -05:00
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2018-01-16 18:05:12 -06:00
|
|
|
z-index: z("base");
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2017-07-27 14:03:41 -05:00
|
|
|
.d-icon {
|
2013-09-05 14:37:07 -05:00
|
|
|
position: absolute;
|
2014-06-12 15:49:13 -05:00
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
2018-01-16 18:05:12 -06:00
|
|
|
z-index: z("base");
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-2;
|
|
|
|
line-height: $line-height-small;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 00:14:51 -06:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2018-04-18 22:23:41 -05:00
|
|
|
max-width: 145px;
|
2018-06-08 04:49:31 -05:00
|
|
|
border-right: 1px solid $tertiary-low;
|
|
|
|
background-color: $tertiary-low;
|
|
|
|
transition: width 0.75s;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-22 09:41:09 -05:00
|
|
|
#topic-filter {
|
2017-10-10 15:07:46 -05:00
|
|
|
background-color: $highlight-medium;
|
2013-10-22 09:41:09 -05:00
|
|
|
padding: 8px;
|
|
|
|
bottom: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-0;
|
2018-01-16 18:05:12 -06:00
|
|
|
z-index: z("dropdown");
|
2013-10-22 14:37:44 -05:00
|
|
|
}
|
2013-10-23 16:00:02 -05:00
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
@media all and (min-width: 400px) {
|
|
|
|
#topic-progress,
|
|
|
|
#topic-progress-expanded {
|
2017-06-26 12:17:27 -05:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2014-12-03 19:20:19 -06:00
|
|
|
|
|
|
|
#topic-progress-wrapper {
|
2017-11-27 14:23:18 -06:00
|
|
|
right: 19vw;
|
2015-09-15 00:35:58 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#topic-progress-wrapper.docked {
|
2017-11-27 14:23:18 -06:00
|
|
|
right: 19vw;
|
2014-12-03 19:20:19 -06:00
|
|
|
}
|
|
|
|
|
2015-09-15 00:35:58 -05:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
2014-12-03 19:20:19 -06:00
|
|
|
}
|
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
@media all and (max-width: 485px) {
|
2014-12-03 19:20:19 -06:00
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
display: none;
|
2015-09-15 00:35:58 -05:00
|
|
|
}
|
2014-12-03 19:20:19 -06:00
|
|
|
|
2015-09-15 00:35:58 -05:00
|
|
|
#topic-footer-main-buttons {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-12-03 19:20:19 -06:00
|
|
|
}
|