MediaWiki: Common.css: Difference between revisions
From BalCCon2k23 - SYSTEM FAILURE
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
font-size: 16px; | font-size: 16px; | ||
color: #888; | color: #888; | ||
background-color: # | background-color: #33333; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; |
Latest revision as of 14:43, 15 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: #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 Glitch'; } .firstHeading{ font-family: 'Rubik Glitch'; } #footer { display: none; }