/* I want to explain that I don't actually know CSS, and that I spent all night looking at the stylesheets of /ebola/, /halfchan/, and /css/ to make this. It was mostly a matter of copypasting and switching one color code for another. */
body {
  margin: 0;
  padding: 0;
  background: none;
  background-color: #ffffff;
  overflow-y: scroll;
}
div.boardlist:not(.bottom) {
background-color: #ffffff!important;
}
div.banner {
  background-color: #D4A1D4;
}
header h1 {
  text-align: center
  display: inline-block;
  letter-spacing: -1px;
  font-size: 30pt;
  font-weight: 700;
  font-family: "Times New Roman";
  color: gold;
}
header div.subtitle {
  text-align: center
  display: inline-block;
  font-size: 12pt;
  font-family: "Times New Roman";
  color: black;
}
div.blotter {
  color: black;
  font-weight: bold;
  text-align: center;
}
span.heading {
  color: #000;
  font-size: 11pt;
  font-weight: bold;
}
div.post.reply div.body a {
    color: orange;
}
div.post.reply {
background: #efeded;
border-color: #eeeeee;
}
div.post.reply.highlighted {
background: #99A9FF;
border-color: #5B7EB1;
}
p.intro span.subject {
  font-size: 11pt;
  margin-right: 5px;
  color: #dbc601;
}
p.intro span.name {
  color: #7979E9
}
p.intro, p.intro span.capcode {
color: #D0B200;
}
p.intro, p.intro span.time {
color: #000;
}
form table tr th {
background-color: gold;
color: #000;
border-color: gold !important;
}
span.spoiler {
  background: #D4A1D4;
  color: #D4A1D4;
  padding: 0 1px;
}
span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  color: black;
}
div.ban h2{
  background-image: url('https://i.imgur.com/Iaf3rNa.jpg');
}
div.ban {
  font-size: 11pt;
  font-family: "Times New Roman";
  background-color: #E0EBEB
}