forked from leftypol/leftypol
dark_red.css: increase contrast
This commit is contained in:
parent
9a4ce56d86
commit
0819c509fa
1 changed files with 18 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
||||||
/*dark.css has been prepended (2021-11-11) instead of @import'd for performance*/
|
/*dark.css has been prepended (2021-11-11) instead of @import'd for performance*/
|
||||||
body {
|
body {
|
||||||
background: #1E1E1E;
|
background: #1E1E1E;
|
||||||
color: #A7A7A7;
|
color: #C0C0C0;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ div.title p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
a, a:link, a:visited, .intro a.email span.name {
|
a, a:link, a:visited, .intro a.email span.name {
|
||||||
color: #CCC;
|
color: #EEE;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -48,11 +48,11 @@ a.post_no:hover {
|
||||||
text-decoration: underline overline;
|
text-decoration: underline overline;
|
||||||
}
|
}
|
||||||
.intro a.post_no {
|
.intro a.post_no {
|
||||||
color: #CCC;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #555555 1px solid;
|
border: #4f4f4f 1px solid;
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
|
@ -60,7 +60,7 @@ div.post.reply {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background: #555;
|
background: #4f4f4f;
|
||||||
border: transparent 1px solid;
|
border: transparent 1px solid;
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@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 {
|
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 {
|
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||||
color: #32DD72;
|
color: #32DD72;
|
||||||
}
|
}
|
||||||
div.post.inline {
|
div.post.inline {
|
||||||
border: #555555 1px solid;
|
border: #4f4f4f 1px solid;
|
||||||
}
|
}
|
||||||
.intro span.subject {
|
.intro span.subject {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -96,7 +96,7 @@ div.post.inline {
|
||||||
}
|
}
|
||||||
input[type="text"], textarea, select {
|
input[type="text"], textarea, select {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #CCCCCC;
|
color: #EEE;
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: -5px;
|
padding-right: -5px;
|
||||||
|
@ -105,7 +105,7 @@ input[type="text"], textarea, select {
|
||||||
}
|
}
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #CCCCCC;
|
color: #EEE;
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
}
|
}
|
||||||
form table tr th {
|
form table tr th {
|
||||||
|
@ -133,10 +133,10 @@ div.banner a {
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #888888 1px solid;
|
border: #888888 1px solid;
|
||||||
color: #CCCCCC;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
input[type="submit"]:hover {
|
input[type="submit"]:hover {
|
||||||
background: #555555;
|
background: #4f4f4f;
|
||||||
border: #888888 1px solid;
|
border: #888888 1px solid;
|
||||||
color: #32DD72;
|
color: #32DD72;
|
||||||
}
|
}
|
||||||
|
@ -159,7 +159,7 @@ div.pages {
|
||||||
background-color: #1E1E1E;
|
background-color: #1E1E1E;
|
||||||
}
|
}
|
||||||
div.pages a.selected {
|
div.pages a.selected {
|
||||||
color: #CCCCCC;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
@ -167,7 +167,7 @@ hr {
|
||||||
}
|
}
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #A7A7A7;
|
color: #C0C0C0;
|
||||||
}
|
}
|
||||||
div.ban {
|
div.ban {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -188,7 +188,7 @@ div.boardlist:not(.bottom) {
|
||||||
}
|
}
|
||||||
.desktop-style 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;
|
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;
|
background-color: #1E1E1E;
|
||||||
}
|
}
|
||||||
div.report {
|
div.report {
|
||||||
|
@ -211,7 +211,7 @@ div.report {
|
||||||
}
|
}
|
||||||
.box {
|
.box {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border-color: #555555;
|
border-color: #4f4f4f;
|
||||||
color: #C5C8C6;
|
color: #C5C8C6;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
@ -221,7 +221,7 @@ div.report {
|
||||||
}
|
}
|
||||||
table thead th {
|
table thead th {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border-color: #555555;
|
border-color: #4f4f4f;
|
||||||
color: #C5C8C6;
|
color: #C5C8C6;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
@ -229,11 +229,11 @@ table tbody tr:nth-of-type( even ) {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
table.board-list-table .board-uri .board-sfw {
|
table.board-list-table .board-uri .board-sfw {
|
||||||
color: #CCCCCC;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
tbody.board-list-omitted td {
|
tbody.board-list-omitted td {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border-color: #555555;
|
border-color: #4f4f4f;
|
||||||
}
|
}
|
||||||
table.board-list-table .board-tags .board-cell:hover {
|
table.board-list-table .board-tags .board-cell:hover {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue