body {
background: #FEE;
background-image: url('https://i.imgur.com/62pFMf9.png');
background-size: 240px 240px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
}
div.boardlist:not(.bottom) {
background-color: #F2E576!important;
border-bottom: 1px solid #F88!important;
color: #707;
text-align: center;
padding: 4px 96px;
opacity: 0.92;
}
a[title="Options"] {
position: absolute;
right: 12px;
}
h1 {
font-family: tahoma;
letter-spacing: -1px;
font-size: 24pt;
color: #B33
}
header div.subtitle {
font-size: 10pt;
}
div.banner {
background-color: #F2E576;
color: #B33;
font-size: 12pt;
}
div.banner a {
color: #707;
}
div.banner a:hover {
color: #FFF;
}
table * {
margin: 0px;
}
form table tr th {
background-color: #F88;
color: #FFF;
}
form table tr td, form table tr td a {
color: #707;
}
form table tr td > input:nth-child(2) {
position: relative;
top: -2px;  
}
hr {
border-color: #F88 !important;
}
a:link, p.intro, a.email, span.name {
text-decoration: inherit;
}
p.intro span.subject {
color: #000;
font-weight: bold;
}
p.intro, p.intro span.name {
color: #707;
}
p.intro a.email span.name {
color: #707;
text-decoration: underline;
-moz-text-decoration-color: #707;
text-decoration-color: #707;
}
div.post.op p.intro a.email:hover span.name {
color: #B33;
text-decoration: underline;
-moz-text-decoration-color: #B33;
text-decoration-color: #B33;
}
p.intro a.email:hover span.name {
color: #FFF;
text-decoration: underline;
-moz-text-decoration-color: #FFF;
text-decoration-color: #FFF;
}
 
