2013-08-01 03:30:45 -04:00
|
|
|
/**
|
|
|
|
* dark.css
|
|
|
|
* For AwsumChan by Circlepuller
|
|
|
|
*/
|
|
|
|
body {
|
|
|
|
background: #1E1E1E;
|
|
|
|
color: #999999;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2013-07-27 02:34:15 -04:00
|
|
|
span.quote {
|
2013-08-01 23:43:20 -04:00
|
|
|
color:#B8D962;
|
2013-07-27 02:34:15 -04:00
|
|
|
}
|
2013-08-01 03:30:45 -04:00
|
|
|
h1 {
|
|
|
|
font-size: 20pt;
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
}
|
|
|
|
div.title, h1 {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32DD72;
|
2013-08-01 03:30:45 -04:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
div.title p {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
a:link, a:visited, p.intro a.email span.name {
|
|
|
|
color: #CCCCCC;
|
2013-07-27 02:34:15 -04:00
|
|
|
text-decoration: none;
|
2013-08-01 03:30:45 -04:00
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
a:link:hover, a:visited:hover {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #fff;
|
2013-08-01 03:30:45 -04:00
|
|
|
font-family: sans-serif;
|
2013-07-27 02:34:15 -04:00
|
|
|
text-decoration: none;
|
|
|
|
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
|
|
|
a.post_no {
|
|
|
|
color: #AAAAAA;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.post_no:hover {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32DD72 !important;
|
2013-08-01 03:30:45 -04:00
|
|
|
text-decoration: underline overline;
|
|
|
|
}
|
|
|
|
div.post.reply {
|
|
|
|
background: #333333;
|
|
|
|
border: #555555 1px solid;
|
2013-08-01 23:43:20 -04:00
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
-khtml-border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
2013-07-27 02:34:15 -04:00
|
|
|
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
|
|
|
div.post.reply.highlighted {
|
2013-07-27 02:34:15 -04:00
|
|
|
background: #555;
|
2013-08-01 03:30:45 -04:00
|
|
|
border: transparent 1px solid;
|
|
|
|
}
|
|
|
|
div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
|
|
|
color: #CCCCCC;
|
|
|
|
}
|
|
|
|
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32DD72;
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
|
|
|
p.intro span.subject {
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #446655;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
p.intro span.name {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32DD72;
|
2013-08-01 03:30:45 -04:00
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
p.intro a.capcode, p.intro a.nametag {
|
|
|
|
color: magenta;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32ddaf;
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
|
|
|
input[type="text"], textarea, select {
|
|
|
|
background: #333333;
|
|
|
|
color: #CCCCCC;
|
|
|
|
border: #666666 1px solid;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: -5px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
input[type="password"] {
|
|
|
|
background: #333333;
|
|
|
|
color: #CCCCCC;
|
|
|
|
border: #666666 1px solid;
|
|
|
|
}
|
|
|
|
form table tr th {
|
|
|
|
background: #333333;
|
|
|
|
color: #AAAAAA;
|
|
|
|
font-weight: 800;
|
|
|
|
text-align: left;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
div.banner {
|
2013-07-27 02:34:15 -04:00
|
|
|
background: #32DD72;
|
|
|
|
color: #000;
|
2013-08-01 03:30:45 -04:00
|
|
|
text-align: center;
|
|
|
|
width: 250px;
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2013-07-27 02:34:15 -04:00
|
|
|
div.banner a {
|
2013-08-01 23:43:20 -04:00
|
|
|
color:#000;
|
2013-07-27 02:34:15 -04:00
|
|
|
}
|
2013-08-01 03:30:45 -04:00
|
|
|
input[type="submit"] {
|
|
|
|
background: #333333;
|
|
|
|
border: #888888 1px solid;
|
|
|
|
color: #CCCCCC;
|
|
|
|
}
|
|
|
|
input[type="submit"]:hover {
|
|
|
|
background: #555555;
|
|
|
|
border: #888888 1px solid;
|
2013-07-27 02:34:15 -04:00
|
|
|
color: #32DD72;
|
|
|
|
}
|
|
|
|
input[type="text"]:focus {
|
2013-08-01 23:43:20 -04:00
|
|
|
border:#aaa 1px solid;
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
|
|
|
p.fileinfo a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
span.trip {
|
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
div.pages {
|
|
|
|
color: #AAAAAA;
|
|
|
|
background: #333333;
|
|
|
|
border: #666666 1px solid;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
div.pages a.selected {
|
|
|
|
color: #CCCCCC;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
border: #333333 1px solid;
|
|
|
|
}
|
|
|
|
div.boardlist {
|
|
|
|
color: #999999;
|
2013-08-01 23:43:20 -04:00
|
|
|
background-color: rgba(12%, 12%, 12%, 0.10);
|
2013-08-01 03:30:45 -04:00
|
|
|
}
|
2013-07-27 02:34:15 -04:00
|
|
|
|
2013-08-01 03:30:45 -04:00
|
|
|
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;
|
|
|
|
}
|
2013-07-27 02:34:15 -04:00
|
|
|
|
|
|
|
.desktop-style div.boardlist:nth-child(1) {
|
|
|
|
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-12-27 18:53:42 -05:00
|
|
|
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
2013-07-27 02:34:15 -04:00
|
|
|
background-color: rgba(30%, 30%, 30%, 0.65);
|
2013-08-01 23:43:20 -04:00
|
|
|
}
|
2013-08-19 12:13:00 -04:00
|
|
|
|
|
|
|
div.report {
|
|
|
|
color: #666666;
|
|
|
|
}
|