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