body {
	background-image: linear-gradient(180deg, white 0%, black 100%);
	background-size: 100px 200px;
	background-color: black;
	color: white;
	font-family: monospace;
}
fieldset:not() {
	border: 4px solid;
}
header, .banner {
	position: relative;
	z-index: 1000;
}
.ban, .ban > p a {
	color: black;
}
h1 {
	font-family: NSimSun, MS Mincho, sans-serif;
	color: black !important;
	-webkit-text-stroke: 2px white;
	font-size: 30pt;
	letter-spacing: 2px;
}
body[class*="active-index"] header > h1, body[class*="active-thread"] header > h1 {
	font-family: Impact, sans-serif;
	-webkit-text-stroke: 4px white;
	font-size: 99pt;
	transform: perspective(150px) rotate3d(1, 0, 0, 46deg);
}
body[class*="active-index"] header, body[class*="active-thread"] header {
	margin: 0;
	overflow: hidden;
}
header a {
	color: black !important;
}
header p {
	margin: 0;
}
.subtitle {
	color: black !important;
	position: relative;
	z-index: 800;
}
form[name="post"] input, form[name="post"] label {
	color: black;
}
form[name="post"] {
	font-family: arial,helvetica,sans-serif;
	position: relative;
	padding: 15px;
	margin-top: 4em;
	margin-bottom: 7em;
}
form[name="post"] table {
	position: relative;
	z-index: 800;
	animation: 10s skewy ease-in-out infinite;
}
@keyframes skewy {
	0% {
		transform: skew(-4deg);
	}
	50% {
		transform: skew(4deg);
	}
	100% {
		transform: skew(-4deg);
	}
}
form[name="post"]:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 300;
	width: 600px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(circle closest-side, #ffe 70%, transparent 100%);
	pointer-events: none;
}
.thread.grid-li:hover {
	background: rgba(255, 255, 255, 0.22) !important;
	border-color: rgba(87, 75, 75, 0.34) !important;
}
a:link, a:visited, .intro a.email span.name {
	color: white;
}
a.post_no {
	color: white;
}
div.post.reply {
	background: black;
	color: white;
	border: 2px solid white;
}
div.post.reply.highlighted {
	background: #f0c0b0;
	border-color: #d9bfb7;
}
form table tr th {
	background-color: #ea8;
	color: #800;
	font-weight: 700;
	border: 1px solid #800;
	padding: 0 5px;
	font-size:10pt
}
div.ban h2 {
	background: #FCA;
	color: inherit;
}
div.ban {
	border-color: #800;
}
div.ban p {
	color: black;
}
div.pages {
	background: black;
	border: 1px solid white;
	color: white;
}
div.pages a.selected {
	color: white;
	text-decoration: underline;
}
hr {
	border: none;
	border-top: 3px solid white;
	height: 0;
}
div.boardlist {
	color: #B86;
}
div.boardlist a {
	color: #800;
}
table.modlog tr th {
	background: #EA8;
}
.intro span.subject {
	color: lightblue;
}
.intro span.name {
	color: lime;
}

/* options.js */
#options_div, #alert_div {
	background: #f0e0d6;
}

.desktop-style div.boardlist:nth-child(1) {
	background-color: #F0E0D6;
}
