<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pager {
	padding-left: 4px;
	text-align: right;
}

.pager b {
	padding: 2px;
	font-style: normal;
	font-weight: bold;
	color: #3B5998;
	border-bottom: solid 2px;
}

.pager a {
	font-weight: normal;
	margin: 0px;
	padding: 3px 3px;
}

.pager a:hover {
	color: white;
	margin: 0px;
	padding: 3px 3px;
	background: #3B5998;
}

#toppager a:hover, #bottompager a:hover {
	text-decoration: none;
}

#toppager b {
	border-bottom: solid 2px #3B5998;
}

#bottompager b {
	border-bottom: none;
	border-top: solid 2px #3B5998;
}

#bottompager.flip b {
	border-top: none;
	border-bottom: solid 2px #3B5998;
}

/** Moved from ImageTagPage::showTOC() */
div#tagStatusDiv {
	background: #fffbe2;
	border: solid 1px #ffe222;
	display: none;
	margin: 5px 5px 10px 5px;
	padding: 10px;
}

div#tagStatusDiv table {
	background-color: #fffbe2;
}

div#tagging_message {
	background: #fffbe2;
}

/* The actual box which allows adding new tags */
div#tagEditField {
	background-color: #eeeeee;
	border: 2px solid #555555;
	color: #444444;
	display: none;
	font: verdana, sans-serif;
	height: 24px;
	left: 10px;
	width: 284px;
	padding: 4px 6px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

div#tagEditField span {
	left: 4px;
	position: absolute;
	top: 6px;
}

input#submit-tag-button {
	height: 20px;
	left: 189px;
	position: absolute;
	top: 6px;
	width: 39px;
}

input#cancel-tag-button {
	height: 20px;
	left: 232px;
	position: absolute;
	top: 6px;
	width: 60px;
}

input#articleTag {
	background-color: #FFF;
	height: 18px;
	left: 46px;
	position: absolute;
	top: 6px;
	width: 140px;
}

div#popup {
	background-color: #eeeeee;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 3;
}</pre></body></html>