MediaWiki:Common.css

From Electromagnetic Field
Revision as of 21:44, 11 May 2018 by Stitch (talk | contribs) (readability part #1)
Jump to navigation Jump to search

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

#mw-head-base{
background-image: url('https://wiki.emfcamp.org/w/images/5/5e/Header.jpg');
}

#footer{
background-image: url('https://wiki.emfcamp.org/w/images/thumb/e/e9/Footer.jpg/800px-Footer.jpg');
}


#content{
background-color: #171123 !important;
color:white;
}

#content a{
 color:silver !important;
}

#content a:visited {
 color: silver !important;
}

#content a:hover {
 color: silver !important;
}

h1 {
color:white !important;
}

/* here are all the unreadable things and such... */
.smw-editpage-help, .editOptions {
color: black !important;
}