User:Archimedes5000/vector.css

From Deceive Inc. Wiki
Revision as of 15:50, 20 March 2024 by Archimedes5000 (talk | contribs) (Created page with "→‎Mobile styles: @media (max-width:700px) { #left-navigation { margin:40px 0 0 0; } #right-navigation { margin:40px 0 0 0; } .vector-menu-content-list { padding-left:0 !important; } #footer { padding: 0 12px 0 12px; margin-left:0; } #mw-head-base { margin-left:0; } #p-search { display:none; →‎can be moved with js to where it was in REL1_35 and displayed there: } #mw-panel { display:n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*Mobile styles*/
@media (max-width:700px) {
   #left-navigation {
      margin:40px 0 0 0;
   }
   #right-navigation {
      margin:40px 0 0 0;
   }
   .vector-menu-content-list {
      padding-left:0 !important;
   }
   #footer {
      padding: 0 12px 0 12px;
      margin-left:0;
   }
   #mw-head-base {
      margin-left:0;
   }
   #p-search {
      display:none; /*can be moved with js to where it was in REL1_35 and displayed there*/
   }
   #mw-panel {
      display:none;
   }
   #content.mw-body {
      margin:0 !important;
   }
}