Difference between revisions of "MediaWiki:Common.css"

From Horse Academy
Jump to navigation Jump to search
Line 9: Line 9:
}
}


.navbox a {background:red;}
.navbox a {background:red; margin-bottom:0px; padding-bottom:0px;}

Revision as of 09:44, 16 March 2022

/* CSS placed here will be applied to all skins */

.navbox {
border-radius: 25px;
  border:2px solid black;
  padding: 20px 20px 0px 20px;
text-align:center;
font-size:120%;
}

.navbox a {background:red; margin-bottom:0px; padding-bottom:0px;}