MediaWiki:Printvec.css: Unterschied zwischen den Versionen

Aus WikiReal
Wechseln zu: Navigation, Suche
K (Format)
K (Format)
Zeile 22: Zeile 22:
 
   margin-left: 0em;
 
   margin-left: 0em;
 
   border-left: 0px;
 
   border-left: 0px;
 +
}
 +
#mw-head-base,
 +
div#footer {
 +
  margin-bottom: 0em;
 
}
 
}
  

Version vom 12. Dezember 2015, 23:03 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;
}
#mw-head-base,
div#footer {
  margin-bottom: 0em;
}
 
div#footer {
  display: none;
}