Difference between revisions of "MediaWiki:Common.css"

From BalCCon 2k22 - Loading
Jump to: navigation, search
 
Line 7: Line 7:
font-family: 'Open Sans';
font-family: 'Open Sans';
font-size: 16px;
font-size: 16px;
background:url('images/BalCCon2k22_2.png') center center fixed;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;

Latest revision as of 15:53, 19 June 2022

/* CSS placed here will be applied to all skins */
/* last modification stuff */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Trade+Winds&display=swap');

body {
font-family: 'Open Sans';
font-size: 16px;
background:url('images/BalCCon2k22_2.png') center center fixed; 
background-repeat: no-repeat;
background-position: center;
color: #888;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;

}
.navbar-default{
font-family: 'Trade Winds'; 	
}
.firstHeading{
font-family: 'Trade Winds'; 	
}
#footer { display: none; }