MediaWiki:Printvec.css: Unterschied zwischen den Versionen

Aus WikiReal
Wechseln zu: Navigation, Suche
(Auch Top-Navigation ausblenden)
(Auch ohne Navigation und Footer)
Zeile 6: Zeile 6:
 
   display: none;
 
   display: none;
 
}
 
}
 +
div#mw-navigation {
 +
  display: none;
 +
}
 +
  
 
/** Hide sidebar **/
 
/** Hide sidebar **/
Zeile 18: Zeile 22:
 
div#footer {
 
div#footer {
 
   margin-left: 0em;
 
   margin-left: 0em;
 +
}
 +
 +
div#footer {
 +
  display: none;
 
}
 
}

Version vom 12. Dezember 2015, 21:29 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;
}
 
div#footer {
  display: none;
}