MediaWiki: Common.css: Difference between revisions
From WikiProducers
m added infobox agent css |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
.badge { display:inline-block; padding:.15em .5em; border-radius:999px; background:#f2f2f2; font-size:.85em; } | .badge { display:inline-block; padding:.15em .5em; border-radius:999px; background:#f2f2f2; font-size:.85em; } | ||
.infobox { border:1px solid #ddd; background:#fff; } | .infobox { border:1px solid #ddd; background:#fff; } | ||
// <weight>: Use a value from 200 to 900 | |||
// <uniquifier>: Use a unique and descriptive class name |
Latest revision as of 06:08, 17 August 2025
/* CSS placed here will be applied to all skins */
/* Hide page title display */
#firstHeading {
display: none;
}
/* infobox agent
.badge { display:inline-block; padding:.15em .5em; border-radius:999px; background:#f2f2f2; font-size:.85em; }
.infobox { border:1px solid #ddd; background:#fff; }
// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name