wah.moe/public/css/dirlist.css

50 lines
708 B
CSS
Raw Normal View History

body {
2025-01-16 13:57:12 +00:00
background-color: #f2efbd;
color: #2a271c;
margin: 20px;
}
2024-01-22 00:11:34 +00:00
img {
image-rendering: pixelated;
2024-01-22 00:11:34 +00:00
}
a {
2025-01-16 13:57:12 +00:00
color: hsl(183, 93%, 27%);
text-decoration: underline dotted;
}
a:hover {
2025-01-16 13:57:12 +00:00
color: hsl(183, 93%, 15%);
text-decoration: underline solid;
}
h1#indextitle {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
margin: 0;
}
tr,
th,
td {
font-family: monospace;
font-size: 12pt;
padding: 0 15px;
}
tr td:nth-child(2) {
padding-left: 0;
}
address {
font-family: sans-serif;
font-size: 12pt;
}
2023-12-31 02:06:10 +00:00
.description {
font-style: italic;
font-size: 90%;
2023-12-31 02:06:10 +00:00
}