MediaWiki:Common.css: Difference between revisions

From Imperial Minerals Wiki
No edit summary
No edit summary
Line 27: Line 27:
     background: white;
     background: white;
     border-right: 1px solid #F0EAE5;
     border-right: 1px solid #F0EAE5;
}
.vector-feature-zebra-design-disabled .mw-page-container-inner{
display: block;
}
}

Revision as of 17:17, 12 February 2024

/* 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-inner{
display: block;
}