@font-face {
  font-family: "Old Newspaper Types";
  src: url('/OldNewspaperTypes.ttf') format("truetype");
}
@font-face {
  font-family: "Why Do We Blink So Frequently";
  src: url('/Why do we blink so frequently.ttf') format("truetype");
}

.blink {
  font-family: "Why Do We Blink So Frequently", "Times New Roman";
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Old Newspaper Types";
  margin:auto;
}
center {
  width:800px;
  margin-inline: auto;
  margin-top: 10px;
}
a {
  color: #B82A0F;
}
a:visited {
  color:#F5E194;
}

table.forum-main {
  border: solid #ffffff;
  border-collapse:collapse;
  min-width:800px;
}

table.forum-main > thead > tr > th {
  height:40px;
  width:600px;
  text-align:left;
  padding:3px;
  border-bottom: solid #ffffff;
}

table.forum-main > tbody > tr > th {
  padding:3px;
  font-family: monospace;
  font-size:18px;
  text-align:left;
  
  border-bottom: solid #ffffff;
}

table.forum-main > thead > tr > td,
table.forum-main > tbody > tr > td {
  padding:4px;
  font-family: monospace;
  font-size: 15px;
  text-align:left;
  
  border-bottom: solid #ffffff;
}

table.forum-thread {
  border: solid 2px #ffffff;
  border-collapse: collapse;
  min-width: 1000px;
  transform: translateX(-100px);
}

table.forum-thread > tbody > tr,
table.forum-thread > thead > tr {
  height: 100px;
  min-height: 100px;
  
  border-bottom: solid #ffffff;
}

table.forum-thread > tbody > tr > th,
table.forum-thread > thead > tr > th {
  padding: 5px;
  font-family: monospace;
  font-size: 15px;
  width: 250px;
  text-align: left;
  vertical-align: text-top;
  
  border-right: solid #ffffff;
}

table.forum-thread > tbody > tr > td,
table.forum-thread > thead > tr > td {
  padding:10px;
  width:750px;
  font-family: monospace;
  font-size:15px;
  text-align:left;
  vertical-align:text-top;
}

.hidden {
  color: #000000;
}
.noscroll {
  overflow:hidden;
}
.noselect {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.scarytext {
  font-family: "Why Do We Blink So Frequently", "Times New Roman";
  text-shadow: black 1px 0 5px;
  font-size:20px;
  color:red;
  text-decoration:none;
}

.hidden-container {
  position:relative;
  width:800px;
  color:#fff;
}
.hidden-container > div {
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.obfs0 {
  z-index:10;
  animation: blink 300ms step-end 0s infinite;
}
.obfs1 {
  z-index:20;
  animation: blink 300ms step-end -200ms infinite;
}
.obfs2 {
  z-index:30;
  animation: blink 300ms step-end -100ms infinite;
}
.reveal-on-select {
  z-index:50;
  color:transparent;
}
.reveal-on-select::selection, .reveal-on-select::-moz-selection {
  background-color:#000000;
  color:#EB1446;
  text-shadow:none;
}
a.fakelink,a.fakelink:visited {
  color: #F5E194;
  text-decoration:underline;
  
}

@keyframes shimmer {
  0% {color:#FAC334;}
  30% {color:#EB1446;}
  60% {color:#FF9CF9;}
}

@keyframes blink {
  0% {opacity:1.0;}
  33.333% {opacity:0.0;}
  100% {opacity:0.0;}
}
