MediaWiki:Common.css

From annawiki
Revision as of 2015-07-28T11:57:36 by Tobiasco (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 */
#left-navigation {display:none}

body{
 width:1002px;
 margin:auto;
}

div#mw-head{
 width:1002px;
 right:auto;
}

div#mw-panel{
 top:0;
 width:auto;
 padding-left:0;
 padding-top:0;
 left:auto;
 position:static;
 float:left;
}
div#footer{
 margin-left:6em;
}
#footer-icons{
 display:none;
}

div#content{
 margin-left:0;
}
#p-logo{
 top:0;
 position:absolute;
 left:auto;
 height:80px;
}