smr/assets/style.css

44 lines
969 B
CSS

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";
}
h1,h2,h3{line-height:1.2}
p,.tag-list{margin-bottom:0px}
.spacer{margin-bottom:1em}
.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%;
}
.column-0{margin-right:5px}
.label-inline{margin:0.5rem}
.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;}
}