2018-06-08 11:49:31 +02:00
|
|
|
.post-info a {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2018-06-08 11:49:31 +02: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 11:49:31 +02: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 {
|
2014-02-26 12:02:44 -05:00
|
|
|
h1 {
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-up-3);
|
2022-10-12 16:05:42 +02:00
|
|
|
line-height: var(--line-height-medium);
|
2014-07-01 01:15:16 -07:00
|
|
|
a {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2014-07-01 01:15:16 -07:00
|
|
|
vertical-align: middle;
|
2016-01-13 12:10:36 +05:30
|
|
|
word-wrap: break-word;
|
2014-07-01 01:15:16 -07:00
|
|
|
}
|
2014-02-26 12:02:44 -05:00
|
|
|
}
|
2014-10-02 02:18:47 -07:00
|
|
|
.title-category-wrapper {
|
2018-06-08 11:49:31 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
|
2021-04-27 14:24:04 -04:00
|
|
|
.progress-back-container {
|
|
|
|
top: -100%; // above parent container + some extra space
|
|
|
|
}
|
|
|
|
|
2020-08-25 01:29:18 +02:00
|
|
|
.topic-error {
|
2014-06-16 11:25:33 -07:00
|
|
|
padding: 18px;
|
|
|
|
width: 90%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-up-4);
|
2022-10-12 16:05:42 +02:00
|
|
|
line-height: var(--line-height-medium);
|
2014-06-16 11:25:33 -07:00
|
|
|
|
2020-08-25 01:29:18 +02:00
|
|
|
.topic-retry {
|
2014-06-16 11:25:33 -07:00
|
|
|
display: block;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-08 11:49:31 +02:00
|
|
|
sup sup,
|
|
|
|
sub sup,
|
|
|
|
sup sub,
|
|
|
|
sub sub {
|
|
|
|
top: 0;
|
|
|
|
}
|
2014-10-11 05:41:10 -07:00
|
|
|
|
|
|
|
// inline editing of title on mobile
|
2017-11-28 12:00:18 +11:00
|
|
|
#topic-title .title-wrapper {
|
|
|
|
position: relative;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
|
2017-08-31 15:08:09 +02:00
|
|
|
input#edit-title {
|
2017-11-28 12:00:18 +11:00
|
|
|
width: 100%;
|
2014-10-11 05:41:10 -07:00
|
|
|
}
|
2017-11-28 12:00:18 +11:00
|
|
|
|
2018-02-05 18:25:39 +01:00
|
|
|
.select-kit.combo-box.category-chooser {
|
2017-11-28 12:00:18 +11:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 0;
|
2017-08-31 15:08:09 +02:00
|
|
|
}
|
2023-11-13 10:46:15 -05:00
|
|
|
|
|
|
|
.topic-category {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|
2014-10-11 05:41:10 -07:00
|
|
|
}
|
2016-11-01 16:31:33 -07:00
|
|
|
|
|
|
|
// make mobile timeline top and bottom dates easier to select
|
2017-03-22 11:12:02 +08:00
|
|
|
.topic-timeline {
|
2018-06-08 11:49:31 +02:00
|
|
|
.start-date,
|
|
|
|
.now-date {
|
2021-12-03 13:48:26 -05:00
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
|
|
|
.timeline-scrollarea-wrapper .timeline-date-wrapper {
|
|
|
|
@include ellipsis;
|
2017-12-19 17:39:17 -05:00
|
|
|
}
|
2018-05-23 23:05:34 +02:00
|
|
|
.topic-category {
|
2018-06-08 11:49:31 +02:00
|
|
|
margin-bottom: 0.5rem;
|
2018-05-23 23:05:34 +02:00
|
|
|
}
|
2016-12-19 14:06:19 -05:00
|
|
|
}
|