MediaWiki:Common.css: Difference between revisions

From Imperial Minerals Wiki
No edit summary
No edit summary
Line 5: Line 5:


.vector-header-container{
.vector-header-container{
border-bottom: #F0EAE5;
border-bottom: 1px solid #F0EAE5;
background-color: white;
background-color: white;
   position: fixed;
   position: fixed;
Line 17: Line 17:
   background-color: #F6F6F6;
   background-color: #F6F6F6;
   color: #213A45;
   color: #213A45;
  padding-top: 100px;
}
}

Revision as of 17:03, 12 February 2024

/* CSS placed here will be applied to all skins */
.mw-logo-icon{
  width: 100%;
}

.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;
}