MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Bilderresizetest)
 
(move infobox style css into here.)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto; }
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; background-color: #eee; color: black; }

Revision as of 00:21, 29 March 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; background-color: #eee; color: black; }