MediaWiki: Common.css: Difference between revisions

From BalCCon2k24
Jump to: navigation, search
(Created page with " →‎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: #33333; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; top: 600px; left: 0; } .navbar-default{ font-family: '...")
 
No edit summary
Line 3: Line 3:
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap')
body {
body {
font-family: 'Open Sans';
font-family: 'Open Sans';
Line 17: Line 18:
}
}
.navbar-default{
.navbar-default{
font-family: 'Rubik Glitch';
font-family: 'Rubik Maze';


}
}
.firstHeading{
.firstHeading{
font-family: 'Rubik Glitch';
font-family: 'Rubik Maze';
}
}
#footer { display: none; }
#footer { display: none; }

Revision as of 21:27, 10 March 2024

 /* 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');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap')
body {
font-family: 'Open Sans';
font-size: 16px;
color: #888;
background-color: #33333;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;

}
.navbar-default{
font-family: 'Rubik Maze'; 	

}
.firstHeading{
font-family: 'Rubik Maze'; 	
}
#footer { display: none; }