Fara í innihald

„Snið:Kosningar/styles.css“: Munur á milli breytinga

Úr Wikipediu, frjálsa alfræðiritinu
Efni eytt Efni bætt við
Fyxi (spjall | framlög)
css
 
Fyxi (spjall | framlög)
Ekkert breytingarágrip
Merki: Breyting tekin til baka
Lína 21: Lína 21:
}
}


@media (max-width: 640px) {
/* To avoid seeming biased on responsive skins - make sure all images are the
.skin--responsive:not(.skin-monobook):not(.skin-timeless) .ib-election .notpageimage.noresize img {
* same width and displayed e.g. not hidden by a scrollable element
height: 80px;
* use !important for both of these to override any widths or heights provided by
width: auto;
* templates, otherwise these will squish.
*/
@media ( max-width: 640px ) {
body.skin--responsive:not( .skin-monobook ):not( .skin-timeless ) .ib-election .notpageimage.noresize img {
height: 80px !important;
width: auto !important;
}
}
}
}
Lína 35: Lína 30:
/* always light mode for the images */
/* always light mode for the images */
@media screen {
@media screen {
html.skin-theme-clientpref-night .ib-election .mw-file-description img {
.skin-theme-clientpref-night .ib-election .mw-file-description img {
background-color: #f8f9fa;
background-color: #f8f9fa;
}
}
Lína 41: Lína 36:


@media screen and (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ib-election .mw-file-description img {
.skin-theme-clientpref-os .ib-election .mw-file-description img {
background-color: #f8f9fa;
background-color: #f8f9fa;
}
}

Útgáfa síðunnar 27. október 2024 kl. 17:35

/* {{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) {
	.skin--responsive:not(.skin-monobook):not(.skin-timeless) .ib-election .notpageimage.noresize img {
		height: 80px;
		width: auto;
	}
}

/* always light mode for the images */
@media screen {
	.skin-theme-clientpref-night .ib-election .mw-file-description img {
		background-color: #f8f9fa;
	}
}

@media screen and (prefers-color-scheme: dark) {
	.skin-theme-clientpref-os .ib-election .mw-file-description img {
		background-color: #f8f9fa;
	}
}