MediaWiki:Common.css: Difference between revisions

From Imperial Minerals Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-logo-icon{
.mw-logo-icon{
width: 100%;
  width: 100%;
}
}


Line 7: Line 7:
border-bottom: #F0EAE5;
border-bottom: #F0EAE5;
background-color: white;
background-color: white;
    position: fixed;
  position: fixed;
    top: 0px;
  top: 0px;
    left: 0;
  left: 0;
    right: 0;
  right: 0;
    z-index: 9999;
  z-index: 9999;
}
 
.vector-feature-zebra-design-disabled body {
  background-color: #F6F6F6;
  color: #213A45;
}
}

Revision as of 17:02, 12 February 2024

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

.vector-header-container{
border-bottom: #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;
}