2020-05-16 01:10:11 +02:00
|
|
|
body{
|
|
|
|
margin:40px auto;
|
|
|
|
max-width:80%;
|
|
|
|
line-height:1.6;
|
|
|
|
font-size:18px;
|
|
|
|
color:#444 !important;
|
2020-12-28 05:23:43 +01:00
|
|
|
padding:0 10px;
|
|
|
|
font-family: "Garamond","Baskerville","Baskerville Old Face","Hoefler Text","Times New Roman","serif";
|
2020-05-16 01:10:11 +02:00
|
|
|
}
|
|
|
|
h1,h2,h3{line-height:1.2}
|
2020-10-11 01:28:39 +02:00
|
|
|
p,.tag-list{margin-bottom:0px}
|
2021-04-09 22:03:24 +02:00
|
|
|
.spacer{margin-bottom:1em}
|
2020-05-16 01:10:11 +02:00
|
|
|
.spoiler,.spoiler2{background:#444}
|
|
|
|
.spoiler:hover,.spoiler2:hover{color:#FFF}
|
|
|
|
.greentext{color:#282}
|
|
|
|
.pinktext{color:#928}
|
2020-10-11 01:28:39 +02:00
|
|
|
.tag-list{list-style-type:none}
|
2020-12-23 07:07:00 +01:00
|
|
|
.tag-list>*{display:inline}
|
2020-10-11 01:28:39 +02:00
|
|
|
.tag{
|
|
|
|
line-height:1.5em;
|
|
|
|
height:1.5em;
|
|
|
|
padding: 0 1em 0 1em;
|
|
|
|
margin: 0 1px 0 1px;
|
|
|
|
}
|
2020-12-28 05:01:07 +01:00
|
|
|
.search{
|
|
|
|
display:flex !important;
|
|
|
|
flex:0.5 0.5 auto !important;
|
|
|
|
}
|
|
|
|
.search>.button{
|
|
|
|
flex:10 10 auto;
|
|
|
|
translate: -100%;
|
|
|
|
}
|
2021-01-10 22:34:13 +01:00
|
|
|
.column-0{margin-right:5px}
|
|
|
|
.label-inline{margin:0.5rem}
|
2020-12-23 07:07:00 +01:00
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark){
|
2020-12-29 21:19:05 +01:00
|
|
|
body, input, select, textarea, pre, code{
|
2020-12-28 05:01:07 +01:00
|
|
|
background: #1c1428;
|
|
|
|
color: #d0d4d8 !important;
|
|
|
|
}
|
2020-12-29 21:19:05 +01:00
|
|
|
.spoiler, .spoiler2{color:#444;}
|
2020-12-23 07:07:00 +01:00
|
|
|
}
|