MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(move infobox style css into here.)
m (dark mode support (do not hardcode colours))
 
Line 2: Line 2:
img { max-width: 100%; height: auto; width: auto; }
img { max-width: 100%; height: auto; width: auto; }
/* [[Template:Infobox_start]] */
/* [[Template:Infobox_start]] */
.t-infobox { width: 308px; float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0; text-align: left; border: 1px solid #aaaaaa; background-color: #eee; color: black; }
.t-infobox { width: 308px; float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0; text-align: left; border: 1px solid #aaaaaa; }

Latest revision as of 21:33, 19 April 2024

/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto; }
/* [[Template:Infobox_start]] */
.t-infobox { width: 308px; float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0; text-align: left; border: 1px solid #aaaaaa; }