MediaWiki:Common.css: Difference between revisions
From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
Created page with "→CSS placed here will be applied to all skins: .firstHeading { display: none; }" |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | @import url("/resources/flag-icons/css/flag-icons.min.css"); | ||
#catlinks { | |||
display: block !important; | |||
margin-top: 2em; | |||
} | |||
#p-banner { | |||
display: none; | |||
} | } |
Latest revision as of 07:48, 21 June 2025
/* CSS placed here will be applied to all skins */ @import url("/resources/flag-icons/css/flag-icons.min.css"); #catlinks { display: block !important; margin-top: 2em; } #p-banner { display: none; }