2018-06-08 05:49:31 -04:00
|
|
|
.post-info a {
|
2019-01-23 14:35:53 -05:00
|
|
|
color: $primary-medium;
|
2018-06-08 05:49:31 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
.topic-meta-data-inside {
|
2013-10-07 14:41:17 -04:00
|
|
|
float: right;
|
2013-09-17 23:32:11 -04:00
|
|
|
margin-top: -38px;
|
2013-09-14 23:28:28 -04:00
|
|
|
margin-right: 5px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.post-info {
|
2013-09-14 23:28:28 -04:00
|
|
|
display: inline-block;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
#topic-title {
|
2015-07-21 21:46:15 -04:00
|
|
|
margin: 0 60px 10px 0;
|
2014-02-26 12:02:44 -05:00
|
|
|
h1 {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-3;
|
|
|
|
line-height: $line-height-medium;
|
2014-07-01 04:15:16 -04:00
|
|
|
a {
|
|
|
|
color: $primary;
|
|
|
|
vertical-align: middle;
|
2016-01-13 01:40:36 -05:00
|
|
|
word-wrap: break-word;
|
2014-07-01 04:15:16 -04:00
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
}
|
2014-10-02 05:18:47 -04:00
|
|
|
.title-category-wrapper {
|
2018-06-08 05:49:31 -04:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.private-message-glyph {
|
|
|
|
display: none;
|
2014-10-02 05:18:47 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.private_message #topic-title .private-message-glyph {
|
|
|
|
display: inline;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2017-04-19 23:48:59 -04:00
|
|
|
.topic-status-info {
|
2017-05-29 12:14:45 -04:00
|
|
|
padding-left: 10px;
|
2018-02-05 12:25:39 -05:00
|
|
|
border-top: 1px solid $primary-low;
|
2017-05-29 12:14:45 -04:00
|
|
|
padding-top: 10px;
|
2017-05-18 16:11:46 -04:00
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-09-14 00:39:08 -04:00
|
|
|
}
|
|
|
|
|
2013-09-13 23:03:29 -04:00
|
|
|
#topic-progress-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
width: 0;
|
|
|
|
right: 0;
|
2014-03-06 01:14:51 -05:00
|
|
|
bottom: 0;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("timeline");
|
2015-06-03 10:02:21 -04:00
|
|
|
margin-right: 148px;
|
2018-10-03 13:21:57 -04:00
|
|
|
.topic-admin-menu-button-container .toggle-admin-menu {
|
|
|
|
height: 43px;
|
2018-10-02 12:26:16 -04:00
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
#topic-progress-expanded {
|
2018-02-05 12:25:39 -05:00
|
|
|
border: 1px solid $primary-low;
|
2014-06-12 16:49:13 -04:00
|
|
|
padding: 5px;
|
|
|
|
background: $secondary;
|
2013-09-13 23:03:29 -04:00
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
position: absolute;
|
|
|
|
bottom: 34px;
|
2015-09-22 19:36:15 -04:00
|
|
|
width: 135px;
|
2014-06-12 16:49:13 -04:00
|
|
|
|
|
|
|
button.full {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
2018-11-26 16:49:57 -05:00
|
|
|
.d-icon {
|
2014-06-12 17:24:11 -04:00
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-2;
|
2014-06-12 17:24:11 -04:00
|
|
|
}
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
.jump-form {
|
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-1;
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
float: right !important;
|
|
|
|
width: 55px;
|
|
|
|
}
|
|
|
|
}
|
2016-07-26 15:10:14 -04:00
|
|
|
button.btn.jump-prompt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-06-12 16:49:13 -04:00
|
|
|
button.btn.jump-bottom {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
|
2014-06-12 16:49:13 -04:00
|
|
|
#topic-progress {
|
2013-09-13 23:03:29 -04:00
|
|
|
position: relative;
|
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-20 04:07:16 -04:00
|
|
|
background-color: $secondary;
|
|
|
|
color: $tertiary;
|
2017-06-11 22:20:14 -04:00
|
|
|
border: 1px solid $tertiary-low;
|
2015-05-20 04:07:16 -04:00
|
|
|
border-bottom: none;
|
2014-08-01 04:41:06 -04:00
|
|
|
width: 145px;
|
2018-10-02 12:26:16 -04:00
|
|
|
height: 42px;
|
2014-06-27 18:28:16 -04:00
|
|
|
|
|
|
|
/* as a big ol' click target, don't let text inside be selected */
|
2014-06-27 19:54:30 -04:00
|
|
|
@include unselectable;
|
2014-06-27 18:28:16 -04:00
|
|
|
|
2013-09-13 23:03:29 -04:00
|
|
|
.nums {
|
|
|
|
position: relative;
|
2018-10-02 12:26:16 -04:00
|
|
|
top: 12px;
|
2013-09-13 23:03:29 -04:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
display: inline;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-2;
|
|
|
|
line-height: $line-height-small;
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
2017-07-27 15:03:41 -04:00
|
|
|
.d-icon {
|
2014-06-12 16:49:13 -04:00
|
|
|
position: absolute;
|
|
|
|
right: 8px;
|
|
|
|
bottom: 9px;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2014-06-12 16:49:13 -04:00
|
|
|
}
|
2013-09-13 23:03:29 -04:00
|
|
|
.bg {
|
|
|
|
position: absolute;
|
2014-03-06 01:14:51 -05:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 0;
|
2018-06-08 05:49:31 -04:00
|
|
|
border-right: 1px solid $tertiary-low;
|
|
|
|
background-color: $tertiary-low;
|
|
|
|
transition: width 0.75s;
|
2013-09-13 23:03:29 -04:00
|
|
|
}
|
|
|
|
}
|
2013-09-14 23:28:28 -04:00
|
|
|
|
2014-06-16 14:25:33 -04:00
|
|
|
.topic-error {
|
|
|
|
padding: 18px;
|
|
|
|
width: 90%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-4;
|
|
|
|
line-height: $line-height-medium;
|
2014-06-16 14:25:33 -04:00
|
|
|
|
|
|
|
.topic-retry {
|
|
|
|
display: block;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-14 23:28:28 -04:00
|
|
|
#topic-progress-wrapper.docked {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.topic-post:last-of-type {
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
2013-09-14 23:28:28 -04:00
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
sup sup,
|
|
|
|
sub sup,
|
|
|
|
sup sub,
|
|
|
|
sub sub {
|
|
|
|
top: 0;
|
|
|
|
}
|
2014-10-11 08:41:10 -04:00
|
|
|
|
|
|
|
// inline editing of title on mobile
|
2017-11-27 20:00:18 -05:00
|
|
|
#topic-title .title-wrapper {
|
|
|
|
position: relative;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
|
2017-08-31 09:08:09 -04:00
|
|
|
input#edit-title {
|
2017-11-27 20:00:18 -05:00
|
|
|
width: 100%;
|
2014-10-11 08:41:10 -04:00
|
|
|
}
|
2017-11-27 20:00:18 -05:00
|
|
|
|
2018-02-05 12:25:39 -05:00
|
|
|
.select-kit.combo-box.category-chooser {
|
2017-11-27 20:00:18 -05:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 0;
|
2017-08-31 09:08:09 -04:00
|
|
|
}
|
2018-12-06 19:22:04 -05:00
|
|
|
|
|
|
|
.topic-statuses {
|
|
|
|
line-height: $line-height-small;
|
|
|
|
}
|
2014-10-11 08:41:10 -04:00
|
|
|
}
|
2016-11-01 19:31:33 -04:00
|
|
|
|
|
|
|
// make mobile timeline top and bottom dates easier to select
|
2017-03-21 23:12:02 -04:00
|
|
|
.topic-timeline {
|
2018-06-08 05:49:31 -04:00
|
|
|
.start-date,
|
|
|
|
.now-date {
|
2018-02-05 12:25:39 -05:00
|
|
|
font-size: $font-up-1;
|
|
|
|
padding: 5px;
|
2017-12-19 17:39:17 -05:00
|
|
|
}
|
2018-05-23 17:05:34 -04:00
|
|
|
.topic-category {
|
2018-06-08 05:49:31 -04:00
|
|
|
margin-bottom: 0.5rem;
|
2018-05-23 17:05:34 -04:00
|
|
|
}
|
2016-12-19 14:06:19 -05:00
|
|
|
}
|
2017-05-18 16:11:46 -04:00
|
|
|
|
|
|
|
.edit-topic-timer-modal {
|
2017-09-14 10:19:52 -04:00
|
|
|
.future-date-input {
|
2017-05-18 16:11:46 -04:00
|
|
|
.alert-info {
|
|
|
|
margin: 0 -10px -10px -10px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.pull-right {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-01-25 09:53:36 -05:00
|
|
|
}
|
2019-02-08 06:09:56 -05:00
|
|
|
|
|
|
|
.topic-footer-main-buttons {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|