Difference between revisions of "MediaWiki:Common.css"

From Horse Academy
Jump to navigation Jump to search
Line 2: Line 2:


body.page-Main_Page h1 { display: none; }
body.page-Main_Page h1 { display: none; }
a {color:#19c1fc; font-weight:800;}


p a {color:#19c1fc; font-weight:800;}
p a {color:#19c1fc; font-weight:800;}

Revision as of 10:22, 16 March 2022

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

body.page-Main_Page h1 { display: none; }

p a {color:#19c1fc; font-weight:800;}

.navbox {
margin-top:50px;
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;}