body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
div.blotter {
  color:#FFD700;
  font-weight:bold;
  text-align:center;
}
body {
  background:url(http://i.imgur.com/AGPNVYk.jpg) 50% 0 repeat-x #212121;
  color:black;
  font-family:arial, helvetica, sans-serif;
  font-size:10pt;
  margin:0 4px;
  padding-left:4px;
  padding-right:4px;
}
header div.subtitle, h1 {
  color:#FFD700;
  text-align:center;
}
.desktop-style div.boardlist:nth-child(1) {
  background-color:black;
  border-bottom-style:solid;
border-radius: 10px;
  border-bottom-width:1px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 2px;
  left:0;
  margin-top:0;
  opacity:0.8;
  position:fixed;
  right:0;
  top:0;
  z-index:30;
}
style.css (line 580)
div.boardlist {
  color:#FFE400;
  font-size:9pt;
  margin-top:3px;
}
a, a:visited {
  color:#FFD700;
  text-decoration:underline;
}
body {
  color:#d6d6d6;
  font-family:arial, helvetica, sans-serif;
  font-size:10pt;
}
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  color:#F7C000;
  font-weight:bold;
  margin-left:0;
}
p.intro span.name {
  color:#CACACA;
  font-weight:bold;
}
p.intro span.subject {
  color:yellow;
  font-weight:bold;
}
div.post.reply {
  background:#10100D;
  border-color:black;
  border-style:none solid solid none;
  border-width:2px;
border-radius: 10px;
  display:inline-block;
  margin:0.2em 4px;
  max-width:94% !important;
  padding:0.2em 0.3em 0.5em 0.6em;
}
span.spoiler {
  background:gray;
  color:gray;
  padding:0 1px;
}
div.post.reply div.body a {
  color:yellow;
}
span.heading {
  color:#FFD700;
  font-size:11pt;
  font-weight:bold;
}
header div.subtitle, h1 {
  color:#FFAE00;
  text-align:center;
}
div.pages {
  background:black;
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-right-color:black;
  border-right-style:solid;
  border-right-width:1px;
  color:white;
  display:inline;
  padding:8px;
}
form table tr th {
  background:#121211;
}

span.quote {
  color:#FFD700;
}
div.post.reply.highlighted {
  background:#353431;
}
div.banner {
  background-color:#FFD700;
  font-size:12pt;
  font-weight:bold;
  margin:1em 0;
  text-align:center;
}
div.banner, div.banner a {
  color:black;
}

div.pages a.selected {
  color:white;
  font-weight:bolder;
}
div.module, div.ban {
  background:none;
  border:none;
  margin:30px auto;
  max-width:700px;
}
#options_div, #alert_div {
  background-color:#888;
  border:1px solid black;
  display:inline-block;
  margin-top:20px;
  position:relative;
}
p.intro a.email span.name {
  color:#efefef;
}
.post-image {
  border:none;
  border-radius:5px;
  display:block;
  float:left;
  margin:10px 20px;
 }
img.post-image {
-webkit-filter: sepia(100%);
filter: sepia(100%);
filter: sepia;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
img.post-image:hover {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
hr { border-style:double none none;
  border-top-color:#gold;
  border-top-width:medium;
  color:#gold;
  padding:0;
  text-align:center;
}