Template:Infobox election/styles.css

From Osolia Wiki
Revision as of 15:31, 28 August 2024 by Hydrogen (talk | contribs) (Created page with "→‎{{pp-template}}: .ib-election { line-height: 1.5em; } .ib-election .infobox-data { text-align: center; } .ib-election .infobox-label { width: 5em; white-space: nowrap; } .ib-election .infobox-subheader { line-height: 130%; } .ib-election .infobox-header { font-weight: normal; } @media (max-width: 640px) { body.skin--responsive:not( .skin-monobook ):not( .skin-timeless ) .ib-election .notpageimage.noresize img { height: 80px !important; width: aut...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.ib-election {
	line-height: 1.5em;
}

.ib-election .infobox-data {
	text-align: center;
}

.ib-election .infobox-label {
	width: 5em;
	white-space: nowrap;
}

.ib-election .infobox-subheader {
	line-height: 130%;
}

.ib-election .infobox-header {
	font-weight: normal;
}


@media (max-width: 640px) {
	body.skin--responsive:not( .skin-monobook ):not( .skin-timeless ) .ib-election .notpageimage.noresize img {
		height: 80px !important;
    	width: auto;
	}
}

@media screen {
	html.skin-theme-clientpref-night .ib-election .mw-file-description img {
		background-color: #f8f9fa;
	}
}