Difference between revisions of "MediaWiki:Common.css"

From Mea Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
.mw-navigation {
 
.mw-navigation {
 
   white-space: nowrap;
 
   white-space: nowrap;
 +
}
 +
 +
div#mw-panel {
 +
  width: inherit;
 
}
 
}

Revision as of 13:10, 1 December 2018

/* CSS placed here will be applied to all skins */

#footer-places {
  display: none;
}

#footer-icons {
  display: none;
}

#p-namespaces {
  display: none;
}

.mw-body {
  margin-left: 12em;
}

.mw-navigation {
  white-space: nowrap;
}

div#mw-panel {
  width: inherit;
}