Jump to content

Module:Administrators' noticeboard archives/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 16:13, 11 August 2024 (styles). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.an-archives-div {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
}

.an-archives {
	text-align: center;
	border: 1px solid #a2a9b1;
	padding: 1px;
	font-size: 88.9%; /* 8/9 */
	line-height: 1.2em;
	background-color: #fdfdfd;
	
	clear: both;
	box-sizing: border-box;
	margin: 0;
	width: auto;
}

.an-archives-header {
	font-weight: bold;
	font-size: 112.5%; /* 8/9 * 9/8 = 100 */
	line-height: 1.25em;
	background-color: #ccf;
}

.an-archives-header > span {
	font-size: 85%;
}

.an-archives-search {
	white-space: nowrap;
}

.an-archives-below {
	text-align: center;
}