<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Megidoism Style "Atares"
Basis: Hazure*/

     /*Extra Font*/
@font-face {
    font-family: 'Atarian';
    src: url('/static/fonts/atarian.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

     /*Extra Font*/
@font-face {
    font-family: 'Secretary';
    src: url('/static/fonts/roughserif.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Keyframes for the flash effect */
@keyframes flashBackground {
  0% {
    background-color: #330000; 
  }
  50% {
    background-color: rgba(0, 0, 0, 0.55);
  }	
  100% {
   background-color: #330000; 
  }
}


body {
   background: 
    url('/static/atares/top1.png') repeat-x, /*top2, 3, and 4 make aradia darker/redder*/
    url('/static/atares/bgsmall.gif'),
    #000000;
    color: #ff2106;
    font-family: 'Secretary', 'Courier New', monospace;
    font-size:12pt;
}

h1 {
	font-size: 20pt;
	text-align: center;
	letter-spacing: 0px;
}
div.title, h1 {
	color: black;
	font-family: 'Atarian', 'Courier New';
        text-shadow: 0 0 2px #FF0000, 0 0 5px #FF0000, 0 0 10px #FF0000; 
}

div.title p {
	font-size: 12px;
}

a:link, a:visited, .intro a.email span.name {
	color: #c4c4c4; /*troll skin*/
	text-decoration: underline;
	font-family: 'Secretary', 'Courier New';
}
a:link:hover, a:visited:hover {
	color: #00FF0;
	text-decoration: underline overline;
}
a.post_no {
	color: #A10000; /*aradia color*/
	text-decoration: none;
}

div.ban {
background: black;
  padding: 6px;
  border-radius: 8px;max-width: 940px;
}

div.boardlist a {
    font-family: 'Courier New';
}


#options_div {
    background: black;
}

a.post_no:hover {
	color: #A10000;
	text-decoration: underline overline;
}
div.post.reply {
    background-color: #141414;
    border: 2px solid #FF1E1E;
    padding: 5px;
    margin: 6px;
    box-shadow: -5px 5px 0 #ff2106, -10px 10px 0 #a10000;
    border-top-right-radius: 25px;

}



div.post.reply.highlighted {
	background: transparent;
	border: transparent 1px dashed;
	animation: flashBackground 3s infinite; 
	border-color:#A10000;
}

div.post:hover {
  background-color: rgba(51, 51, 51, 0.5); 
  color: #b70d0e;  /* time color*/
  box-shadow: 0 0 10px 2px #ff1100;
}



div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #A10000;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #A10000;
}
.intro span.subject {
	font-size: 16px;
	color: #A10000;
	padding-left: 8px;
	padding-right: 8px;
     border: 1px dashed;
	border-color:#A10000;
}
.intro span.name {
	color: #A10000;
}

.intro span.name:before {
  content: "[";
}

.intro span.name::after {
  content: "]";
}

span.spoiler {
  background-color: #A10000;
  color: #A10000;
}

span.spoiler:hover {
  color: #000000;
}

 div.post.reply div.body span.spoiler a {
  background-color: #A10000;
  color: #A10000;
}

div.post.reply div.body span.spoiler a:hover {
  color: #000000;
}


span.quote {
    color: #FF7EB3;
}

.intro a.capcode, p.intro a.nametag {
	color: #A10000;
	margin-left: 0;
}
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
	color: #A10000;
}
input[type="text"], textarea, select {
	background: #000000;
	color: #A10000;
	border: 1px dashed;
	border-color:#A10000;
	padding-left: 5px;
	padding-right: -5px;
	font-family: 'Courier New';;
	font-size: 12pt;
}
input[type="password"] {
	background: #000000;
	color: #A10000;
	border: 1px dashed;
	border-color:#A10000;
}

form table tr th {
	background: #000000;
	color: #A10000;
	font-weight: 800;
	text-align: left;
	padding: 0;
	border: #A10000 1px dashed;
	border-color:#A10000;
}
div.banner {
	background: #b70d0e;
	color: #000000;
	text-align: center;
	width: 250px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
input[type="submit"] {
	background: #000000;
	border: 1px dashed;
	border-color:#A10000;
	color: #A10000;
}
input[type="submit"]:hover {
	background: #000000;
	border: 1px dashed;
	border-color:#A10000;
	color: #A10000;
}
p.fileinfo a:hover {
	text-decoration: underline;
}
span.trip {
	color: #A10000;
}
div.pages {
	color: #A10000;
	background: #000000;
	border: 1px dashed;
	border-color:#A10000;
	font-family: 'Courier New';;
	font-size: 10pt;
}
div.pages a.selected {
	color: #A10000;
}
hr {
	height: 1px;
	border: 1px dashed;
	border-color:#A10000;
}
div.boardlist {
	color: #A10000;
}
div.ban {
	border: 1px solid;
	border-color: #A10000;
}
div.ban h2 {
	background: transparent;
	color: black;
	font-size: 24px !important;
	text-shadow: 0 0 2px #FF0000, 0 0 5px #FF0000, 0 0 10px #FF0000; 

}
table.modlog tr th {
	background: #000000;
	color: #A10000;
}

.desktop-style div.boardlist:nth-child(1) {
  background-color: black;
  border-bottom: #A10000 1px dashed;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  background-color: black;
}

.desktop-style .sub {
  background: none;
}

span.subject:after { 
   content: '\A'; white-space:pre;}




/*image fuggery*/
.post-image {
    border-radius: 50% / 25%;
    border: 8px solid grey;
    padding: 2px;
    background: #dedede;
    box-shadow: inset -2px -2px 8px rgba(0, 0, 0, 0.5), 
                4px 4px 15px rgba(0, 0, 0, 0.8);
    transform: scale(1.05, 0.85); /* Deform into oblong shape */
    border: 1px solid red;
    filter: grayscale(100%) contrast(300%) brightness(11%) sepia(100%) saturate(32) hue-rotate(355deg);
    image-rendering: pixelated;
}

img.banner, img.board_image {
    border: 1px solid red;
    filter: grayscale(100%) contrast(300%) brightness(11%) sepia(100%) saturate(32) hue-rotate(355deg);
    image-rendering: pixelated;
}

img {
    filter: grayscale(100%) contrast(300%) brightness(11%) sepia(100%) saturate(32) hue-rotate(355deg);
    image-rendering: pixelated;
}



video {
    filter: grayscale(100%) contrast(300%) brightness(11%) sepia(100%) saturate(32) hue-rotate(355deg);
    image-rendering: pixelated;
}





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


img:hover {
    filter: none;
}



/*scanlines*/
body::before {
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(16, 16, 16, 0) 66%, rgba(0, 0, 0, 0.25) 66%);
z-index: 2;
background-size: 100% 3px, 3px 100%;
pointer-events: none;
}



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