div.post.reply {
background: #FFC4C4;
border-color: #F88;
}
div.post.reply.highlighted {
background: #F88;
border-color: #CC5D5D;
}
div.post.reply:not(.highlighted) span.quote, div.post.op span.quote {
color: #F0B;
}
div.post.reply.highlighted span.quote {
color: #FFF;
}
div.pages {
color: #707;
background-color: #FFC4C4;
}
p.unimportant {
color: #707;
}
#thread_9197, #reply_13213 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#reply_10865 {
animation: fug 4s infinite;
-webkit-animation: cfug 4s infinite;
}
#reply_12909 {
animation: figureeight 4s linear infinite;
-webkit-animation: cfigureeight 4s linear infinite;
}
#thread_15460 {
background-image: url('')
}
#thread_15460 [class='public_ban'] {
animation: love 1s infinite;
-webkit-animation: clove 1s infinite;
}
#thread_16076 [class='body'] {
animation: love 1s infinite;
-webkit-animation: clove 1s infinite;
}
#reply_17155 {
color: #00F;
position: relative;
left: 600px;
font-family:"Comic Sans MS", cursive, sans-serif;
font-size: 9px
}
#thread_15902 [href$="0"][onclick^='cite'][class='post_no']:after{
content:"0"!important;
}
#thread_15902 [href$="1"][onclick^='cite'][class='post_no']:after{
content:"1"!important;
}
#thread_15902 [href$="2"][onclick^='cite'][class='post_no']:after{
content:"2"!important;
}
#thread_15902 [href$="3"][onclick^='cite'][class='post_no']:after{
content:"3"!important;
}
#thread_15902 [href$="4"][onclick^='cite'][class='post_no']:after{
content:"4"!important;
}
#thread_15902 [href$="5"][onclick^='cite'][class='post_no']:after{
content:"5"!important;
}
#thread_15902 [href$="6"][onclick^='cite'][class='post_no']:after{
content:"6"!important;
}
#thread_15902 [href$="7"][onclick^='cite'][class='post_no']:after{
content:"7"!important;
}
#thread_15902 [href$="8"][onclick^='cite'][class='post_no']:after{
content:"8"!important;
}
#thread_15902 [href$="9"][onclick^='cite'][class='post_no']:after{
content:"9"!important;
}
[class*='mentioned-19989']:after, #reply_19989 [onclick^='cite'][class='post_no']:after, div.body [onclick*='19989']:after, [id*='post-hover-19989'] [onclick^='cite'][class='post_no']:after {
content:"9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999"!important;
}
[class*='mentioned-20000']:after, #op_20000 [onclick^='cite'][class='post_no']:after, div.body [onclick*='20000']:after {
content:" (â•¯Â°â–¡Â°)â•¯ï¸µ â”»â”"!important;
}
#reply_7570, #reply_7667, #reply_17255, #thread_18826 {
animation: ayylmao 20s infinite;
-webkit-animation: ayyylmao 20s infinite;
}
#reply_7570:after, #reply_7667:after, #reply_17255:after {
color: #FF0;
content:"AYY LMAO"
}
#reply_20002 {
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
}
#reply_20573 {
background-image: url('https://i.imgur.com/K13XwLC.png');
background-repeat: no-repeat;
background-position: center right;
}
@keyframes spin {
0% {
transform: rotate(0deg);
background-color: #F0F;
color: #00F
}
33% {
transform: rotate(120deg);
background-color: #0FF;
color: #F00
}
66% {
transform: rotate(240deg);
background-color: #FF0;
color: #0F0
}
100% {
transform: rotate(360deg);
background-color: #F0F;
color: #00F
}
-webkit-@keyframes cspin {
0% {
-webkit-transform: rotate(0deg);
-webkit-background-color: #F0F;
-webkit-color: #00F
}
33% {
-webkit-transform: rotate(120deg);
-webkit-background-color: #0FF;
-webkit-color: #F00
}
66% {
-webkit-transform: rotate(240deg);
-webkit-background-color: #FF0;
-webkit-color: #0F0
}
100% {
-webkit-transform: rotate(360deg);
-webkit-background-color: #F0F;
-webkit-color: #00F
}
@keyframes ayylmao {
0% {
transform: translateY(500px);
}
50% {
transform: translateY(-500px);
}
100% {
transform: translateY(500px);
}
-webkit-@keyframes ayyylmao {
0% {
-webkit-transform: translateY(500px);
}
50% {
-webkit-transform: translateY(-500px);
}
100% {
-webkit-transform: translateY(500px);
}
}
@keyframes fug {
0% {
transform: rotate(90deg);
}
100% {
transform: rotate(450deg);
}
}
@-webkit-keyframes cfug{
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vibrate {
25% {
transform: translateY(4px);
}
75% {
transform: translateY(-4px);
}
}
@-webkit-keyframes cvibrate {
25% {
-webkit-transform: translateX(8px);
}
75% {
-webkit-transform: translateX(-8px);
}
}
@keyframes figureeight {
0% {
transform: translate3d(0px,0px,0px);
}
12.5% {
transform: translate3d(200px,-200px,0px);
}
37.5% {
transform: translate3d(600px,200px,0px);
}
50% {
transform: translate3d(800px,0px,0px);
}
62.5% {
transform: translate3d(600px,-200px,0px);
}
87.5% {
transform: translate3d(200px,200px,0px);
}
}
@-webkit-keyframes cfigureeight {
0% {
-webkit-transform: translate3d(0px,0px,0px);
}
12.5% {
-webkit-transform: translate3d(200px,-200px,0px);
}
37.5% {
-webkit-transform: translate3d(600px,200px,0px);
}
50% {
-webkit-transform: translate3d(800px,0px,0px);
}
62.5% {
-webkit-transform: translate3d(600px,-200px,0px);
}
87.5% {
-webkit-transform: translate3d(200px,200px,0px);
}
}
@keyframes love{
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);}
}
@-webkit-keyframes clove{
from {
-webkit-color: rgb(255, 0, 0);}
16.6% {
-webkit-color: rgb(255, 0, 255);}
33.3% {
-webkit-color: rgb(0, 0, 255);   }
50% {
-webkit-color: rgb(0, 255, 255);}
66.6% {
-webkit-color: rgb(0, 255, 0);}
83.3% {
-webkit-color: rgb(255, 255, 0);}
to {
-webkit-color: rgb(255, 0, 0);}
}