MediaWiki:Common.css

From CipherSpace Client Wiki
Revision as of 23:19, 11 November 2015 by Client Admin (talk | contribs)
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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */


body {
background-image: url(images/CwikiBkg.png);
background-repeat:no-repeat;
}
/* clear image and gradation from navigation header and bump everything down to work with CipherSpace background image*/
#mw-page-base {
height:9.5em;
background-image:none;
background-color:transparent;
}

#mw-head-base {
margin-top: -4.5em;
height:5em;
}

#left-navigation {
margin-top:7.5em;
}

#right-navigation {
margin-top:7.5em;
}

#p-personal {
top:0.6em;
}