MediaWiki:Common.css

From Imperial Minerals Wiki
Revision as of 17:52, 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;
}
.vector-feature-zebra-design-disabled .mw-page-container{
padding-left: 230px;
    background: transparent;
}

.vector-feature-zebra-design-disabled .mw-page-container-inner{
display: block;
}

.vector-page-titlebar, .vector-page-toolbar-container{
box-shadow: none;
}
#p-associated-pages .mw-list-item.selected a{
    background: white;
    border: 1px solid #F0EAE5;
    border-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
}
.vector-page-toolbar{
z-index: 9;
}
#bodyContent{
    background: white;
    margin-top: -2px;
    border: 1px solid #F0EAE5;
    border-radius: 4px;
    padding-bottom: 30px;
}
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu{
    padding: 0px 0px;
    background-color: transparent;
}