MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .pi-data-label { min-width: 90px; }" |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.pi-data-label { | .pi-data-label { | ||
min-width: 90px; | min-width: 90px; | ||
text-align: right; | |||
} | |||
html.skin-theme-clientpref-night { | |||
--background-color-base: #0e0e0e; | |||
} | |||
li.gallerybox div.thumb { | |||
background-color: transparent; | |||
border: 0px; | |||
} | |||
div.gallerytext { | |||
padding: 0px 0px 0px; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } |
Latest revision as of 02:51, 22 April 2025
/* CSS placed here will be applied to all skins */ .pi-data-label { min-width: 90px; text-align: right; } html.skin-theme-clientpref-night { --background-color-base: #0e0e0e; } li.gallerybox div.thumb { background-color: transparent; border: 0px; } div.gallerytext { padding: 0px 0px 0px; text-align: center; font-weight: bold; }