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