smr/assets/style.css

44 lines
969 B
CSS
Raw Normal View History

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;
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}
p,.tag-list{margin-bottom:0px}
.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}
.tag-list{list-style-type:none}
.tag-list>*{display:inline}
.tag{
line-height:1.5em;
height:1.5em;
padding: 0 1em 0 1em;
margin: 0 1px 0 1px;
}
.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}
2022-11-25 05:07:38 +01:00
.biography{border:1px solid #9b4dca}
@media (prefers-color-scheme: dark){
body, input, select, textarea, pre, code{
background: #1c1428;
color: #d0d4d8 !important;
}
.spoiler, .spoiler2{color:#444;}
}