Difference between revisions of "Template:Hide Sidebar"
Jump to navigation
Jump to search
(Created page with "<noinclude>Hide Sidebar</noinclude> <css> #column-content {margin: 0 0 .6em 0;} #content {margin: 2.8em 0 0 0;} #p-logo, .generated-sidebar, #p-...") |
|||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Display templates|Hide Sidebar]]</noinclude> | <noinclude>[[Category:Display templates|Hide Sidebar]]</noinclude> | ||
| − | + | {{#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; | ||
| + | } | ||
| + | }} | ||
Revision as of 14:18, 2 December 2021
{{#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;
}
}}