2019-08-24 05:04:51 +00:00
|
|
|
body {
|
2019-08-25 07:46:58 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
2019-08-24 05:04:51 +00:00
|
|
|
font: 1rem/1.3 sans-serif;
|
|
|
|
color: #000000;
|
2019-10-10 21:52:28 +00:00
|
|
|
margin-bottom: 100vh;
|
2019-08-24 05:04:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2019-10-12 05:32:17 +00:00
|
|
|
input {
|
|
|
|
font-size: 1.05rem;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid #828282;
|
|
|
|
padding: 6px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.container {
|
|
|
|
margin: 1rem auto;
|
|
|
|
max-width: 64rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
|
|
|
|
2019-08-25 01:25:28 +00:00
|
|
|
.slogan {
|
|
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.theme {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
display: table;
|
|
|
|
color: #828282;
|
|
|
|
margin-bottom: 0.6rem;
|
|
|
|
}
|
|
|
|
|
2019-09-24 08:23:14 +00:00
|
|
|
.item .source-logo {
|
|
|
|
width: 0.9rem;
|
|
|
|
height: 0.9rem;
|
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.item a {
|
|
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
.item a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .num {
|
|
|
|
display: table-cell;
|
|
|
|
width: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item a.link {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.item a.link:visited {
|
|
|
|
color: #828282;
|
|
|
|
}
|
2019-08-25 07:46:58 +00:00
|
|
|
.item a.link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-08-24 05:04:51 +00:00
|
|
|
|
|
|
|
span.source {
|
|
|
|
margin-left: 0.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .info a.hot {
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
2019-08-25 08:50:49 +00:00
|
|
|
.article {
|
|
|
|
padding-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.article-container {
|
|
|
|
margin: 1rem auto;
|
2019-08-25 07:46:58 +00:00
|
|
|
max-width: 38rem;
|
2019-08-24 05:04:51 +00:00
|
|
|
}
|
|
|
|
|
2019-08-30 06:22:26 +00:00
|
|
|
.article a {
|
|
|
|
border-bottom: 1px solid #222222;
|
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.article h1 {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article h2 {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article h3, .article h4 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article figure {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article iframe {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .info {
|
|
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .info a {
|
2019-08-30 06:22:26 +00:00
|
|
|
border-bottom: none;
|
2019-08-24 05:04:51 +00:00
|
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
.article .info a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2019-08-25 07:46:58 +00:00
|
|
|
.story-text {
|
2019-08-30 06:22:26 +00:00
|
|
|
font: 1.2rem/1.5 'Apparatus SIL', sans-serif;
|
|
|
|
margin-top: 1em;
|
2019-08-25 07:46:58 +00:00
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.comments {
|
2019-08-30 06:22:26 +00:00
|
|
|
margin-left: -1.25rem;
|
2019-08-25 07:46:58 +00:00
|
|
|
}
|
|
|
|
|
2019-08-24 05:04:51 +00:00
|
|
|
.comment {
|
2019-08-30 06:22:26 +00:00
|
|
|
padding-left: 1.25rem;
|
2019-08-24 05:04:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment.lined {
|
|
|
|
border-left: 1px solid #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment .text {
|
|
|
|
margin-top: -0.5rem;
|
|
|
|
}
|
2019-08-25 08:50:49 +00:00
|
|
|
|
|
|
|
.toggleDot {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 1rem;
|
2019-08-30 06:22:26 +00:00
|
|
|
left: 1rem;
|
2019-08-25 08:50:49 +00:00
|
|
|
height: 3rem;
|
|
|
|
width: 3rem;
|
|
|
|
background-color: #828282;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggleDot .button {
|
|
|
|
font: 3rem/1 serif;
|
|
|
|
position: relative;
|
|
|
|
top: 0.1rem;
|
|
|
|
left: 0.1rem;
|
|
|
|
}
|