MediaWiki:Printvec.css: Unterschied zwischen den Versionen
Aus WikiReal
K (Format) |
K (Format) |
||
Zeile 23: | Zeile 23: | ||
border-left: 0px; | border-left: 0px; | ||
} | } | ||
− | #mw- | + | div#content.mw-body { |
− | + | ||
margin-bottom: 0em; | margin-bottom: 0em; | ||
} | } |
Version vom 12. Dezember 2015, 22:08 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.mw-body { margin-bottom: 0em; } div#footer { display: none; }