clojsa/resources/public/css/style.css
2020-06-22 22:30:59 +02:00

56 lines
711 B
CSS

html {
font-size: 15pt;
}
body {
background-color: #ddd;
}
.box {
color: #222;
}
.container {
margin: 0 auto;
}
nav.pagination {
background-color: #fff;
margin-top: 2rem;
}
.userinfo > dd.registered {
font-size: 0.75rem;
}
.userinfo > dd.title {
margin-top: 1rem;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.content .bbc-block > h4 {
font-size: 1rem;
}
.bbc-spoiler {
transition: background-color 0.2s;
background-color: black;
color: black;
}
.bbc-spoiler:hover, .bbc-spoiler.active {
background-color: transparent;
color: auto;
}
.editedby {
font-size: .75rem;
font-style: italic;
margin-top: 1rem;
}
.postdate {
font-size: .75rem;
}