Jump to content

Module:Portal bar/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 22:05, 14 November 2021 (Created page with '.portal-bar { font-weight: bold; font-size: 88%; text-align: center; } .portal-bar-bordered { padding: 0.4em 2em; background-color: #fdfdfd; box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; margin: 1em auto 0; } .portal-bar-unbordered { padding: 0.3em 1.7em 0.1em; } .portal-bar > ul { margin: 0.1em 0 0; } .portal-bar > ul > li { display: inline-block; white-space: nowrap; } .portal-bar > ul > li > span { margi...'). 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)
.portal-bar {
	font-weight: bold;
	font-size: 88%;
	text-align: center;
}

.portal-bar-bordered {
	padding: 0.4em 2em;
	background-color: #fdfdfd;
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	margin: 1em auto 0;
}

.portal-bar-unbordered {
	padding: 0.3em 1.7em 0.1em;
}

.portal-bar > ul {
	margin: 0.1em 0 0;
}

.portal-bar > ul > li {
	display: inline-block;
	white-space: nowrap;
}

.portal-bar > ul > li > span {
	margin: 0 0.5em;
}

.navbox + script + .portal-bar,
.portal-bar + .navbox, /* TODO remove transitional support */
.portal-bar + .navbox-styles /* when navbox is transitioned */ {
	margin-top: -1px;
}