MediaWiki:Printvec.css: Unterschied zwischen den Versionen
Aus WikiReal
(Auch Top-Navigation ausblenden) |
K (Format) |
||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 4: | Zeile 4: | ||
} | } | ||
div#mw-head-base { | div#mw-head-base { | ||
| + | display: none; | ||
| + | } | ||
| + | div#mw-navigation { | ||
display: none; | display: none; | ||
} | } | ||
| Zeile 18: | Zeile 21: | ||
div#footer { | div#footer { | ||
margin-left: 0em; | margin-left: 0em; | ||
| + | border: 0px; | ||
| + | } | ||
| + | div#content { | ||
| + | border-bottom: 0px; | ||
| + | } | ||
| + | |||
| + | div#footer { | ||
| + | display: none; | ||
} | } | ||
Aktuelle Version vom 15. Dezember 2015, 11:50 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: 0px; } div#content { border-bottom: 0px; } div#footer { display: none; }