MediaWiki:Common.css

From Imperial Minerals Wiki
Revision as of 17:11, 12 February 2024 by Woveadmin (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 */
.mw-logo-icon{
  width: 190px;
}

.vector-header-container{
border-bottom: 1px solid #F0EAE5;
background-color: white;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.vector-feature-zebra-design-disabled body {
  background-color: #F6F6F6;
  color: #213A45;
  padding-top: 100px;
}
#mw-navigation{
position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 100px 10px 10px 30px;
    background: white;
    border-right: 1px solid #F0EAE5;
}