* {font-family: "Comic Sans MS", "Comic Sans", sans-serif;}

label:not(:has(span.capcode)) span.name {
color:#00BF3A !important;
 
}

form table tr th{
 background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

div.post {
  color: #000;
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
}

div.post.reply {
  color: #000;
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  body {
  background: #A0D1FF;
  background-image: url('/static/pinamobile.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
}

@media only screen and (min-width: 768px) {
body {
  background: #A0D1FF;
  background-image: url('/static/pinadesktop.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  max-width: 100%;
  height: auto;
}
}

div.post.reply.highlighted {
background: linear-gradient(0deg, rgba(123,61,170,1) 0%, rgba(255,136,38,1) 100%);
}

.boardlist {
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

div.pages.top {
    background: #83BDD5;
}

div.pages {
    background: #83BDD5;
}

h1 {
  color: #0AFCF8; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

div.dropzone-wrap {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

div#news {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
border-radius: 25px;
}

div.mix {
background: linear-gradient(to bottom, rgba(184,225,252,0.75) 0%,rgba(169,210,243,0.75) 10%,rgba(144,186,228,0.75) 25%,rgba(144,188,234,0.75) 37%,rgba(144,191,240,0.75) 50%,rgba(107,168,229,0.75) 51%,rgba(162,218,245,0.75) 83%,rgba(189,243,253,0.75) 100%);
}

td#upload_selection {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

div#post-moderation-fields {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

span#thread-links {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

span#updater {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

div#thread_stats {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

fieldset {
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

span.quote {
font-weight: bold;
color: green;
}