MediaWiki: Common.css

From BalCCon 2k22 - Loading
Revision as of 15:12, 19 June 2022 by Jelena (talk | contribs)
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 */
/* last modification stuff */
#footer { display: none; }
@import url('https://fonts.googleapis.com/css2?family=Shojumaru&display=swap');

body {
font-family: 'Open Sans';
font-size: 16px;
background-repeat: no-repeat;
background-position: center;
color: #888;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top: 600px;
left: 0;

}
.navbar-default{
font-family: 'Shojumaru', cursive; 	
}
.firstHeading{
font-family: 'Shojumaru', cursive; 	
}