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 url('https://fonts.googleapis.com/css2?family=Shojumaru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Potta+One&family=Shadows+Into+Light&family=Shojumaru&display=swap');


body {
body {
Line 19: Line 19:
}
}
.navbar-default{
.navbar-default{
font-family: 'Shojumaru', cursive;
    font-family: 'Fredoka One', cursive;
 
    font-family: 'Potta One', cursive;
 
    font-family: 'Shadows Into Light', cursive;
 
    font-family: 'Shojumaru', cursive;
}
}
.firstHeading{
.firstHeading{
font-family: 'Shojumaru', cursive;
    font-family: 'Fredoka One', cursive;
 
    font-family: 'Potta One', cursive;
 
    font-family: 'Shadows Into Light', cursive;
 
    font-family: 'Shojumaru', cursive;
}
}

Revision as of 15:25, 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=Fredoka+One&family=Potta+One&family=Shadows+Into+Light&family=Shojumaru&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: 'Fredoka One', cursive;

    font-family: 'Potta One', cursive;

    font-family: 'Shadows Into Light', cursive;

    font-family: 'Shojumaru', cursive;
}
.firstHeading{
    font-family: 'Fredoka One', cursive;

    font-family: 'Potta One', cursive;

    font-family: 'Shadows Into Light', cursive;

    font-family: 'Shojumaru', cursive;
}