Crossposting.
>>5492 >>5508
This is a dark-themed CSS for the reports page. It's good for the eyes if you use the Tomorrow theme. You will need Stylish or other CSS-modifiers for it to work.
body {
background: #1d1f21 !important;
color: #c5c8c6 !important;}
body#reports .post-content {
background-color: #1d1f21;
}
.select-box select {
background-color: #1d1f21;
color: #c5c8c6;}
.post-meta {
background-color: #2b2b2b!important;
}
.report-controls {
background-color: #2b2b2b!important;
}
.report {
box-shadow: 0 0 0 2px #171616!important;
}
.focused {
box-shadow: 0 0 3px 3px #c41e3a!important;
}
body#reports .originalposter {
background-color: #101013!important;
}
.button-light, .report .button {
background-color: #1F1D1D;
}
body#reports a {
color: rgb(113, 164, 210)!important;
}
body#reports a:visited {
color: #81a2be;
}
.post-author {
color:#81a2be!important;
/* color: #478C8C!important; */
/* color:#498E8E!important; */
}
.post-subject {
color: #b294bb!important;
}
.post-subject:hover {
background-color: #1d1f21!important;
}
#menu {
background-color: #2b2b2b!important;
}
body#reports div#menu {
border-top: 1px solid black!important;
}
#search-box {
background-color: #1F1D1D!important;
}
body#reports span.quote {
color: #b5bd68!important;
}
body#reports a.quotelink {
color: #5F89AC!important;
}
body#reports .panel {
background-color: #1d1f21!important;
}
body#reports .context-post {
background-color: #2b2b2b!important;
border: 1px solid black!important;
}
.post-controls .button {
background-color: #1F1D1D;
}
.button-light.active, .button:hover {
color: #000;
background-color: #49667F;
}
.button-light:hover, .report:hover .button:hover {
color: #000;
background-color: #49667F;
}
body#reports s, s a:hover {
color: #c5c8c6!important;
}
body#reports span.deadlink {
color: #b5bd68!important;
}
body#reports .report-cat-2 .report-board {
color: #B72C2C!important;
}
.report-cat-2 {
background-color: #732727!important;
}
body#reports .report-cat-2 .post-content {
background-color: #732727!important;
}
body#reports .samethread .post-content {background-color: #294044!important;}
span.post-capcode.post-capcode-mod{
color:rgb(38, 94, 199)!important;
font-weight:bold!important;}
body#reports tr:hover {
background-color: #161238!important;
}