/*Why are you looking at our CSS? You tryna' steal?
          /watch?v=2faOHCNFB6o
  Just listen to that instead of stealing our CSS*/

/*Body*/
html, body {
    background: black;
    color: white;
    margin: 0 8px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Terminal", monospace, serif;
}
html a { color: white; }
html a:link { color: white; }
html a:visited { color: gray; }


/* Header */
header h1, div.subtitle {
text-shadow: 5px 5px 5px #00CC00;
}

hr {
border-top: solid 1px DarkGray;
}
body div.boardlist {
color:#999999;
font-size:9pt;
margin-top:3px;
}

body div.boardlist a {
background-color: black;
color: #00ff00;
}
.desktop-style div.boardlist:nth-child(1) {
    background-color: black;
    border-bottom: 1px solid transparent;
}
/*srsly, stahp stealing bro. */
body div.boardlist .sub {
background-color: black;
}
img.board_image {
padding: 1px;
}
img.banner,img.board_image {
  display: block;
  border: 1px solid #a9a9a9;
  margin: 12px auto 0 auto;
}

header div.subtitle, h1{
color: #00ff00;
}

header {
background-color: black;
color: white;
}

div.banner {
background-color: #00ff00;
}

div.ban {
color: black;
}

span.MathJax_SVG {
text-shadow: 5px 5px 5px #00CC00;
}


/* Reply/New topic form */
form table tbody tr th {
background: Gray;
color: #00ff00;
}
/* Posts */
div.post.reply {
background-color: gray;
color: #00ff00;
}
div.pages {
background-color: black;
color: #00FF00;
}
div.pages a {
color: #00FF00;
}
div.pages a.selected {
color: white;
}
div.post.reply {
border: #282828 1px solid;
border-radius: 5px;
box-shadow: 5px 5px 5px #585858;
}
div.post.reply.highlighted {
background-color: #DCDCDC;
color: #00DD00;
}

div.post.reply.highlighted p.intro span.capcode {
color: red;
}

div.post.reply.highlighted p.intro a {
color: black;
}
 /* I'm almost tempted to change the background color of the one above to the annoying mint color that is #ccffcc, but I won't. */
span.quote {
color: #33CCCC;
}
/*So, I guess there's just no talking you out of it, huh?*/
/*Blotter*/
div.blotter {
color: #00ff00;
text-shadow: 5px 5px 5px #00CC00;
font-family: "Terminal", monospace, Serif;
}
div.blotter span.MatJax_SVG {
text-shadow: 5px 5px 5px #00CC00;
}

/* Anything below this line won't always be seen. This includes Tripcodes, Capcodes, special events, etc. */

p.intro span.capcode {
color: gold;
}
p.intro span.subject {
color: green;
}
p.intro span.name {
color: #00ff00;
}
pre.prettyprint.prettyprinted {
background-color: #EFEFEF;
}
/* GET event idea taken from /TeX/, thanks /TeX/! */
a[href$="11"]:after, a[href$="22"]:after, a[href$="33"]:after, a[href="44"]:after, a[href$="55"]:after, a[href$="66"]:after, a[href$="77"]:after, a[href$="88"]:after, a[href$="99"]:after, a[href$="00"]:after  {
content: " CHECK'EM ";
font-family: "Comic Sans MS", Monospace, serif;
color: white;
animation: getflash 1.1s linear infinite!important;
-webkit-animation: getflash 1.1s linear infinite!important;
}

@-webkit-keyframes getflash {
    0%   {background:cyan; left:0px; top:3px;}
    25%  {background:black; left:3px; top:0px;}
    50%  {background:blue; left:0px; top:3px;}
    75%  {background:white; left:3px; top:0px;}
    100% {background:red; left:0px; top:0px;}
}

@keyframes getflash {
    0%   {background:cyan; left:0px; top:3px;}
    25%  {background:black; left:3px; top:0px;}
    50%  {background:blue; left:0px; top:3px;}
    75%  {background:white; left:3px; top:0px;}
    100% {background:red; left:0px; top:0px;}
} 



/*You just had to take all of it. You couldn't be satisfied with just a simple cursor or body styling, you had to go for it all. I hope you feel superior. I hope you feel like Michael Vick.*/

/*Anything below this line IS NOT active, and will not be, it is simply used as a template to make things easier for me. */

/* You might as well go and steal this stuff too you filthy pirate*/

/* use custom cursor
body {
cursor: url(urlhere), progress!important;
}*/

/* 

\----------------------/
###Credits and info####
/----------------------\
## CSS made by Lulzman 
Created for /csp/ of 8chan
\----------------------/   

*/