dark_red.css: always use Verdana font if available

This commit is contained in:
Zankaria 2025-02-17 17:21:32 +01:00
parent 230dc4760b
commit 9a4ce56d86

View file

@ -33,11 +33,11 @@ div.title p {
a, a:link, a:visited, .intro a.email span.name {
color: #CCC;
text-decoration: none;
font-family: sans-serif;
font-family: Verdana, sans-serif;
}
a:link:hover, a:visited:hover {
color: #fff;
font-family: sans-serif;
font-family: Verdana, sans-serif;
text-decoration: none;
}
a.post_no {
@ -79,7 +79,7 @@ div.post.inline {
}
.intro span.subject {
font-size: 12px;
font-family: sans-serif;
font-family: Verdana, sans-serif;
color: #446655;
font-weight: 800;
}
@ -100,7 +100,7 @@ input[type="text"], textarea, select {
border: #666666 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: sans-serif;
font-family: Verdana, sans-serif;
font-size: 10pt;
}
input[type="password"] {
@ -151,7 +151,7 @@ span.trip {
}
div.pages {
background: #1E1E1E;
font-family: sans-serif;
font-family: Verdana, sans-serif;
}
.bar.bottom {
bottom: 0px;