<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Potta One';
    src: url('/static/fonts/PottaOne-reg.ttf') format('truetype');
    font-style: normal;
}

/*board body stuff*/

body {
    background: url(/static/nuscene/gothqueen.gif);
    font-family: 'Potta One', sans-serif;
    color: #FF69B4;

}

span.quote {
    color: #FF7EB3;
}


a, a:visited {
    color: #ADFF2F;
}

a:hover {
    color: #FF00FF;
}

div.post.reply div.body a {
    color: #ADFF2F;
}

.intro span.subject {
    color: #FF00FF; 
}


div.banner {
    background-color: rgba(26, 26, 26, 1);
  background: url(/static/nuscene/checkers.jpg);
    color: #ffffffff;
	  text-shadow: 1px 1px 2px #000000;
}


div.thread {
  background-color: #23161d;
  background-image: url(/static/nuscene/starscape.gif);
  border: 2px solid #383838;
}

div.thread:hover {
  border-color: #ff9900;
}

hr {
    border-top: 1px solid #ADFF2F; 
}


.post div.body {
    border-radius: 15px;
    color: turquoise;
}


.intro span.name {
    color: gold;
}

form table tr th {
    background: #000;
}

div.post.reply {
    background: rgba(255, 255, 255, 0.8) url(/static/nuscene/leopard.gif) no-repeat center center;
     background-size: cover;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    color: #FF69B4;
    text-shadow: 1px 1px 2px #000000;
}

form input[type="text"], form input[type="password"], form textarea {
    background-color: #800080;
    color: #FF69B4;
    border: 2px solid #FF00FF; 
}

form input[type="submit"] {
    background-color: #FF00FF;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px #ADFF2F;
}


h1, h2 {
    color: #FF00FF;
    text-shadow: 2px 2px 3px #000000, 0 0 25px #FF00FF; 
    font-family: 'Potta One', sans-serif; 
}



div.post.reply.highlighted {
  background: rgba(0, 0, 0, 0.8) url(/static/nuscene/leopard_Invert.gif) no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    color: #333333; 
    text-shadow: 1px 1px 2px #FF69B4;
}

.post.reply table.test {
    border: 2px solid #ffd1dc;
    background-color: #c50576;
    border-radius: 15px;
}

img {
    filter: sepia(100%) contrast(200%) brightness(66%) saturate(3) hue-rotate(280deg);
}

.post-image {
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); /* Polygon for star shape */
transition: filter 0.3s ease, clip-path 0.3s ease;
}


/*revert to on hover */
img:hover {
    filter: none; 
}

.post-image:hover {
clip-path: none;
}



/*navbar*/
div.pages {
    display: block;
    position: static;
    background: linear-gradient(45deg, #FF69B4, #ADFF2F);
    color: #FFFFFF; 
    text-shadow: 2px 2px 4px #000000, 0 0 8px #FF00FF;
    padding: 6px;
    border: 8px solid #FF00FF; 
    border-radius: 16px; 
    max-width: 250px;
    opacity: 0.95; 
    text-align: center !important;
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.8), 0 0 15px rgba(173, 255, 47, 0.7); 
    transition: all 0.3s ease-in-out;
}

div.pages:hover {
    background: linear-gradient(45deg, #ADFF2F, #FF69B4); 
    border-color: #00FF00; 
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.8), 0 0 25px rgba(255, 0, 255, 0.8); 
    transform: scale(1.05); 
}



/*scrollbar*/
::-webkit-scrollbar {
    width: 18px;
    background-color: #000000;
}

::-webkit-scrollbar-track {
    background: linear-gradient(45deg, #FF69B4, #4B0082, #0000FF, #ADFF2F, #FF9F00, #FF0000);
    border-radius: 18px; 
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    background-color: #FF00FF;
    border-radius: 14px;
    border: 3px solid #000000;
    box-shadow: 0 0 10px rgba(255, 20, 147, 0.8);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #00FF00; 
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.8);
}

/* Optional*/
::-webkit-scrollbar-corner {
    background-color: #FF69B4;
}


/*Static Pages*/
div.ban {
background-color: #23161d;
  background-image: url(/static/nuscene/starscape.gif);
  border: 2px solid #383838;
  padding: 6px;
  border-radius: 8px;max-width: 940px;
  text-shadow: 1px 1px 2px #000000;
}

div.ban h2, div.ban h {
 background: url(/static/nuscene/checkers.jpg);
 color: white !important;
    font-size: 14pt;
}

    /* Hidden*/
div.boardlist.bottom {
   visibility: hidden !important;}
</pre></body></html>