Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page h1 { display: none; } | |||
.navbox { | .navbox { |
Revision as of 09:52, 16 March 2022
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1 { display: none; } .navbox { background:#3b3b3b; border-radius: 25px; border:2px solid black; padding: 20px; text-align:center; font-size:140%; } .navbox a {color:white; margin-bottom:0px; padding-bottom:0px;}