Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/static/bloodgod.css

113 lines
1.5 KiB
CSS
Raw Normal View History

/**
bloodgod theme css override
*/
2016-06-17 01:12:54 +05:00
/**
bloodgod theme css override
*/
body {
color: #666;
background: #111;
}
2016-03-08 06:41:10 +05:00
input, textarea, button, input[type="text"], input[type="password"],
input[type="checkbox"], input[type="file"], input[type="submit"],
input[type="button"] {
color: #666;
background: #050505;
2016-03-08 06:35:28 +05:00
border-color: #D80000;
}
.navbar {
2016-03-08 17:23:18 +05:00
background: #980000;
color: black;
}
2016-03-09 23:27:34 +05:00
#captcha_img, pre {
background: #D80000;
}
.reply, .ukko_thread_header {
2016-06-17 01:12:54 +05:00
border-color: #0c0c0c;
}
.ukko_thread_header {
border-style: solid;
border-width: 1px;
border-radius: 3px;
}
hr, .name {
color: #6B1919;
}
2016-06-17 01:12:54 +05:00
hr {
height: 0px;
border-width: 1px medium medium;
border-color: #0C0C0C;
border-style: solid none none;
clear: both;
}
.subject {
color: #4E0000;
}
.reply , .ukko_thread_header {
2016-03-08 06:27:14 +05:00
background: #0C0C0C;
}
2016-06-17 01:12:54 +05:00
.op {
background-color: #1a1a1a;
border-style: hidden;
}
.pagelist {
background: #0c0c0c;
border-style: hidden;
}
a {
color: #500707;
}
2016-06-17 01:12:54 +05:00
.post:target {
background-color: #1a1a1a;
}
.postno, .postnol {
2016-03-08 17:24:29 +05:00
color: #B70000;
}
.postform >tr, th {
background: #6B1919;
}
2016-06-17 01:12:54 +05:00
#postform_container {
background-color: #111;
}
table tbody tr:nth-of-type( even ) {
background-color: #430000;
}
table thead th {
color: #6B1919;
2016-03-08 17:23:18 +05:00
background: #430000;
border-color: #270000;
}
2016-03-08 18:31:12 +05:00
.navbar-sep {
color: #270000;
2016-03-08 18:34:07 +05:00
}
.navbar-link > label:hover {
color: red;
}
2016-03-09 23:21:19 +05:00
.origin > img , .not_found > img {
-webkit-filter: invert(1);
filter: invert(1);
2016-06-17 01:12:54 +05:00
}