<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Patriotism/Clownpiece theme - Retry 1776
Arcana: XVII. The Star (Reversed) 
Alignment: Pumpkin/Full - Harvest Moon
Kyahahaha! All rise for a survival card with no salvation!
If you're trying to safely navigate the pattern with the cursor, perhaps you're already on the cusp of going mad.
meiQts 25.7.03
*/


@font-face {
    font-family: 'Meiryo';
    src: url('/static/fonts/meiryo.ttf') format('truetype');
    font-style: normal;
}


@keyframes clownLaser {
  0% {
    background-position: 0 0;
    opacity: 0.9;
    transform: scaleX(1);
  }
  45% {
    opacity: 0.8;
    transform: scaleX(1.01);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.04); 
  }
 45% {
    opacity: 0.5;
    transform: scaleX(1.01);
  }
  48% {
    opacity: 0;
    transform: scaleX(1);
  }
  55% {
    opacity: .07;
    transform: scaleX(1);
  }
  58% {
    opacity: 0.10;
  }
  64% {
    opacity: 0.8;
  }
  100% {
    background-position: 0 256px;
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@keyframes starFall{
  0% { background-position: 0 0; }
  50%   { background-position: 25% 333px; }
  100% { background-position: 0 776px;  }

}


@keyframes bounceX {
  from { left:-25vw; }
  to   { left: 25vw; }
}

@keyframes bounceY {
  from { top: -25vh; }
  to   { top: 25vh; }
}

@keyframes spinMoon {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


@keyframes lunarScroll {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 2560px;
  }
}






body {
  background:
    url('/static/themes/reverse/star/clappy.gif') no-repeat center top,
  url('/static/themes/reverse/star/erf.png') no-repeat center top,
    url('/static/threshold/space.png'),
    #040404; 
  background-attachment: fixed;
  color: #f2f2f2;
font-family: 'Meiryo';
}


body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(241, 28, 28, 0.00) 0px,
    rgba(241, 28, 28, 0.00) 64px,
    rgba(241, 28, 28, 0.85) 84px,
    rgba(255, 222, 222, 0.85) 112px,
    rgba(255, 255, 255, .90) 120px,
    rgba(255, 255, 255, .90) 128px,
    rgba(255, 255, 255, .90) 136px,
    rgba(255, 222, 222, 0.85) 144px,
    rgba(241, 28, 28, 0.85) 172px,
    rgba(241, 28, 28, 0.00) 192px,
    rgba(241, 28, 28, 0.00) 256px
  );
  background-size: 100% 256px;
  animation: clownLaser 11s linear infinite;
  mix-blend-mode: screen;
  z-index: -3;
  opacity: 0.95;
  pointer-events: none;
}




html::before{
  content: "";
  position: fixed;
  opacity: .9;
  width: 2560px;           
  height: 100vh;
  bottom: -32vh;
  background-image: url('/static/themes/reverse/star/lunarfloor.png');
  background-repeat: repeat;
  background-size: cover; 
  pointer-events: none;
  z-index: -5;
  animation: lunarScroll 24s linear infinite;
      transform: rotateX(66deg);
}

body::after{
  content: "";
  position: fixed;
  opacity: 0.99;
  width: 100%;           
  height: 100%;
  bottom: 0vh;
  left:35%;
  background-image: url('/static/themes/reverse/star/fakeapollo.png');
  background-repeat: no-repeat;
background-size: contain; 
  pointer-events: none;
  z-index: -1;
  animation:
    bounceX 14s linear infinite alternate,
    bounceY 11s linear infinite alternate,
    spinMoon 20s linear infinite;}


html::after {
  content: "";
  position: fixed;
  bottom: 5vh;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.0) 22%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0.25) 67%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
  z-index: -4; 
  mix-blend-mode: multiply; 
}

span.name {
    font-weight: bold;
    color: #d4ff27!important;
}


.intro span.subject {
    color: #8080ff;
    font-weight: bold;}



p.intro {
 background: rgba(184,0,118, 0.9);
    z-index: 1;
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 3px;
    border-radius: 12px;
    color: #fefefe;
    text-align: center;
  text-shadow: none;
font-family: 'GenEiLate';

}



div.post.reply {
    color: #fefefe;
    border: 0px solid #5cb5ff;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0,137,198,1) 0%, rgba(1,84,120,.92) 100%);
box-shadow: 24px 64px 64px rgba(0,0,0,0.9), 24px 8px 1px #b473c8;

}


div.post.reply:hover {
    color: #040404;
    text-shadow: 0 0 1px #a10000;
     border: 0px solid #5cffff;
    border-radius: 12px;
    background: url('/static/themes/reverse/star/heca.png') no-repeat,
linear-gradient(180deg, rgba(250,245,246,1) 0%, rgba(250,245,226,1) 100%);
background-position: bottom 5px right, center;
background-size: 96px, auto;
box-shadow: 24px 64px 64px rgba(0,0,0,0.9), 24px 8px 1px #e32827;
}

