.admin {
	padding: 4px;
	border-radius: 4px;
	background: green;
	margin: 6px;
	width: 200px;
	display: inline-block;
}
.admin.protected {
	background: red;
}
.admin INPUT[type="submit"] {
	width: 100%;
}
.admin.protected INPUT[type="submit"] {
	width: 90%;
}


.bbcode PRE.code {
    background: #DEDEDE;
	font-size: 0.9rem;
}
.bbcode BLOCKQUOTE {
	border: 1px solid black;
	padding: 8px;
	background: #DDD;
}
.bbcode .anchor A.alink {
	visibility: hidden;
}
.bbcode .anchor:hover A.alink {
	visibility: visible;
}


.comment {
	text-align: left;
	position: relative;
	word-wrap: break-word;
}
.comment IMG {
	max-width: 100%;
}
.comment .info {
	visibility: hidden;
	text-align: center;
	padding: 8px;
	background: #DDD;
	border: 1px solid #CCC;
	position: absolute;
	top: 0;
	left: -195px;
	width: 180px;
	z-index: 1;
	box-shadow: 0 0 4px #000;
	border-radius: 4px;
}
.comment:hover .info {
	visibility: visible;
}

.comment_add TEXTAREA {
	width: 100%;
}
.comment_add INPUT {
	width: 100%;
}

#comment-list-list .blockbody,
#comment-list-recent .blockbody,
#comment-list-image .blockbody,
#comment-list-user .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.command_example {
	margin: 12pt;
	padding-left: 16pt;
}

.command_example pre {
    padding:4pt;
    border: dashed 2px black;
}

.command_example p {
    padding-left: 16pt;
}

@media (min-width: 750px) {
    .command_example pre {
        display: table-cell;
        width: 256px;
    }

    .command_example p {
        display: table-cell;
    }
}

#image-list .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin: 0 10px 10px 0;
}
.shm-image-list {
	display: grid;
	grid-template-columns: repeat( auto-fill, calc(var(--thumb-width) + 42px) );
	place-items: center;
}
.shm-image-list .thumb {
	margin-bottom: 8px;
}

.setupblocks {
	column-width: 400px;
	max-width: 1200px;
	margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }

.setupblock {
	break-inside: avoid;
	column-break-inside: avoid;
	text-align: center;
	width: 90%;
}
.setupblock TEXTAREA {
	width: 100%;
	font-size: 0.75rem;
	resize: vertical;
}

#Setupmain .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.setupblock .form {
	width: 100%;
}
.setupblock .form TH {
	font-weight: normal;
}
INPUT, TEXTAREA, SELECT, BUTTON {
	box-sizing: border-box;
	font-size: 1em;
}

TABLE.form {width: 300px;}
TABLE.form.zebra {width: 100%;}

TABLE.form TD, TABLE.form TH {vertical-align: middle;}
TABLE.form TBODY TR TD {text-align: left;}
TABLE.form TBODY TR TH {text-align: right; padding-right: 4px; width: 1%; white-space: nowrap;}
TABLE.form TBODY TR.header TD,
TABLE.form TBODY TR.header TH {text-align: center; width: auto;}
TABLE.form TD + TH {padding-left: 8px;}
TABLE.form INPUT:not([type="checkbox"]):not([type="radio"]),
TABLE.form SELECT,
TABLE.form TEXTAREA,
TABLE.form BUTTON {width: 100%;}

*[onclick],
H3[class~="shm-toggler"] {
	cursor: pointer;
}

#flash {
	background: #FF7;
	color: #444;
	display: block;
	padding: 8px;
	margin: 8px;
	border: 1px solid #882;
}

.tag {
	overflow-wrap: anywhere;
}
TABLE#large_upload_form.form {
	width: 100%;
}

.mini_upload INPUT {
	width: 100%;
}

TABLE.form.image_info {
	width: 550px;
	max-width: 100%;
}

.image_info .edit {
	display: block;
}
.image_info .view {
	display: none;
}

.image_info.infomode-view .edit {
	display: none;
}
.image_info.infomode-view .view {
	display: block;
}

.image_info TEXTAREA {
	min-width: 100%;
	min-height: 3rem;
}

.post_controls FORM {
	margin-bottom: 0.75em;
}
.post_controls FORM:last-child {
	margin-bottom: 0;
}
.autocomplete_completions {
    position: absolute;
    z-index: 1000;
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
    padding: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.autocomplete_completions LI {
    padding: 0.15em;
}
.autocomplete_completions .selected {
    background-color: #ccc;
    outline: none;
}

.bulk_selected {
	outline: 3px solid blue;
}

.bulk_action {
	margin-top: 8pt;
}
.bulk_selector_controls table td {
	width: 33%;
}
#downtime #message, #downtime #login {
	text-align: center;
}
#downtime H3 {
	margin-top: 32px;
}
#downtime #login_table {
	margin: auto;
}


