Difference between revisions of "Template:HideSidebar"
From SME Server
Jump to navigationJump to searchm |
m (Protected "Template:HideSidebar" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
p, li { white-space: pre-wrap; } | p, li { white-space: pre-wrap; } | ||
<css> | <css> | ||
− | |||
#column-content {margin: 0 0 .6em 0;} | #column-content {margin: 0 0 .6em 0;} | ||
− | |||
#content {margin: 2.8em 0 0 0;} | #content {margin: 2.8em 0 0 0;} | ||
− | |||
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { | #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { | ||
− | |||
display:none; | display:none; | ||
− | |||
} | } | ||
− | |||
#p-cactions { left: .1em; } | #p-cactions { left: .1em; } | ||
− | |||
#footer { display:none; } | #footer { display:none; } | ||
− | |||
#mw_content { margin-left:0.2em; } | #mw_content { margin-left:0.2em; } | ||
− | |||
</css> | </css> |
Latest revision as of 12:04, 22 May 2017
p, li { white-space: pre-wrap; } <css>
- column-content {margin: 0 0 .6em 0;}
- content {margin: 2.8em 0 0 0;}
- p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search {
display:none;
}
- p-cactions { left: .1em; }
- footer { display:none; }
- mw_content { margin-left:0.2em; }
</css>