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