Template:NavigationHide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<css> | <css> | ||
div#mw-panel | div#mw-panel, div#mw-head | ||
{ | { | ||
display:none; | display:none; | ||
} | } | ||
} | } | ||
#left-navigation { left: 1em; } | #left-navigation { left: 1em; } | ||
div#footer, #mw-head-base, div#content { margin-left: 1em; } | |||
/******************* | /******************* | ||
.portal { display:none } | .portal { display:none } | ||
div#mw-panel { | div#mw-panel { width: 1em; } | ||
#mw-head-base { display:none } | #mw-head-base { display:none } | ||
#content, #mw-head {margin-top: 7em; } | #content, #mw-head {margin-top: 7em; } |