body
{
	margin: 0;
	padding: 0 10px 10px 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: justify;
	text-justify: inter-word;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
	font-size: 1.3rem;
	line-height: 2rem;
	background-color: #000000;
	color: #A6A6A6;
	max-width: 1024px;
}

::-moz-selection
{
	background-color: #A6A6A6;
	color: #000000;
	font-weight: bolder;
}

::selection
{
	background-color: #A6A6A6;
	color: #000000;
	font-weight: bolder;
}

::-webkit-scrollbar
{
  width: 16px;
}

::-webkit-scrollbar-track
{
  background: #1C1C1C;
}

::-webkit-scrollbar-thumb
{
  background: #A6A6A6;
}

::-webkit-scrollbar-thumb:hover
{
  background: #BF6F00;
}

:root
{
  scrollbar-color: #A6A6A6 #1C1C1C !important;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 8px solid #BF6F00;
}

h2
{
	padding-bottom: 8px;
}

h3, h4, h5, h6
{
	padding-bottom: 4px;
}

p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

blockquote
{
	margin: 0;
	padding: 10px;
	border-left: 8px solid #BF6F00;
	background-color: #1C1C1C;
}

code
{
	color: #AFAF00;
	font-weight: bolder;
	font-family: 'JetBrains Mono NL ExtraBold','Roboto Mono',monospace;
}

pre
{
	font-family: 'JetBrains Mono NL ExtraBold','Roboto Mono',monospace;
	overflow: auto;
	display: block;
	background-color: #1C1C1C !important;
	tab-size: 4;
	padding: 10px;
}

pre code
{
	font-family: 'JetBrains Mono NL ExtraBold','Roboto Mono',monospace;
	font-weight: normal;
	tab-size: 4;
	padding: 0;
	color: #A6A6A6;
	background-color: #1C1C1C !important;
}

a, a:active, a:visited, a:hover
{
	color: #BF6F00;
	text-decoration: none;
	font-weight: bolder;
}

a:hover
{
	text-decoration: underline;
}

img, iframe, .content video
{
	max-width: 1024px;
}

hr
{
	border: 4px solid #BF6F00;
	max-width: 320px;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border-bottom: 8px solid #BF6F00;
}

table * tr th
{
	background-color: #1C1C1C;
	font-weight: bolder;
	text-align: left;
}

table * tr th, table * tr td
{
	padding: 10px;
}

table * tr:nth-child(even)
{
	background-color: #1C1C1C;
}

.nav
{
	font-weight: bolder;
	text-align: right;
}

.comments
{
	font-weight: bolder;
}

.post-list table td
{
	white-space: nowrap;
	font-weight: bolder;
}

.post-list table td:last-child
{
	width: 100%;
}

.background
{
	opacity: 0.3;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: none;
}

#music
{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	font-size: 48px;
	width: 320px;
	height: 180px;
	text-align: center;
	display: none;
}

#music a
{
	display: inline-block;
	margin-top: 66px;
}

#music iframe
{
	border: 8px #A6A6A6 solid;
}

@media only screen and (max-width: 1024px)
{
	body
	{
		font-size: 0.9rem;
		line-height: 1.6rem;
	}

	hr
	{
		max-width: 160px;
	}

	img, iframe, .content video
	{
		max-width: 100%;
	}
}

@media only screen and (min-width: 1280px)
{
	body
	{
		margin: 0 auto;
	}

	.background
	{
		display: block;
	}
}

@media only screen and (min-width: 1920px)
{
	body
	{
		margin: 0 auto;
	}

	#music
	{
		display: block;
	}
}

.center img, iframe, .content video
{
	max-width: 1024px;
	display: block;
	margin: 0 auto;
}

.image-diff-viewer
{
	position: relative;
	cursor: ew-resize;
	display: inline-block;
}

.image-diff-viewer img
{
	max-width: 1024px;
}

.image-diff-viewer img:last-child
{
	display: none;
}

.image-diff-viewer .wrapper
{
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	overflow: hidden;
	border-right: 3px solid white;
	opacity: 0.8;
}

@media only screen and (max-width: 1024px)
{
	.image-diff-viewer img
	{
		max-width: 512px;
	}
}

@media only screen and (max-width: 512px)
{
	.image-diff-viewer img
	{
		max-width: 256px;
	}
}

.blood
{
	--blood: #BF0000;
}

.blood.poltergeist
{
	--blood: #7D7DFF;
}

.blood.grinch
{
	--blood: #108D38;
}

.blood.swim
{
	--blood: #2C868D;
}

.blood hr,
.blood h1,
.blood h2,
.blood h3,
.blood h4,
.blood h5,
.blood h6,
.blood table,
.blood blockquote
{
	border-color: var(--blood);
}

.blood a,
.blood a:active,
.blood a:visited,
.blood a:hover
{
	color: var(--blood);
}

.blood::-webkit-scrollbar-thumb:hover
{
	background: var(--blood);
}

.blood.nun .content:after
{
	content: url('/media/misc/13.png');
}

.blood #music iframe
{
	border: 8px var(--blood) solid;
}

.vlcxmas .content:after
{
	content: url('/media/misc/99.png');
}


