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;
}*/
.boardList {
	color: gray;
}
header, .banner {
	position: relative;
	z-index: 1000;
}
label[for="themeChooser"] {
	color: black;
}
.headerBar {
	position: relative;
	top: 1em;
}
.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);
	line-height: 120px;
}
body[class*="board-f"] header > h1 {
	letter-spacing: 13px !important;
	position: relative;
	left: 4px;
}
body[class*="board-n"] header > h1 {
	transform: perspective(500px) rotate3d(1, 0, 0, 50deg);
}
body[class*="board-n"] header > .subtitle {
	position: relative;
	top: -20px;
}
body[class*="board-f"] header > .subtitle {
	letter-spacing: 3.8px !important;
}
body[class*="active-index"] header > .subtitle, body[class*="active-thread"] header > .subtitle {
	font-size: 30pt;
	font-weight: bold;
	transform: perspective(150px) rotate3d(1, 0, 0, -18deg);
	-webkit-text-stroke: 2px white;
	font-family: Impact;
	letter-spacing: 2.8px;
}
body[class*="active-index"] header > .subtitle a, body[class*="active-thread"] header > .subtitle a {
	font-size: 12pt;
	font-family: initial;
	-webkit-text-stroke: 0px;
	letter-spacing: initial;
}
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;
	max-width: fit-content;
}
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;
}

.miniblotter {
	color: black;
	text-align: center;
}
.miniblotter td {
	text-align: center;
}
.miniblotter ul {
	width: fit-content;
	margin: auto;
}
.miniblotter li {
	width: fit-content;
	list-style: hiragana;
}
.miniblotter li:before {
	all: unset;
}
#timeWasted {
	color: black;
}

@media only screen and (max-width: 600px) {
	body[class*="active-index"] header > h1, body[class*="active-thread"] header > h1 {
		font-size: 65pt;
		-webkit-text-stroke: 3px white;
		line-height: 64px;
	}
	body[class*="active-index"] header > .subtitle, body[class*="active-thread"] header > .subtitle {
		font-size: 17.4pt;
	}
	form[name="post"] {
		padding: 0;
	}
	form[name="post"]:after {
		width: 100dvw;
		height: 300px;
	}
	#headerBar {
		position: unset !important;
	}
}