div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
div#front-page .space {margin-bottom: 1em;}
div#front-page div#links a {display: inline-block; margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
	div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;}
}
div#front-page > #search > form {margin: 0 auto;}
div#front-page > #search > form > input[type=submit]{padding: 4px 6px;}
#counter {display: grid; justify-content: center; margin: auto; max-width: 66%;}
.counter-img {grid-row: 1; max-width: 100%; height: auto;}
#reportedimage .reason {
	max-width: 30em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#reportedimage .formstretch INPUT {
	width: 100%;
}
BODY.censored #header,
BODY.censored NAV,
BODY.censored ARTICLE,
BODY.censored FOOTER {
	filter: blur(10px);
}
.tnc_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ACE4A3;
	opacity: 0.75;
	z-index: 999999999999999999999;
}
.tnc {
	position: fixed;
	top: 20%;
	left: 20%;
	right: 20%;
	text-align: center;
	font-size: 2rem;
	background: #ACE4A3;
	border: 1px solid #7EB977;
	z-index: 9999999999999999999999;
}
@media (max-width: 1024px) {
	.tnc {
		top: 5%;
		left: 5%;
		right: 5%;
		font-size: 3vw;
	}
}

.wiki-page {
	text-align: left;
}
.wiki-footer {
	text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                  things common to all pages                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

:root {
	font-family: "Arial", sans-serif;
	font-size: 14px;

	--page: #ACE4A3;
	--text: #000;

	--block: #ACE4A3;
	--block-border: #7EB977;
	--block-padding: 0.5rem;
}
BODY {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAFVBMVEV8und+uXeo5aKo5qOq5aOr46Ks5KN5+6UZAAAAN0lEQVQImWNIc2FLcUhzYWBIczRLEU5zNGBwEQlxdHURCWBwdEkRcXN0SWBgVkswSgMSDDRTDADa2B2AhUf94AAAAABJRU5ErkJggg==');
	margin: 0;
}
#header {
	border-bottom: 1px solid #7EB977;
	margin-top: 0;
	margin-bottom: 16px;
	padding: 8px;
	background: #ACE4A3;
	text-align: center;
}
H1 {
	font-size: 5rem;
	margin: 0;
	padding: 0;
}
H1 A {
	color: black;
}
H3 {
	text-align: center;
	margin: 0;
}
THEAD {
	font-weight: bold;
}
TD {
	vertical-align: top;
	text-align: center;
}

#flash {
	background: #FF7;
	display: block;
	padding: 8px;
	margin: 8px;
	border: 1px solid #882;
}

