2013-10-23 17:00:02 -04:00
|
|
|
.post-actions {
|
2013-11-04 06:51:39 -05:00
|
|
|
@include unselectable;
|
2013-10-24 00:30:41 -04:00
|
|
|
clear: both;
|
2013-10-22 15:37:44 -04:00
|
|
|
text-align: right;
|
2018-01-22 21:26:07 -05:00
|
|
|
margin-bottom: 10px;
|
2013-11-04 06:51:39 -05:00
|
|
|
.post-action {
|
2013-10-30 12:40:16 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 10px;
|
2013-11-04 06:51:39 -05:00
|
|
|
}
|
2013-10-30 12:40:16 -04:00
|
|
|
}
|
2016-05-16 14:31:52 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
.post-menu-area {
|
2018-01-16 15:48:47 -05:00
|
|
|
margin: 20px 0;
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#topic-title {
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base");
|
2021-05-26 05:12:32 -04:00
|
|
|
margin-bottom: 1em;
|
2017-08-31 05:16:08 -04:00
|
|
|
|
2013-10-30 12:40:16 -04:00
|
|
|
h1 {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-4);
|
2022-10-12 10:05:42 -04:00
|
|
|
line-height: var(--line-height-medium);
|
2020-07-27 17:26:48 -04:00
|
|
|
overflow-wrap: break-word;
|
2018-02-26 05:42:57 -05:00
|
|
|
width: 100%;
|
2018-06-08 05:49:31 -04:00
|
|
|
a {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-06-08 05:49:31 -04:00
|
|
|
}
|
2014-10-01 22:54:03 -04:00
|
|
|
}
|
2020-01-17 12:20:23 -05:00
|
|
|
|
2017-11-22 14:53:35 -05:00
|
|
|
.remove-featured-link {
|
|
|
|
float: right;
|
|
|
|
text-transform: lowercase;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2017-12-20 15:56:53 -05:00
|
|
|
font-size: 0.857rem;
|
2017-11-22 14:53:35 -05:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2020-08-24 19:29:18 -04:00
|
|
|
.topic-error {
|
2014-06-16 14:25:33 -04:00
|
|
|
padding: 18px;
|
|
|
|
width: 60%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-up-4);
|
2014-06-16 14:25:33 -04:00
|
|
|
text-align: center;
|
2022-10-12 10:05:42 -04:00
|
|
|
line-height: var(--line-height-medium);
|
2014-06-16 14:25:33 -04:00
|
|
|
|
2020-08-24 19:29:18 -04:00
|
|
|
.topic-retry {
|
2014-06-16 14:25:33 -04:00
|
|
|
display: block;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-22 10:41:09 -04:00
|
|
|
#topic-filter {
|
2023-02-21 04:15:49 -05:00
|
|
|
background-color: var(--highlight-bg);
|
2013-10-22 10:41:09 -04:00
|
|
|
padding: 8px;
|
|
|
|
bottom: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-0);
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("dropdown");
|
2013-10-22 15:37:44 -04:00
|
|
|
}
|
2013-10-23 17:00:02 -04:00
|
|
|
|
2022-06-28 22:49:01 -04:00
|
|
|
.onscreen-post .row {
|
|
|
|
display: flex; // children should never wrap
|
|
|
|
}
|