Difference between revisions of "MediaWiki:Common.css"

From Horse Academy
Jump to navigation Jump to search
Line 14: Line 14:
border-radius: 25px;
border-radius: 25px;
   border:2px solid black;
   border:2px solid black;
   padding: 20px;
   padding: 10px;
text-align:center;
text-align:center;
font-size:140%;
font-size:140%;

Revision as of 10:29, 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;}

.text {color:#19c1fc;}

#content a { color:#047aa3;}

.navbox {
margin-bottom:20px;
background:#3b3b3b;
border-radius: 25px;
  border:2px solid black;
  padding: 10px;
text-align:center;
font-size:140%;
}

#content .navbox a {color:white; margin-bottom:0px; padding-bottom:0px; font-weight:500;}