body {
background: #004608;
color: #fff;
}
a,
a .name,
#n2 {
color: #fff;
}
a:active,
a:active .name,
#n2:active {
color: #ff0;
}
hr {
border: none;
height: 0.5em;
background-image: repeating-linear-gradient(
140deg,
#f00 0px,
#f00 10px,
#fff 10px,
#fff 20px
);
}
h2 {
margin-bottom: 0;
}
h2 a,
h2 a:active,
h3,
#size {
color: #fff;
text-decoration: none;
}
input,
input[type="text"],
textarea,
select {
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
input[type="text"] {
background-image: repeating-linear-gradient(
25deg,
#f00 0px,
#f00 10px,
#fff 10px,
#fff 20px
);
border: 0;
box-shadow: 1px 1px #000;
}
input[name="subject"] {
background-image: repeating-linear-gradient(
135deg,
#ffbebe 0px,
#ffa4a4 20px,
#fff 20px,
#fff 40px
);
}
input[type="submit"],
input[type="button"],
button {
background: #184238;
color: #fff;
border-top: 1px solid #6ea699;
border-left: 1px solid #6ea699;
border-bottom: 1px solid #00281f;
border-right: 1px solid #00281f;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
background: #0e2620;
color: #888;
border-top: 1px solid #00281f;
border-left: 1px solid #00281f;
border-bottom: 1px solid #6ea699;
border-right: 1px solid #6ea699;
}
input[type="file"] {
border: none;
}
#main_nav {
background: #1d7548;
}
#titlebox {
margin-bottom: 0;
border-bottom: 0;
}
.outerbox,
.replies,
.thread .postform,
.threadpage .postform,
#threads th {
background: #b00000;
border-top: 1px solid #ff8080;
border-left: 1px solid #ff8080;
border-bottom: 1px solid #410000;
border-right: 1px solid #410000;
}
.replies,
#q-p .reply,
#threads td {
background: #078b26;
border-top: 1px solid #60cd7a;
border-left: 1px solid #60cd7a;
border-bottom: 1px solid #002b0a;
border-right: 1px solid #002b0a;
}
#settings {
border-bottom: 8px solid #078b26;
}
#threadbox {
border-top: 0;
}
.outerbox {
background: #b00;
}
.outerbox .innerbox,
#createbox .innerbox {
margin: 0;
padding: 8px;
}
.links {
background: #078b26;
}
#threadlist {
background: #9f0000;
border: 1px solid #642929;
}
#threadlist a {
border-right: 1px solid #642929;
border-bottom: 1px solid #642929;
}
h4 {
background: #02bf31;
padding: 2px;
}
.reply:nth-child(odd) h4 {
background: #832f10;
}
.reply.deleted h4 {
color: #777;
}
.name em {
color: #ff0;
}
.q,
.abbrev {
color: #ceb700;
}
.yt {
background: #06711f;
border: 1px solid #ccc;
}
.postform {
color: #d3f8d3;
padding: 8px;
}
form .msg {
background: #078b26;
border: 1px dashed #fff;
color: #fff;
}
#q-p {
box-shadow: 2px 2px #000;
padding: 0;
}
@media (max-width: 600px) {
#createbox,
.innerbox,
#threadbox {
margin: 0;
padding: 0;
}
#threadbox .innerbox {
padding: 8px 5px 5px;
}
h2 {
text-align: center;
}
form .msg {
margin: 4px 0 0;
}
.reply.deleted {
margin-bottom: 0;
}
.mainpage .postform {
padding: 4px;
}
#createbox .innerbox {
padding: 0.5em !important;
}
}