MediaWiki:Common.css

From Beta Wiki
Revision as of 15:12, 13 August 2024 by Swusho (talk | contribs)

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 */

@font-face {
   font-family: Minecraft;
   src: url('fonts/MinecraftRegular-Bmg3.otf');
   font-family: Minecraft-Bold;
   src: url('fonts/MinecraftBold-nMK1.otf');
}

html {
   background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('http://192.168.0.26/betawiki/images/b/bf/DirtBackground.png?20240813130941');
background-size: 150px;
image-rendering: pixelated;
}

div.mw-page-container {
   background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('http://192.168.0.26/betawiki/images/b/bf/DirtBackground.png?20240813130941');
background-size: 150px;
image-rendering: pixelated;
}

h1, h2, h3, p, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2, html, body {
   color: rgb(255, 255, 255);
   font-family: Minecraft;
}