dark_red.css: increase contrast

This commit is contained in:
Zankaria 2025-02-17 18:01:46 +01:00
parent 9a4ce56d86
commit 0819c509fa

View file

@ -5,7 +5,7 @@
/*dark.css has been prepended (2021-11-11) instead of @import'd for performance*/
body {
background: #1E1E1E;
color: #A7A7A7;
color: #C0C0C0;
font-family: Verdana, sans-serif;
font-size: 14px;
}
@ -31,7 +31,7 @@ div.title p {
font-size: 10px;
}
a, a:link, a:visited, .intro a.email span.name {
color: #CCC;
color: #EEE;
text-decoration: none;
font-family: Verdana, sans-serif;
}
@ -48,11 +48,11 @@ a.post_no:hover {
text-decoration: underline overline;
}
.intro a.post_no {
color: #CCC;
color: #EEE;
}
div.post.reply {
background: #333333;
border: #555555 1px solid;
border: #4f4f4f 1px solid;
@media (max-width: 48em) {
border-left-style: none;
@ -60,7 +60,7 @@ div.post.reply {
}
}
div.post.reply.highlighted {
background: #555;
background: #4f4f4f;
border: transparent 1px solid;
@media (max-width: 48em) {
@ -69,13 +69,13 @@ div.post.reply.highlighted {
}
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #CCCCCC;
color: #EEE;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #32DD72;
}
div.post.inline {
border: #555555 1px solid;
border: #4f4f4f 1px solid;
}
.intro span.subject {
font-size: 12px;
@ -96,7 +96,7 @@ div.post.inline {
}
input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
color: #EEE;
border: #666666 1px solid;
padding-left: 5px;
padding-right: -5px;
@ -105,7 +105,7 @@ input[type="text"], textarea, select {
}
input[type="password"] {
background: #333333;
color: #CCCCCC;
color: #EEE;
border: #666666 1px solid;
}
form table tr th {
@ -133,10 +133,10 @@ div.banner a {
input[type="submit"] {
background: #333333;
border: #888888 1px solid;
color: #CCCCCC;
color: #EEE;
}
input[type="submit"]:hover {
background: #555555;
background: #4f4f4f;
border: #888888 1px solid;
color: #32DD72;
}
@ -159,7 +159,7 @@ div.pages {
background-color: #1E1E1E;
}
div.pages a.selected {
color: #CCCCCC;
color: #EEE;
}
hr {
height: 1px;
@ -167,7 +167,7 @@ hr {
}
div.boardlist {
text-align: center;
color: #A7A7A7;
color: #C0C0C0;
}
div.ban {
background-color: transparent;
@ -188,7 +188,7 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #A7A7A7;
color: #C0C0C0;
background-color: #1E1E1E;
}
div.report {
@ -211,7 +211,7 @@ div.report {
}
.box {
background: #333333;
border-color: #555555;
border-color: #4f4f4f;
color: #C5C8C6;
border-radius: 10px;
}
@ -221,7 +221,7 @@ div.report {
}
table thead th {
background: #333333;
border-color: #555555;
border-color: #4f4f4f;
color: #C5C8C6;
border-radius: 4px;
}
@ -229,11 +229,11 @@ table tbody tr:nth-of-type( even ) {
background-color: #333333;
}
table.board-list-table .board-uri .board-sfw {
color: #CCCCCC;
color: #EEE;
}
tbody.board-list-omitted td {
background: #333333;
border-color: #555555;
border-color: #4f4f4f;
}
table.board-list-table .board-tags .board-cell:hover {
background: #1e1e1e;