MediaWiki: Common.css: Difference between revisions
From BalCCon2k23 - SYSTEM FAILURE
No edit summary Tag: Manual revert |
No edit summary |
||
Line 18: | Line 18: | ||
.navbar-default{ | .navbar-default{ | ||
font-family: 'Rubik Glitch'; | font-family: 'Rubik Glitch'; | ||
} | } | ||
.firstHeading{ | .firstHeading{ |
Revision as of 18:26, 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 Glitch'; } .firstHeading{ font-family: 'Rubik Glitch'; } #footer { display: none; }