To get updates on new site content, like us on Facebook or follow us on Twitter.

MediaWiki:Common.css

From JFA Wiki
Revision as of 23:44, 30 January 2019 by Gregfuller (talk | contribs)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.

/* CSS placed here will be applied to all skins */

/* magnify most everything */ body { font-size: 130%; color: red; }

/* TOP................................ */

/* set the top background color */

#mw-head, #left-navigation, #right-navigation {

background-color: blue; }

/* take the ancient gradients off some of the top tabs */ .vectorTabs ul li { background-image: none; }

/* SIDEBAR............................ */

/* set the sidebar backgroundcolor */ body { background-color: #efeade; }