MediaWiki: Common.css: Difference between revisions

From BalCCon2k23 - SYSTEM FAILURE
Jump to: navigation, search
No edit summary
No edit summary
Line 7: Line 7:
font-size: 16px;
font-size: 16px;
color: #888;
color: #888;
background-color: #595959;
background-color: #333333;
-webkit-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-moz-background-size: cover;

Revision as of 13:54, 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;
background-color: #333333;
-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; }