body,
textarea,
#lastposts #counter {
background: #00a;
color: #fff;
}
a,
#lastposts #n2 {
color: #ff0;
text-decoration: none;
}
a:focus,
a:active,
#n2:active {
background: #f00;
color: #fff;
outline: 0;
}
.mainpage .threadlinks a:before,
#threadlinks a:before,
#lastposts a:before,
#lastposts label:before {
content: "▶ ";
}
input[type="text"],
textarea,
select {
background: #00a;
border: 1px solid #fff;
color: #fff;
}
input[type="submit"],
input[type="button"],
button {
background: #fff;
border: 1px solid #fff;
color: #000;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
button:active,
select:focus {
background: #000;
border: 1px solid #000;
color: #fff;
}
::selection {
background: #fff;
color: #000;
}
::-moz-selection {
background: #fff;
color: #000;
}
hr {
display: none;
}
#main_nav,
#thread_nav {
background: linear-gradient(270deg, #0000ff, #000000, #0000ff);
background-position: 0% 50%;
-webkit-animation: bios 6s linear infinite;
-moz-animation: bios 6s linear infinite;
animation: bios 6s linear infinite;
background-size: 500% 500%;
}
@-webkit-keyframes bios {
0% {
background-position: 0% 0%;
}
50% {
background-position: 250% 0%;
}
100% {
background-position: 500% 0%;
}
}
@-moz-keyframes bios {
0% {
background-position: 0% 0%;
}
50% {
background-position: 250% 0%;
}
100% {
background-position: 500% 0%;
}
}
@keyframes bios {
0% {
background-position: 0% 0%;
}
50% {
background-position: 250% 0%;
}
100% {
background-position: 500% 0%;
}
}
#main_nav a,
#thread_nav a,
.threadpage .threadlinks a {
color: #fff;
text-decoration: underline;
}
#main_nav .cur_brd {
background: #fff;
color: #00a;
text-decoration: none;
}
#thread_nav {
margin: -8px -8px 8px;
padding: 3px 8px;
}
.outerbox,
.mainpage .thread,
#threadlist {
border: 3px double #fff;
}
#threadlist a {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
h4 {
background: #fff;
color: #00a;
}
h4 a,
a .name {
color: #000;
}
h4 a:active,
h4 a:focus,
a:active .name,
a:focus .name {
color: #fff;
}
.name em {
background: #fff;
color: #00f;
}
.q,
.abbrev {
color: #5cf;
}
.yt {
border: 1px solid #ff0;
}
.yt:active {
background: #f00;
border: 1px solid #f00;
color: #fff;
}
.msg hr {
display: block;
}
#q-p {
background: #00a;
border: 1px solid #fff;
box-shadow: 1em 1em #000;
padding: 0;
}
#lastposts {
border-top: 1px solid #fff;
color: #00a;
padding: 0.5em;
}
.mainpage .threadlinks {
margin-top: 0.5em;
}
.formpad {
padding-left: 0;
}
.mainpage .postform {
border: 1px solid #fff;
padding: 0.5em;
}
.threadpage .postform {
border-top: 1px solid #fff;
padding-top: 0.5em;
}
form .msg {
border: 3px double #fff;
}
#threads {
border-collapse: collapse;
}
#threads th, #threads td {
border-bottom: 1px solid;
}