Difference between revisions of "MediaWiki:Common.css"

From BalCCon 2k22 - Loading
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* last modification stuff */
/* last modification stuff */
#footer { display: none; }


@import url('https://fonts.googleapis.com/css?family=Open+Sans|Trade+Winds&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Trade+Winds&display=swap');
Line 25: Line 24:
font-family: 'Trade Winds';
font-family: 'Trade Winds';
}
}
#footer { display: none; }

Revision as of 15:44, 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-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; }