MediaWiki:Common.css: Difference between revisions

From OpenJuris

restoring spacing after hiding navigation label
this is not even needed
Tag: Blanking
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Medik sidebar width override — Bootstrap-correct */
@media (min-width: 768px) {
  .skin-medik #mw-navigation {
    flex: 0 0 16%;
    max-width: 16%;
  }
}


@media (min-width: 1200px) {
  .skin-medik #mw-navigation {
    flex: 0 0 12%;
    max-width: 12%;
  }
}
.skin-medik #mw-navigation a,
.skin-medik #mw-navigation a:visited {
  color: #202122;
}
.skin-medik #mw-navigation h3 {
  color: #202122;
  font-weight: 600;
}
/* Hide Bootstrap "Navigation" label in Medik */
.skin-medik #p-navigation-label {
  display: none !important;
}
/* Restore spacing after hiding Navigation label */
.skin-medik #mw-navigation ul.nav {
  margin-top: 0.75rem;  /* adjust: 0.5–1rem */
}

Latest revision as of 23:28, 17 December 2025