Difference between revisions of "MediaWiki:Common.css"

From Horse Academy
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 3: Line 3:
body.page-Main_Page h1 { display: none; }
body.page-Main_Page h1 { display: none; }


a {color:#19c1fc; font-weight:bold;}
p a {color:#19c1fc; font-weight:800;}
 
.text {color:#19c1fc;}
 
#content a { color:#047aa3;}


.navbox {
.navbox {
margin-top:50px;
margin-bottom:20px;
background:#3b3b3b;
background:#3b3b3b;
border-radius: 25px;
border-radius: 25px;
   border:2px solid black;
 
   padding: 20px;
   padding: 10px;
text-align:center;
font-size:140%;
}
 
.bg { background: url(https://www.blue-omega.com/images/herobanner.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
padding:0 20px;
    padding-top:20px;
    padding-bottom:50px;
}
 
 
.halogo { background: url(https://www.blue-omega.com/images/logoicon.png) no-repeat;
width:150px;
height:150px;
margin:90px auto; }
 
.about {background:white;
width:60%;
margin:0 auto;
border-radius: 25px;
opacity: 0.6;
   padding: 10px;
text-align:center;
text-align:center;
font-size:140%;
font-size:140%;
}
}


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

Latest revision as of 12:16, 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;

  padding: 10px;
text-align:center;
font-size:140%;
}

.bg { background: url(https://www.blue-omega.com/images/herobanner.jpg) no-repeat bottom center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
padding:0 20px;
    padding-top:20px;
    padding-bottom:50px;
}


.halogo { background: url(https://www.blue-omega.com/images/logoicon.png) no-repeat;
width:150px;
height:150px;
margin:90px auto; }

.about {background:white;
width:60%;
margin:0 auto;
border-radius: 25px;
opacity: 0.6;
  padding: 10px;
text-align:center;
font-size:140%;

}



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

.clear {clear:both;}