/* General */
 
body {
  background: linear-gradient(to bottom, white, rgba(255,225,195,100) 2%);
}
a:not(#favorite-star), a:visited, h2 {
color:#3B2D1E!important;
}
 
a:not(#favorite-star):hover {
color:#A87A4C!important;
}
div.blotter, .intro span.name {
  color: #AF0A0F;
}
.quote {
  color: #0F0AAF;
}
/* Thread */
div.post.reply {
  border-color: black;
  border-top-right-radius: 6px;
  background-color: #F5F0D7;
}
 
  div.post.reply.highlighted {
  background-color: white;
}
 
/* Boardlist*/
 
div.boardlist.bottom {
  background-color: #FFE1C3;
}
 
/* Pages */
/*
** Thanks to Anon for helping out with this one <3
*/
 
div.pages {
  color: black;
  border-color: black;
  border-top-right-radius: 6px;
  background-color: #F5F4E9;
}
 
/* QR */
/*
** This !important rule is actually important,
** without it the QR bar looks weird
*/
td.show-options-cell, span.handle, th {
  background-color: #F5FFFC !important;
}
 
/* What the fuck why is this black */
li {
  background-color: white !important;
}
 
li:hover{
  background-color: #DAF0EE !important;
}
/*
** Changes the sticky's color
** Change the number to change the post it affects.
*/
div#op_1 a.post_no {
color: #AF0A0F !important;
}
/*
** Changes the color of the little things between the threads
*/
hr {
border-color: #BA9B9E;
}
/** Removing some text, ads and buttons

*/

.ad-banner, div.thumbnail, footer, #\38 ch-bottom, .hide-thread-link, .announcement {

height: 0px!important;

display: none!important;

}