Difference between revisions of "MediaWiki:Common.css"

From BalCCon 2k22 - Loading
Jump to: navigation, search
Line 2: Line 2:
/* last modification stuff */
/* last modification stuff */
#footer { display: none; }
#footer { display: none; }
@import
@import url('https://fonts.googleapis.com/css2?family=Shojumaru&display=swap');
url('https://fonts.googleapis.com/css2?family=Shojumaru&display=swap');


body {
body {

Revision as of 15:11, 19 June 2022

/* CSS placed here will be applied to all skins */
/* last modification stuff */
#footer { display: none; }
@import url('https://fonts.googleapis.com/css2?family=Shojumaru&display=swap');

body {
font-family: 'Open Sans';
font-size: 16px;
background:url('images/background_final.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: 'Shojumaru', cursive; 	
}
.firstHeading{
font-family: 'Shojumaru', cursive; 	
}