Jump to content

Module:Arbcom election banner/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 07:02, 27 December 2022 (add a few styles). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.ace-banner {
	background-color: #e0f8e2;
}

.ace-banner-navbar {
	float: right;
}

/* Make the numbers red and bold, because that's what {{countdown}} does and it
 * makes them look important.
 */
.ace-banner-timeleft {
	color: #F00;
	font-weight: bold;
}

.ace-banner-votelink,
.ace-banner-candidates,
.ace-banner-mainpage {
	font-weight: bold;
}


.ace-banner-refresh {
	font-size: 85%;
}

.ace-banner .mw-collapsible {
	border: 1px solid silver;
	margin-top: 0.2em;
}

.ace-banner-guides-title {
	font-weight: bold;
	text-align: center;
}

.ace-banner-guides-title > div {
	margin: 0 4em;
}

.ace-banner .mw-collapsible-content {
	border: solid 1px silver;
	padding: 0.5em;
	background-color: white;
}