blob: e9ce92bdc68543d3208b8e75d4a8838f7b8813e7 (
plain) (
tree)
|
|
body,
textarea {
color: #111;
}
body {
background: #b1d9ae;
}
a,
a .name,
#n2,
h3,
h5,
#size {
color: #4e993f;
}
a:active,
a:active .name,
#n2:active {
color: #004d00;
}
input[type="submit"],
input[type="button"],
button {
border: 1px outset #b3ffbf;
background: #daffe0;
}
#main_nav {
background: #fff;
border-bottom: 1px solid #4e993f;
}
h1 {
color: #fff;
}
#titlebox {
background: #7dbc73;
border: 1px solid #d9f0d8;
box-shadow: 1px 1px #537e4c;
}
#titlebox .innerbox {
background: none;
border: 0;
box-shadow: none;
}
.innerbox {
background: #ddf4e1;
border: 0;
box-shadow: 1px 1px #7d8f80;
}
#threadlist {
border: 1px inset #daffe0;
}
#threadlist a {
border: 1px outset #daffe0;
}
body.threadpage, .thread .innerbox, #q-p {
background: #edfff0;
}
h4, .postform {
background: #daffe0;
border-right: 1px dotted #b3ffbf;
border-bottom: 1px dotted #b3ffbf;
color: #3cae4e;
}
.threadpage .threadlinks {
margin-top: 0;
}
.mainpage .postform, .postform {
padding: 0.5em;
}
.threadpage .postform {
margin-top: -0.55em;
}
.name,
.abbrev {
color: #009E25;
}
.name em {
color: #28370f;
}
.del a {
color: #3cae4e;
}
hr {
border: 0;
border-top: 2px solid #daffe0;
}
#lastposts {
color: #3cae4e;
}
.q {
color: #777;
}
.yt {
border: 1px solid #b3ffbf;
}
#q-p {
border: 1px solid #b3ffbf;
}
form .msg {
border: 1px dotted #b3ffbf;
background: #edfff0;
}
#threads th {
background: #ddf4e1;
}
#threads tr:nth-child(odd) {
background: #daffe0;
}
@media (max-width: 600px) {
#threadlinks {
margin-top: 0.25em;
}
}
|