„Snið:Kosningar/styles.css“: Munur á milli breytinga
Útlit
Efni eytt Efni bætt við
css |
Ekkert breytingarágrip Merki: Breyting tekin til baka |
||
Lína 21: | Lína 21: | ||
} |
} |
||
⚫ | |||
/* To avoid seeming biased on responsive skins - make sure all images are the |
|||
⚫ | |||
* same width and displayed e.g. not hidden by a scrollable element |
|||
⚫ | |||
* use !important for both of these to override any widths or heights provided by |
|||
⚫ | |||
* templates, otherwise these will squish. |
|||
*/ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
} |
} |
||
Lína 35: | Lína 30: | ||
/* always light mode for the images */ |
/* always light mode for the images */ |
||
@media screen { |
@media screen { |
||
.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) { |
||
.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;
}
}