MediaWiki:Vector.css

From Deceive Inc. Wiki
Revision as of 16:42, 21 March 2024 by Yoshiro (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎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 o...")
(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.
/* All CSS here will be loaded for users of the Vector skin */

/*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 older versions and displayed there*/
   }
   #mw-panel {
      display:none;
   }
   #content.mw-body {
      margin:0 !important;
   }
}