rural-dict/static/css/main.css
2024-10-05 23:01:11 +02:00

48 lines
779 B
CSS

body {
font-family: DejaVu Sans Mono, monospace;
margin: 20px auto;
max-width: 800px;
line-height: 1.5em;
font-size: 1.1em;
background-color: #282828;
color: #d5c4a1;
padding: 0 10px;
hyphens: auto;
}
img {
max-width: 80vw;
}
a {
color: #83a598;
text-decoration: none;
border-bottom: #c9b999 0.125em none;
}
a:hover {
color: #e0ac16;
text-decoration: none;
border-bottom: #83a598 0.125em dotted;
}
h2 {
display: inline;
line-height: 1.2;
color: #e0ac16;
font-size: 1.2em;
}
input {
background-color: #282828;
color: #d5c4a1;
}
.pagination {
margin-right: 1ch;
text-align: center;
}
.pagination ul > li {
list-style: none;
display: inline-block;
padding-left: 1ch;
}