h1,div.subtitle{
    -webkit-animation:colorRotate 6s linear 0s infinite;
    -moz-animation:colorRotate 6s linear 0s infinite;
    -o-animation:colorRotate 6s linear 0s infinite;
    animation:colorRotate 6s linear 0s infinite;
}

@-webkit-keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    } 16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@-moz-keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@-o-keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@keyframes colorRotate {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}
body {
background: url() bottom right / auto no-repeat fixed border-box padding-box #000000;
color: #909090;
}
* {
font-family: Arial;
font-size: 9.3pt;
}
h1 {
color: #FFFFFF;
font-size: 24pt;
}
header div.subtitle {
font-size: 13px;
font-weight: bold;
color: #9600FF;
margin: 1em 0;
}
a, a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
div.banner {
background-color: #000000;
color: #909090;
font-weight: normal;
}
form table tr th {
background: #202020;
color: #9600FF;
padding: 2px 5px;
border: 1px solid #9600FF;
}
input[type="text"], input[type="password"], textarea, input[type="submit"], input[type="file"] {
background-color: #101010;
color: #FFF;
border: 1px solid #9600FF;
}
p.intro span.name {
font-size: 9pt;
font-weight: bold;
color: #9600FF;
margin-bottom: -2px;
line-height: 0;
}
p.fileinfo span.unimportant, p.fileinfo a {
font-size: 10pt;
}
div.post.reply {
background: #202020;
color: #A0A0A0;
border: 1px solid #9600FF;
}
div.post.reply.post-hover {
border-width: 1px;
border-style: none solid solid none;
border-color: #101010;
}
div.post.reply div.body a {
color: #FFFFFF;
}
div.post.reply div.body a:hover {
color: #A0A0A0;
text-decoration: underline;
}
div.post.reply.highlighted {
background: #111111;
}
p.intro a.email span.name {
color: #9600FF;
}
p.intro a.email:hover span.name {
color: #9600FF;
text-decoration: underline;
}
p.intro span.subject {
color: #00ffee;
}
div.pages {
background: transparent;
border: 2px solid #9600FF;
color: #FFFFFF;
}
div.pages a.selected {
color: #A0A0A0;
}
div.pages a:hover {
text-decoration: underline;
}
hr {
border-top: 2px solid #9600FF;
border-bottom: #000000;
}
div.boardlist {
font-size: 10pt;
color: #9600FF;
padding: 8px;
}
div.boardlist a:hover {
text-decoration: underline;
}
div#playerW {
display: none !important;
}
.desktop-style div.boardlist:nth-child(1) {
background-color: #000000;
}
.desktop-style div.boardlist:nth-child(1):hover {
background-color: #000000;
}
span.trip {
font-size: 9pt;
color: #9600FF;
}
span.quote {
font-size: 9.3pt;
color: #9600FF;
}
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
font-size: 10pt;
color: #ff0000;
font-weight: bold;
}
div.blotter {
color: #9600FF;
font-weight: bold;
text-align: center;
font-size: 18px;
}
div.thread:hover {
border-color: #9600FF;
}
span.heading {
color: #ff0000;
font-size: 11pt;
font-weight: bold;
}
.post-image {
display: block;
float: left;
margin: 5px 20px 10px 20px;
border: 2px solid #9600FF;
background-color: #FFFFFF;
}
.theme-catalog div.thread {
display: inline-block;
vertical-align: top;
text-align: center;
font-weight: normal;
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
height: 300px;
width: 205px;
overflow: hidden;
position: relative;
font-size: 11px;
max-height: 300px;
background: ;
border: 1px solid #9600FF;
max-height: 300px;
}
.theme-catalog div.thread:hover {
background: #000000;
border-color: #9600FF;
}
img.banner, img.board_image {
display: block;
border: 1px solid #9600FF
}