/* Remember to delete the old stylesheet */
 
body {
background-image:url('https://i.imgur.com/EGpVGyS.gif');
background-repeat:no-repeat;
background-size:auto;
background-position:right bottom;
background-attachment:fixed;
}
 
 
}
body:not(.theme-catalog) div.thread:not(#thread_1):not(#thread_2) .body{
    clear:left;
}
 
span.capcode {
    font-size: 0px;
}
 
span.capcode::before {
    font-size: 11pt;
    content: "## Meme Master";
    font-weight: bold;
}
 
span.capcode::after {
    font-size: 9pt;
    content: "...";
        margin-left: 3px;
    font-weight: bold;
background-image:url('https://i.imgur.com/SvbfttS.gif');
background-repeat:no-repeat;
}
 
body { font-family:Comic Sans, Comic Sans MS, cursive;
}
 
p.intro img.flag:hover, img.flag:focus, img.flag:active {
    animation:flaghover 1.5s linear 0s infinite;
    -o-animation:flaghover 1.5s linear 0s infinite;
    -moz-animation:flaghover 1.5s linear 0s infinite;
    -webkit-animation:flaghover 1.5s linear 0s infinite;
}
 
@keyframes flaghover {
    10% {
        transform: translateZ(0);
    }
    20% {
        transform: rotate(-360deg);
    }
    60% {
        transform: rotate(-180deg);
    }
}
@-o-keyframes flaghover {
    10% {
        transform: translateZ(0);
    }
    20% {
        transform: rotate(-360deg);
    }
    60% {
        transform: rotate(-180deg);
    }
}
@-moz-keyframes flaghover {
    10% {
        transform: translateZ(0);
    }
    20% {
        transform: rotate(-360deg);
    }
    60% {
        transform: rotate(-180deg);
    }
}
@-webkit-keyframes flaghover {
    10% {
        transform: translateZ(0);
    }
    20% {
        transform: rotate(-360deg);
    }
    60% {
        transform: rotate(-180deg);
    }
}
 
 
img.board_image {
  margin: 35px auto 5px;
  animation: bannerspinner 1s linear infinite;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  img.board_image {
    -webkit-animation: cbannerspinner 2s linear infinite;
  }
}
@keyframes bannerspinner{
  0% {
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    transform: perspective(400px) rotateY(360deg);
  }
}
@-webkit-keyframes cbannerspinner{
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(360deg);
  }
}
 
span.heading {
font-size: 13px; 
white-space: nowrap;
 background: linear-gradient(to right, #ff0000, #ffa600, #fff500, #06ff00, #00c9ff, #2300ff, #ff00fa, #ff0000);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  /* chrome needs this */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: autism4 1s linear infinite;
}
@keyframes autism1 {
  from {
      color: rgb(255, 0, 0);
  }
  16.6% {
      color: rgb(255, 0, 255);
  }
  33.3% {
      color: rgb(0, 0, 255);
  }
  50% {
      color: rgb(0, 255, 255);
  }
  66.6% {
      color: rgb(0, 255, 0);
  }
  83.3% {
      color: rgb(255, 255, 0);
  }
  to {
      color: rgb(255, 0, 0);
  }
}
@keyframes autism2 {
  0%{
    background-position-x:0%;
  }
  100% {
    background-position-x:100%;
  }
}
@keyframes autism3 {
  0%   {background-position:  0% 50%}
  50%  {background-position:100% 50%}
  100% {background-position:  0% 50%}
}
@keyframes autism4 {
  to {
    background-position: 200% center;
  }
}
 
/* Created by c0debuddy */
 
a[href$="mailto:red"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:red"]:after {
    font-size: 13px;
    color: red;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:blue"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:blue"]:after {
    font-size: 13px;
    color: blue;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:black"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:black"]:after {
    font-size: 13px;
    color: black;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:white"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:white"]:after {
    font-size: 13px;
    color: white;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:purple"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:purple"]:after {
    font-size: 13px;
    color: purple;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:pink"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:pink"]:after {
    font-size: 13px;
    color: pink;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:brown"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:brown"]:after {
    font-size: 13px;
    color: brownr;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:yellow"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:yellow"]:after {
    font-size: 13px;
    color: yellow;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:green"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:green"]:after {
    font-size: 13px;
    color: green;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:grey"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:grey"]:after {
    font-size: 13px;
    color: grey;
    content: "Le Anonymous Poster";
}
 
a[href$="mailto:orange"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:orange"]:after {
    font-size: 13px;
    color: orange;
    content: "Le Anonymous Poster";
}
 
 
a[href$="mailto:turquoise"] {
    font-size: 0px;
    text-decoration: none;
    font-weight: bold;
}
 
a[href$="mailto:turquoise"]:after {
    font-size: 13px;
    color: turquoise;
    content: "Le Anonymous Poster";
}
 
a[href$="00"]::after, 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 {
content: " CHECKEM ";
animation: myfirs 12s linear infinite!important;
-webkit-animation: myfirst 12s linear infinite!important;
}
 
[id$="000"], [id$="111"], [id$="222"], [id$="333"], [id$="444"], [id$="555"], [id$="666"], [id$="777"], [id$="888"], [id$="999"] {
background:url(https://i.imgur.com/r7xrDFI.gif)!important;
animation: spin 30s linear infinite !important;
-webkit-animation: spin 30s linear infinite !important;
font-size:large !important;
}
 
.announcement {
 display: none;
}
 
.boardlist.bottom {
  color:#81a2be;
  display: none;
}
 
#treeview {
display: none;
}
#gallery-view{
display: none;
}
 
.ad-banner {
display: none;
}
 
.post-table th, .post-table-options th {
    background-color: #98E;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 0 5px;
    font-size: 10pt;
}
 
div.post.reply {
     border: 7px solid transparent;
    padding: 3px;
    -webkit-border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
    -o-border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
    border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
}
 
    }