67 lines
773 B
CSS
67 lines
773 B
CSS
/**
|
|
bloodgod theme css override
|
|
*/
|
|
|
|
body {
|
|
color: #666;
|
|
background: #111;
|
|
}
|
|
|
|
|
|
input, textarea, button {
|
|
color: #666;
|
|
background: #050505;
|
|
}
|
|
|
|
.navbar {
|
|
background: #4E0000;
|
|
color: black;
|
|
}
|
|
|
|
#captcha_img {
|
|
background: #D80000;
|
|
}
|
|
|
|
.reply, .ukko_thread_header {
|
|
border-color: #CA0101;
|
|
}
|
|
|
|
.ukko_thread_header {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
hr, .name {
|
|
color: #6B1919;
|
|
}
|
|
|
|
.subject {
|
|
color: #4E0000;
|
|
}
|
|
|
|
.reply , .ukko_thread_header {
|
|
background: #0C0C0C;
|
|
}
|
|
|
|
a {
|
|
color: #500707;
|
|
}
|
|
|
|
.postno, .postnol {
|
|
color: #B700000;
|
|
}
|
|
|
|
.postform >tr, th {
|
|
background: #6B1919;
|
|
}
|
|
|
|
table tbody tr:nth-of-type( even ) {
|
|
background-color: #430000;
|
|
}
|
|
|
|
table thead th {
|
|
color: #6B1919;
|
|
}
|