Template:Hide Sidebar

From Yanfly.moe Wiki
Revision as of 14:05, 2 December 2021 by Yanfly (talk | contribs) (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-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<css>

  1. column-content {margin: 0 0 .6em 0;}
  2. content {margin: 2.8em 0 0 0;}
  3. p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search {
  display:none;

}

  1. p-cactions { left: .1em; }
  2. footer { display:none; }
  3. mw_content { margin-left:0.2em; }

</css>