MediaWiki: Common.css: Difference between revisions
From WikiProducers
css remove page title |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
display: none; | 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 |
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