/* clean ui */

.announcement {
	display: none !important;
}

.bottom_ads {
	display: none !important;
}

.unimportant {
	display: none !important;
}

div[id="8kun-top-ads"] {
	display: none !important;
}

div[id="8kun-bottom-ads"] {
	display: none !important;
}

[id^="embed_"] {
	display: none !important;
}

.disclaimer-8kun {
	display: none !important;
}

#vrecorder {
	display: none !important;
}

#favorite-star {
	display: none !important;
}

.board_image {
	display: none !important; 
}

.subtitle {
	display: none !important;
}

/* custom /wedg/ banner */

header::before {
	content: "";
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;			
	aspect-ratio: 16 / 9;
	margin: 20px auto;	
	background-image:
	url('https://i.ibb.co/yKCrqgT/01-512x.jpg'),
	url('https://i.ibb.co/1fTSH08y/02-512x.jpg'),
	url('https://i.ibb.co/0ydLpKPf/03-512x.jpg');
	background-size: calc(100% / 3) auto;
	background-repeat: no-repeat;
	background-position: left center, center center, right center;
	background-clip: content-box;
	background-origin: content-box;
	box-sizing: border-box;
}

/* 4chan emulation style */

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
	color: #AF0A0F;
}

div.banner a,
div.banner {
	color: #000 !important;
	background-color: #98E !important;
	padding: 4px !important; 
}

[id^="reply_"] {
	background-color: #d6daf0 !important;
}

.pages {
	background-color: #d6daf0 !important;
}

html {
	background: linear-gradient(to bottom, #d1d5ee 0px, #eef2ff 1200px);
	min-height: 100%; 
}

body {
	background: transparent !important;
}

span.name {
	color: #117743 !important;
	font-weight: bold !important;
}

span.subject {
	letter-spacing: -0.05em;
}

blockquote > span.quote {
	color: #789922 !important;
}