Jump to content

Module:WikiProject banner/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 02:15, 17 May 2022 (Created page with '.wpb { height: 0; } .wpb-header gets unhidden in wpbs: .wpb-header, .wpb .metadata, .wpb-iefix { display: none; } .wpb-header-name { text-align: right; padding: 0.3em 1em 0.3em 0.3em; width: 50%; font-weight: bold; } .wpb-header-assessment { text-align: left; width: 50%; padding: 0.3em; } .wpb-main { padding: 3px 0 3px 5px; } .wpb-main > table { background: transparent; border: none; padding: 0; width: 100%; border-spacing: 0; } .w...'). 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)
.wpb {
	height: 0;
}

/* .wpb-header gets unhidden in wpbs */
.wpb-header,
.wpb .metadata,
.wpb-iefix {
	display: none;
}

.wpb-header-name {
	text-align: right;
	padding: 0.3em 1em 0.3em 0.3em;
	width: 50%;
	font-weight: bold;
}

.wpb-header-assessment {
	text-align: left;
	width: 50%;
	padding: 0.3em;
}

.wpb-main {
	padding: 3px 0 3px 5px;
}

.wpb-main > table {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	border-spacing: 0;
}

.wpb-image {
	padding: 2px 0;
}

.wpb-imageright {
	 padding: 2px 4px 2px 0;
}

.wpb-gutter {
	padding: 2px 0 0 0;
}

.wpb-collapsed-head {
	text-align: left;
	padding: 0.2em 2px 0.2em 0;
}

.wpb-collapsed-notes {
	padding: 0;	
}

.wpb-collapsed-notes > table {
	width: 100%;
	background: transparent;
}