CSS
CSS
* dark.css
* For AwsumChan by Circlepuller
*/
body {
background: #0b0b00;
color: #999999;
font-family: sans-serif;
font-size: 12px;
}
span.quote {
color:#b8d962;
}
h1 {
font-size: 20pt;
text-align: center;
letter-spacing: 0px;
}
div.title, h1 {
color: #efff01;
font-family: Arial, Helvetica, sans-serif;
}
div.title p {
font-size: 10px;
}
a:link, a:visited, .intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;
}
a:link:hover, a:visited:hover {
color: #fff;
font-family: sans-serif;
text-decoration: none;
}
a.post_no {
color: #AAAAAA;
text-decoration: none;
}
a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
div.post.reply {
background: #111201;
border: #111201 1px solid;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 5px;
div.ban {
background-color: transparent;
border: transparent 0px solid;
}
div.ban h2 {
background: transparent;
color: lime;
font-size: 12px;
}
table.modlog tr th {
background: #333333;
color: #AAAAAA;
}
.desktop-style div.boardlist:not(.bottom) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black
1px -1px 1px;
background-color: #0b0b00;
}
div.report {
color: #666666;
}
/* options.js */
#options_div, #alert_div {
background: #333333;
}
.options_tab_icon {
color: #AAAAAA;
}
.options_tab_icon.active {
color: #FFFFFF;
}
#quick-reply table {
background: none repeat scroll 0% 0% #333 !important;
}
.quick-reply-btn {
border: 3px solid #aaaaaa ;
border-radius:5px;
right:15px!important;
bottom:5px!important;
background:#bbbbbb !important;
box-shadow:0 1px 2px rgb(0 0 0/15%);
font-weight:700;
color: black !important;
}