Jump to content

Module:Sidebar/styles.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Izno (talk | contribs) at 00:22, 30 December 2020 (Initial). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.vertical-navbox {
	width: 22em;
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	background: #f8f9fa;
	border: 1px solid #aaa;
	padding: 0.2em;
	border-spacing: 0.4em 0;
	text-align: center;
	line-height: 1.4em;
	font-size: 88%;
}

.sidebar-left {
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}

.sidebar-none {
	float: none;
	clear: both;
	margin: 0 1em 1em 0;
}