2016-11-15 04:32:59 +08:00
|
|
|
body.crawler {
|
|
|
|
> header {
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
2018-01-17 08:05:12 +08:00
|
|
|
z-index: z("max");
|
2016-11-15 04:32:59 +08:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
2019-06-03 10:03:16 +08:00
|
|
|
box-shadow: none;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-bottom: 1px solid var(--primary-low-mid);
|
2019-05-02 13:00:29 +08:00
|
|
|
box-sizing: border-box;
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
2019-06-03 10:03:16 +08:00
|
|
|
|
2020-04-30 17:07:51 +08:00
|
|
|
.header-buttons {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-11-16 04:18:38 +08:00
|
|
|
div#main-outlet {
|
|
|
|
div.post {
|
2019-05-02 13:00:29 +08:00
|
|
|
word-break: break-word;
|
2016-11-16 04:18:38 +08:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2019-06-03 10:03:16 +08:00
|
|
|
height: auto;
|
2016-11-16 04:18:38 +08:00
|
|
|
}
|
|
|
|
}
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
2019-06-03 10:03:16 +08:00
|
|
|
|
|
|
|
.topic-list {
|
|
|
|
margin-bottom: 1em;
|
2020-05-23 12:56:13 +08:00
|
|
|
@media (max-width: 850px) {
|
|
|
|
td {
|
|
|
|
word-break: break-all;
|
|
|
|
&.posters {
|
|
|
|
a:not(:last-of-type) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
a:last-of-type {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
&.views {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-top-line {
|
|
|
|
a.title {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-bottom-line {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|
|
|
|
}
|
2019-06-03 10:03:16 +08:00
|
|
|
}
|
2019-06-03 23:52:20 +08:00
|
|
|
|
|
|
|
footer {
|
2020-04-09 05:29:13 +08:00
|
|
|
margin-top: 4em;
|
2019-06-03 23:52:20 +08:00
|
|
|
}
|
2020-04-30 02:40:21 +08:00
|
|
|
|
2020-05-12 01:37:50 +08:00
|
|
|
.topic-category {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2020-04-30 02:40:21 +08:00
|
|
|
.discourse-tags {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-04-30 02:40:21 +08:00
|
|
|
}
|
2019-06-03 10:03:16 +08:00
|
|
|
}
|
|
|
|
|
2020-04-09 05:29:13 +08:00
|
|
|
.noscript-footer-nav {
|
|
|
|
clear: both;
|
|
|
|
margin-top: 4em;
|
|
|
|
a {
|
|
|
|
margin-right: 0.25em;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#noscript-footer {
|
|
|
|
padding: 0 10px;
|
2020-04-30 02:40:21 +08:00
|
|
|
text-align: center;
|
2019-06-03 10:03:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.crawler-post {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
padding-top: 1.5em;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-top: 1px solid var(--primary-low);
|
2019-06-03 10:03:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.crawler-post-meta {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
.creator {
|
|
|
|
word-break: break-all;
|
2016-11-15 04:32:59 +08:00
|
|
|
a {
|
2019-06-03 10:03:16 +08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
@include breakpoint(tablet) {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0.25em;
|
2016-11-15 04:32:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-06-03 10:03:16 +08:00
|
|
|
|
|
|
|
.crawler-post-infos {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-high);
|
2019-06-03 10:03:16 +08:00
|
|
|
display: inline-block;
|
|
|
|
@include breakpoint(tablet, min-width) {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
[itemprop="position"] {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.crawler-linkback-list {
|
|
|
|
margin-top: 1em;
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em 0;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-top: 1px solid var(--primary-low);
|
2019-06-03 10:03:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.crawler-nav {
|
|
|
|
margin: 1em 0;
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0.5em 1em 0.5em 0;
|
|
|
|
}
|
|
|
|
}
|