MediaWiki: Common.css: Difference between revisions

From BalCCon2k23 - SYSTEM FAILURE
Jump to: navigation, search
No edit summary
No edit summary
Line 6: Line 6:
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-position: center;
color: #888;
color: #888;
-webkit-background-size: cover;
-webkit-background-size: cover;

Revision as of 13:38, 10 April 2023

 /* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
body {
font-family: 'Open Sans';
font-size: 16px;
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: 'Rubik Pixels'; 	
}
.firstHeading{
font-family: 'Rubik Pixels'; 	
}
#footer { display: none; }