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

@font-face {
    font-family: 'Wargame';
    src: url('/static/fonts/wargame.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




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


body {
   background: 
    url('/static/nanc4.png') repeat-y bottom 55px right -50px,
    #fcfcfc;
    background-size: 66%;
    color: #2a4eaf;
    font-family: 'Courier New', monospace;
    font-size:13pt;
}

h1 {
	font-size: 20pt;
	text-align: center;
	letter-spacing: 0px;
}
div.title, h1 {
	color: #578ff5;
	font-family: 'Chromica', 'Courier New';
}
div.title p {
	font-size: 12px;
}
a:link, a:visited, .intro a.email span.name {
	color: #578ff5;
	text-decoration: underline;
	font-family: 'Wargame', 'Courier New';;
}
a:link:hover, a:visited:hover {
	color: #578ff5;
	text-decoration: underline overline;
}
a.post_no {
	color: #578ff5;
	text-decoration: none;
}

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

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

header div.subtitle {
    font-size: 10pt;
    color: #578ff5;
}


#options_div {
    background: white;
}

a.post_no:hover {
	color: #578ff5;
	text-decoration: underline overline;
}
div.post.reply {
	background: #fcfcfc;
	border: 1px dashed;
	border-color:#578ff5;
}
div.post.reply.highlighted {
	background: transparent;
	border: transparent 1px dashed;
	animation: flashBackground 3s infinite; 
	border-color:#578ff5;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #578ff5;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #578ff5;
}
.intro span.subject {
	font-size: 16px;
	color: #578ff5;
	padding-left: 8px;
	padding-right: 8px;
     border: 1px dashed;
	border-color:#578ff5;
}
.intro span.name {
	color: #578ff5;
}

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

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

span.spoiler {
  background-color: #578ff5;
  color: #578ff5;
}

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

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

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


span.quote {
    color: #FF7EB3;
}

.intro a.capcode, p.intro a.nametag {
	color: #578ff5;
	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: #578ff5;
}
input[type="text"], textarea, select {
	background: #fcfcfc;
	color: #578ff5;
	border: 1px dashed;
	border-color:#578ff5;
	padding-left: 5px;
	padding-right: -5px;
	font-family: 'Courier New';;
	font-size: 12pt;
}
input[type="password"] {
	background: #fcfcfc;
	color: #578ff5;
	border: 1px dashed;
	border-color:#578ff5;
}

form table tr th {
	background: #fcfcfc;
	color: #578ff5;
	font-weight: 800;
	text-align: left;
	padding: 0;
	border: #578ff5 1px dashed;
	border-color:#578ff5;
}
div.banner {
	background: #578ff5;
	color: #fff;
	text-align: center;
	width: 320px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
input[type="submit"], button {
	background: #fcfcfc;
	border: 1px dashed;
	border-color:#578ff5;
	color: #578ff5;
}
input[type="submit"]:hover, button:hover {
	background: #fcfcfc;
	border: 1px dashed;
	border-color:#578ff5;
	color: #578ff5;
}
p.fileinfo a:hover {
	text-decoration: underline;
}
span.trip {
	color: #578ff5;
}
div.pages {
	color: #578ff5;
	background: #fcfcfc;
	border: 1px dashed;
	border-color:#578ff5;
	font-family: 'Courier New';;
	font-size: 10pt;
}
div.pages a.selected {
	color: #578ff5;
}
hr {
	height: 1px;
	border: 1px dashed;
	border-color:#578ff5;
}
div.boardlist {
	color: #578ff5;
}
div.ban {
	border: 1px dashed;
	border-color:#578ff5;
}
div.ban h2 {
	background: transparent;
	color: white;
        font-family: 'courier new';
        text-shadow: 0 0 2px #578ff5, 0 0 5px #0000ff, 0 0 10px #578ff5;
	font-size: 24px;
}
table.modlog tr th {
	background: #fcfcfc;
	color: #578ff5;
}

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

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

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



/*image fuggery*/
.post-image {
    border: 1px solid blue;
    filter: grayscale(80%) contrast(120%) brightness(100%) sepia(100%) saturate(4)  hue-rotate(180deg);
    image-rendering: pixelated;
}

img.banner, img.board_image {
    border: 1px solid blue;
    filter: grayscale(80%) contrast(120%) brightness(100%) sepia(100%) saturate(4)  hue-rotate(180deg);
    image-rendering: pixelated;
}

img {
    filter: grayscale(80%) contrast(120%) brightness(100%) sepia(100%) saturate(4)  hue-rotate(180deg);
    image-rendering: pixelated;
}



video {
   filter: grayscale(80%) contrast(120%) brightness(100%) sepia(100%) saturate(4)  hue-rotate(180deg);
    image-rendering: pixelated;
}







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


img:hover {
    filter: none;
}


video: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.12) 66%);
z-index: 2;
background-size: 100% 3px, 3px 100%;
pointer-events: none;
}



    /* Hidden*/
div.boardlist.bottom {
   visibility: hidden !important;}


/*scrollbar */
::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    border-left: 1px dashed #578ff5; 
}

::-webkit-scrollbar-thumb {
    background-color: #578ff5; 
    border: 2px solid #20150d; 
}

::-webkit-scrollbar-thumb:hover {
    background-color: #578ff5;
    border-color: #fcfcfc;
}
