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;
|
|
|
|
padding:0 10px
|
|
|
|
}
|
|
|
|
h1,h2,h3{line-height:1.2}
|
2020-10-11 01:28:39 +02:00
|
|
|
p,.tag-list{margin-bottom:0px}
|
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-23 07:07:00 +01:00
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark){
|
|
|
|
@import "css/style_dark.css";
|
|
|
|
}
|