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