/* General */
 
body {
  background: linear-gradient(to bottom, white, rgba(195,225,255,100) 2%);
}

a:not(#favorite-star), a:visited, h2 {
color:#1E2D3B!important;
}
 
a:not(#favorite-star):hover {
color:#4C7AA8!important;
}

div.blotter, .intro span.name, .quote {
  color: #af0a0f;
}

/* Thread */
div.post.reply {
  border-color: black;
  border-top-right-radius: 6px;
  background-color: #FFE4B5;
}
 
  div.post.reply.highlighted {
  background-color: white;
}
 
/* Boardlist */
 
div.boardlist.bottom {
  background-color: #C3E1FF;
}
 
/* 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: #FFE4B5;
}
 
/* 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 
*/

.announcement{
       display: none!important;
    }

    footer {
       display: none!important;
}

div a img {display:none;}
.thread-image, .full-image {display:block;}