div.post.reply.highlighted {
    color: #040404;
text-shadow: 0 0 1px #a10000;
    border: 0px solid #5cffff;
    border-radius: 12px;
    background: url('/static/themes/reverse/star/kanmari.png') no-repeat,
linear-gradient(180deg, rgba(250,245,246,1) 0%, rgba(250,245,226,1) 100%);
background-position: bottom 5px right, center;
background-size: 96px, auto;
box-shadow: 24px 64px 64px rgba(0,0,0,0.9), 24px 8px 1px #ffba00;
transition: all 0.3s ease-in-out;
}


span.quote {
    color: #ff8fb7;
   font-style: italic;
}

div.post.reply div.body a {
  color:#f0ae40; 
 text-shadow: 0px 0px 1px #b473c8;

;}

a, div.boardlist a, a.unimportant, a:visited {
  color:#fefefe; 
 text-shadow: 1px 1px 2px #b473c8;
;}

a:hover {
   color: #ffaaaa !important; 
   text-decoration: underline;
}

::selection {
    background-color: rgba(242,16,13,1);
    color: #efefef;
}


form table tr th {
    color: #240448;
background: linear-gradient(180deg, rgba(219,216,137,1) 0%, rgba(241,240,209,.92) 100%);
    box-shadow: 0 0 4px #b473c8;
   border-radius: 18px;
}



div.files img {
  padding: 12px;
  background:
    url('/static/themes/reverse/star/bars.png') repeat center; 
  background-blend-mode: overlay; 
  border: 5px outset #feba4b; 
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

div.files img:hover {
  transform: rotate(.666deg);
}


.thread{
  left: 0;
  background: url('/static/themes/reverse/star/stars.png'); 
  background-attachment: scroll;
background-repeat: repeat;
background-size: auto 776px;
  animation: starFall 12s linear infinite, 
  bounce 11s linear infinite alternate;
}


hr {
  border: none;
  height: 19px;
  background-image: url('/static/themes/reverse/star/history.png');
background-repeat: no-repeat;
background-position: right;
}

div.banner {
    background: linear-gradient(180deg, rgba(219,216,137,1) 0%, rgba(241,240,209,.92) 100%);
    box-shadow: 0 0 4px #b473c8, 0 0 18px #b473c8;
    text-align: center;
    border: 1px solid #b473c8;
    color: #240448;
    padding: 6px;
}

input[type="submit"], button {
    color: #FFF;
    border: 0px solid #000;
    background: linear-gradient(180deg, rgba(0,137,198,1) 0%, rgba(1,84,120,.92) 100%);
    box-shadow: 0 0 4px #b473c8;
    font-size: 12pt;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    margin: 2px;

}

input[type="submit"]:hover, button:hover {
    color: #240448;
    background: linear-gradient(180deg, rgba(219,216,137,1) 0%, rgba(241,240,209,.92) 100%);
    box-shadow:  0 0 4px #a10000;
}


div.pages {
    text-align: center;
    background: rgba(248, 248, 248, 0.8);
    padding: 4px;
    border-top: 2px inset #22808a;
    border-bottom: 2px inset #22808a;
    color: #ffaad4;

}

div.pages a {
    color: #22808a;
    padding: 2px 6px;
}


h1 {
  color: rgb(255,255,255);
    text-shadow: 0 0 4px #5cb5ff, 0 0 18px #5cb5ff;

}

div.ban h2 {
    background: rgba(244,0,0, 0.9);
    color: white;
    font-size: 12pt;}

div.module, div.ban {
background: linear-gradient(180deg, rgba(0,137,198,1) 0%, rgba(1,84,120,.92) 100%);
box-shadow: 24px 64px 64px rgba(0,0,0,0.9), 24px 8px 1px #b473c8;
    rgba(114,227,255,.8) 100%);
	border-radius: 8px;
}

header div.subtitle {
  color: rgb(26,26,26); 
  font-style: italic;}



/*revert to on hover */
.post-image:hover {
    filter: none; 
}  
   
 p.unimportant {
 visibility: hidden;
 }




html {
  scrollbar-width: auto;
  scrollbar-color: rgba(251,251,251, 0.9) rgba(28,156,233, 0.85);
}


	* {
    cursor: url('/static/cursor/reimu.png') 24 0, auto;
}


/* Clickable */
a, button, input[type="submit"], .clickable-element-class {
    cursor: url('/static/cursor/reimuFocus.png') 24 0, pointer;
}

</pre></body></html>