MediaWiki:Printvec.css: Unterschied zwischen den Versionen

Aus WikiReal
Wechseln zu: Navigation, Suche
K (Format)
(Format)
Zeile 23: Zeile 23:
 
   border-left: 0px;
 
   border-left: 0px;
 
}
 
}
div#content.mw-body {
+
div#content {
 
   margin-bottom: 0em;
 
   margin-bottom: 0em;
 
}
 
}

Version vom 12. Dezember 2015, 23:10 Uhr

/** Hide top navigation **/
div#mw-page-base {
  display: none;
}
div#mw-head-base {
  display: none;
}
div#mw-navigation {
  display: none;
}
 
/** Hide sidebar **/
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 0em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 0em;
  border-left: 0px;
}
div#content {
  margin-bottom: 0em;
}
 
div#footer {
  display: none;
}