TABLE.zebra {background: #ACE4A3; border-collapse: collapse; border: 1px solid #7EB977;}
TABLE.zebra THEAD {position: sticky;top: 0;}
TABLE.zebra TD {font-size: 0.8rem;margin: 0;	border-top: 1px solid #7EB977;	padding: 2px;}
TABLE.zebra TR:nth-child(odd) {background: #9CD493;}
TABLE.zebra TR:nth-child(even) {background: #ACE4A3;}

FOOTER {
	clear: both;
	padding: 8px;
	font-size: 0.7rem;
	text-align: center;
	border-top: 1px solid #7EB977;
	background: #ACE4A3;
}


A         {color: #000099; text-decoration: none; font-weight: bold;}
A:hover   {color: #000099; text-decoration: underline;}
A:visited {color: #000099; text-decoration: none}
A:active  {color: #000099; text-decoration: underline;}

UL {
	text-align: left;
}

.ad1{
	display:flex;
	justify-content:center;
}

CODE {
	background: #DEDEDE;
	font-size: 0.9rem;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*             the navigation bar, and all its blocks             *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

NAV {
	width: 250px;
	float: left;
	text-align: center;
	margin-left: 16px;
}
NAV .blockbody {
	font-size: 0.85rem;
	text-align: center;
}
NAV TABLE {
	width: 100%;
}
NAV TD {
	vertical-align: middle;
}
NAV INPUT {
	width: 100%;
	padding: 0;
}
NAV SELECT {
	width: 100%;
	padding: 0;
}

#Friends_of_Pahealleft {
	z-index: 0;
	position: relative;
}

.comment .info {
	background: #ACE4A3;
	border: 1px solid #7EB977;
}

.more:after {
	content: " >>>";
}

.tag_count:before {
	content: "(";
}
.tag_count:after {
	content: ")";
}

#imagelist .blockbody,
#paginator .blockbody {
	background: none;
	border: none;
	box-shadow: none;
}

#commentlistimage .blockbody,
#commentlistrecent .blockbody {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

#commentlistimage .blockbody .comment,
#commentlistrecent .blockbody .comment {
	margin-left: 0;
	margin-right: 0;
}
#comment-list-list .blockbody {
	background: none;
	border: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                 the main part of each page                     *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ARTICLE {
	margin-left: 276px;
	margin-right: 16px;
	text-align: center;
	height: 1%;
	margin-top: 16px;
}
ARTICLE TABLE {
	width: 90%;
	margin: auto;
}
NAV SECTION:first-child H3 {
	margin-top: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     specific page types                        *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#pagelist {
	margin-top: 32px;
}

#tagmap A {
	padding: 8px 4px 8px 4px;
}

SECTION>.blockbody, .comment, .setupblock {
	background: #ACE4A3;
	margin: 8px;
	border: 1px solid #7EB977;
	padding: 8px;
}

SECTION>H3 {
	text-align: center;
	background: #9CD493;
	margin: 8px;
	border: 1px solid #7EB977;
	padding: 8px;
}

.shm-image-list {
	justify-items: center;
	align-items: end;
}
.thumb {
	text-align: center;
}
.thumb IMG {
	border: 1px solid #7EB977;
	background: #ACE4A3;
	padding: 4px;
}

.username {
	font-weight: bold;
}

#bans TD, .image_info TD {
	vertical-align: middle;
}
#bans INPUT {
	font-size: 0.85rem;
}

.need-del {
	display: none;
}
.can-del .need-del {
	display: inline;
}


.unread {
	color: red;
}

[data-tags~="ai-generated"]>A>IMG { background: #BC8F8F; }
[data-tags~="animated"]>A>IMG { background: #CC00CC; }
[data-ext="mp4"]>A>IMG,
[data-ext="webm"]>A>IMG { background: #0000FF; }

#menuh-container {
	float: none;
	margin: auto;
}

/*
 * Image info - show both edit and view modes at the same time,
 * except for Tags, Locked, and the Edit button.
 */
.image_info.infomode-view .edit,
.image_info.infomode-view .view {
	display: block;
}
.image_info.infomode-view TR[data-row="Tags"] .view,
.image_info.infomode-view TR[data-row="Locked"] .view,
.image_info INPUT[type="button"][value="Edit"] {
	display: none;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     responsive overrides                       *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 750px) {
	.atoz, #paginator {
		font-size: 2rem;
	}
	.header-sites {
		display: none;
	}
	SECTION>.blockbody {
		overflow-x: auto;
	}
}

/* responsive padding */
@media (max-width: 1024px) {
	NAV {margin-left: 0;}
	ARTICLE {margin-right: 0; margin-left: 242px;}
}
@media (max-width: 750px) {
	NAV {margin-left: 0;}
	ARTICLE {margin-right: 0; margin-left: 250px;}
}

/* responsive navbar */
#nav-toggle {display: none;}
@media (max-width: 750px) {
	TD#nav-toggle {display: table-cell; width: 40px;}
	#nav-toggle A {border: 1px solid black; border-radius: 8px;}
	#nav-toggle A:hover {text-decoration: none;}

	NAV>SECTION>.blockbody,
	NAV>SECTION>.blockbody>.comment {
		margin: 0;
	}
	NAV>SECTION>H3 {
		margin: 0;
	}

	BODY.navHidden #menuh-container {display: none;}
	BODY.navHidden NAV {display: none;}
	BODY.navHidden ARTICLE {margin-left: 0;}

/*
	NAV {
		position: fixed;
		top: 6.5em;
		bottom: 0px;
		overflow-y: scroll;
	}
	*/
}

/* sticky header */
@media (max-width: 750px) {
	BODY.navHidden {padding-top: 5.4em}
}
@media (max-width: 750px) {
	#header {position: fixed; top: 0; left: 0; z-index: 99999999999;}
	.ui-autocomplete {z-index: 999999999999;}
	BODY {padding-top: 7em}
}

/* responsive header */
#Uploadleft {display: none;}
#Uploadhead {display: block;}
#UserBlockleft {display: none;}
#UserBlockhead {display: block;}
#Loginleft {display: none;}
#Loginhead {display: block;}
.headcol {width: 250px; font-size: 0.85rem;}
.headbox {width: 80%; margin: auto;}
.headbox INPUT {width: 100%;}
#big-logo {display: table-cell;}
#mini-logo {display: none;}
@media (max-width: 1024px) {
	#Uploadleft {display: block;}
	#Uploadhead {display: none;}
	#UserBlockleft {display: block;}
	#UserBlockhead {display: none;}
	#Loginleft {display: block;}
	#Loginhead {display: none;}
	.headcol {display: none;}
	.headbox {width: 100%; margin: auto;}
	#big-logo {display: none;}
	#mini-logo {display: table-cell; width: 100px;}

	/* hide nav-search when header-search is sticky */
	ARTICLE {margin-top: 0;}
	#Navigationleft .blockbody {font-size: 1.5rem;}
	#Navigationleft .blockbody P,
	#Navigationleft .blockbody FORM
	{display: none;}
}

/* responsive comments */
.comment_list_table {width: 100%;}

/* responsive misc */
@media (max-width: 750px) {
	#shm-main-image { max-width: 95%; }
}

#ed91727bc9c7a73fdcec6db562e63151main {
	overflow: scroll;
}

/* front page */
div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
.space {margin-bottom: 1em;}
div#front-page div#links a {margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
	div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;}
	#counter {display: none;}
}

/*# sourceMappingURL=rule34v2.1763133450.b3d6ca90457f42ae26e6de657c233f7f.css.map */