Feel free to edit it or make improvements.
A lot of copy pasta, but it serves its purpose of not burning my eyes out.
hong.saru wrote...
body {
background-image: url("paper.gif");
background-color: black;
}
.manga {
background-color: black;
}
header,
#header-left,
#header-right,
nav {
display: inline-block;
background-color: black;
}
#header-left {
font-size: 0;
line-height: 0;
height: 50px;
background: none repeat scroll 0 0 #FFEFEF;
border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
padding: 5px 0 5px 10px;
text-align: left;
width: 54.5%;
background-color: black;
}
.content-right {
white-space: normal;
border: 1px solid #DDD;
vertical-align: top;
border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
display: table-cell;
position: relative;
width: 100%;
z-index: 10;
background-color: black;
}
.search-input input[type="text"] {
border: 2px solid #CCC;
border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
display: inline-block;
height: 32px;
line-height: 14px;
padding: 4px 4px 4px 8px;
width: 100%;
background-color: black;
color: orange;
}
.search-input #search-results {
display: none;
margin-top: -2px;
position: relative;
width: 100%;
z-index: 99999;
background-color: black;
color: orange;
}
.comment-top {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: black;
color: orange;
border: 1px solid #CCC;
border-left: 1px solid #999;
display: block;
padding: 4px;
width: 100%;
}
.comment-row .rank {
vertical-align: top;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: black;
display: inline-block;
padding: 1px;
width: 26px;
margin-right: 4px;
}
.search-input {
background-color: black;
display: inline-block;
padding: 4px 0 0 0;
width: 73%;
}
.box {
border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
background-color: black;
color: orange;
border: 1px solid #CCC;
padding: 6px;
text-align: left;
margin-bottom: 10px;
width: 100%;
}
.poll-row-result {
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
background-color: black;
color: orange;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 5;
}
#page {
padding: 0 15px;
position: relative;
z-index: 1;
background-color: black;
}
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
del,
dfn,
em,
font,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer {
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
color: orange;
z-index: 100;
background-color: black;
}
.post-row-top-left {
display: inline-block;
font: 300 14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 16px;
width: 50%;
padding: 5px;
background-color: black;
}
.post-row-top-right {
display: inline-block;
font: 300 14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 16px;
text-align: right;
width: 50%;
padding: 5px;
background-color: black;
}
.mod_options {
background-color: black;
display: block;
font: 300 14px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
margin-bottom: 15px;
padding: 10px;
width: 100%;
}
.post-message {
white-space: normal;
background-color: black;
color: orange;
font: 300 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 10pt;
line-height: 18px;
width: 100%;
overflow: hidden;
padding: 10px 10px 60px 10px;
position: relative;
display: table-cell;
z-index: 1;
}
.bbcode-code,
.bbcode-quote {
width: 100%;
border: 1px dotted #D1D7DC;
font-weight: 300;
position: relative;
background-color: black;
color: orange;
display: inline-block;
padding: 10px 10px 10px 40px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.post-signature {
font: 300 10pt/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
background-color: black;
color: orange;
border-top: 1px solid #CCC;
display: block;
padding: 20px;
position: relative;
}
.announcement {
background-color: black;
color: orange;
padding: 5px 10px;
margin-bottom: 15px;
width: 100%;
display: block;
font: 300 14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#header-right ul {
background-color: black;
font: 300 14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
border: 1px solid #CCC;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
display: none;
line-height: 24px;
list-style: none outside none;
padding: 34px 12px 10px;
position: absolute;
width: 113px;
z-index: 1;
top: -14px;
left: -3px;
}
.poll-row-result {
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
background-color: orange;
color: orange;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 5;
}