update bloodgod.css, thanks ano^
This commit is contained in:
parent
0980903b6e
commit
42c70990a0
@ -2,6 +2,10 @@
|
|||||||
bloodgod theme css override
|
bloodgod theme css override
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
bloodgod theme css override
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #666;
|
color: #666;
|
||||||
background: #111;
|
background: #111;
|
||||||
@ -26,7 +30,7 @@ input[type="button"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reply, .ukko_thread_header {
|
.reply, .ukko_thread_header {
|
||||||
border-color: #CA0101;
|
border-color: #0c0c0c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
@ -40,6 +44,14 @@ hr, .name {
|
|||||||
color: #6B1919;
|
color: #6B1919;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
height: 0px;
|
||||||
|
border-width: 1px medium medium;
|
||||||
|
border-color: #0C0C0C;
|
||||||
|
border-style: solid none none;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.subject {
|
.subject {
|
||||||
color: #4E0000;
|
color: #4E0000;
|
||||||
}
|
}
|
||||||
@ -48,10 +60,24 @@ hr, .name {
|
|||||||
background: #0C0C0C;
|
background: #0C0C0C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.op {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border-style: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagelist {
|
||||||
|
background: #0c0c0c;
|
||||||
|
border-style: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #500707;
|
color: #500707;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post:target {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
}
|
||||||
|
|
||||||
.postno, .postnol {
|
.postno, .postnol {
|
||||||
color: #B70000;
|
color: #B70000;
|
||||||
}
|
}
|
||||||
@ -60,6 +86,9 @@ a {
|
|||||||
background: #6B1919;
|
background: #6B1919;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#postform_container {
|
||||||
|
background-color: #111;
|
||||||
|
}
|
||||||
table tbody tr:nth-of-type( even ) {
|
table tbody tr:nth-of-type( even ) {
|
||||||
background-color: #430000;
|
background-color: #430000;
|
||||||
}
|
}
|
||||||
@ -81,4 +110,4 @@ table thead th {
|
|||||||
.origin > img , .not_found > img {
|
.origin > img , .not_found > img {
|
||||||
-webkit-filter: invert(1);
|
-webkit-filter: invert(1);
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
Reference in New Issue
Block a user