2018-06-08 04:49:31 -05:00
|
|
|
.post-info a {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-medium);
|
2018-06-08 04:49:31 -05:00
|
|
|
}
|
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 {
|
2014-02-26 11:02:44 -06:00
|
|
|
h1 {
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-up-3);
|
2022-10-12 09:05:42 -05:00
|
|
|
line-height: var(--line-height-medium);
|
2014-07-01 03:15:16 -05:00
|
|
|
a {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary);
|
2014-07-01 03:15:16 -05:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
|
2021-04-27 13:24:04 -05:00
|
|
|
.progress-back-container {
|
|
|
|
top: -100%; // above parent container + some extra space
|
|
|
|
}
|
|
|
|
|
2014-06-12 15:49:13 -05:00
|
|
|
#topic-progress-expanded {
|
2020-08-03 21:57:10 -05:00
|
|
|
border: 1px solid var(--primary-low);
|
2014-06-12 15:49:13 -05:00
|
|
|
padding: 5px;
|
2020-08-03 21:57:10 -05:00
|
|
|
background: var(--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-26 15:49:57 -06:00
|
|
|
.d-icon {
|
2014-06-12 16:24:11 -05:00
|
|
|
display: block;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--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;
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--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
|
|
|
|
2020-08-24 18:29:18 -05:00
|
|
|
.topic-error {
|
2014-06-16 13:25:33 -05:00
|
|
|
padding: 18px;
|
|
|
|
width: 90%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-up-4);
|
2022-10-12 09:05:42 -05:00
|
|
|
line-height: var(--line-height-medium);
|
2014-06-16 13:25:33 -05:00
|
|
|
|
2020-08-24 18:29:18 -05:00
|
|
|
.topic-retry {
|
2014-06-16 13:25:33 -05:00
|
|
|
display: block;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
2017-11-27 19:00:18 -06:00
|
|
|
width: 100%;
|
2014-10-11 07:41:10 -05:00
|
|
|
}
|
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
|
|
|
}
|
2023-11-13 09:46:15 -06:00
|
|
|
|
|
|
|
.topic-category {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|
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 {
|
2021-12-03 12:48:26 -06:00
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
|
|
|
.timeline-scrollarea-wrapper .timeline-date-wrapper {
|
|
|
|
@include ellipsis;
|
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
|
|
|
|
2019-02-08 05:09:56 -06:00
|
|
|
.topic-footer-main-buttons {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2020-05-06 21:59:22 -05:00
|
|
|
|
2022-04-11 20:06:59 -05:00
|
|
|
.container.posts .topic-navigation {
|
2024-07-22 17:42:29 -05:00
|
|
|
// docked progress bar on large screens using mobile view
|
2022-04-11 20:06:59 -05:00
|
|
|
grid-area: posts;
|
2024-07-22 17:42:29 -05:00
|
|
|
grid-row: 3; // after topic map
|
2022-04-11 20:06:59 -05:00
|
|
|
}
|