MediaWiki:Common.css

From BalCCon2k24
Revision as of 21:26, 10 March 2024 by Jelena (talk | contribs) (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: '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 /* 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; }