MediaWiki:Common.css

Revision as of 09:37, 4 October 2022 by Admin (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 */
/* Remove Scroll Bar in Mobile*/
body {
    overflow-y: hidden !important;
}

/* Match background color to branding*/
body {
	background-color: #fafafa;
}

/* Match branding for post */
.mw-body {
    border: 1px hsl( 0,0%,82.7% ) solid;
    background: white;
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 10%);
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}