MediaWiki:Common.css

From iGeek

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.mw-editsection {
    display: none;
}

/* .generated-sidebar  { display:none; }
#p-logo, .generated-sidebar, #p-lang, #p-tb  { display:none; }
https://www.mediawiki.org/wiki/Manual:Interface/Sidebar*/

ul.smw-format.ul-format.exampleclass {
    column-count: 3;
}

/* https://www.mediawiki.org/wiki/User:Subfader/Hide_page_tabs */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
.catlinks { display: none; }
.toc, #toc { display: none; }
/* .catlinks { display: none; } - Hide Categories Globally */
/* .toc, #toc { display: none; } - Hide TOC Globally*/

ul ol details {
   padding-bottom:15px; 
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.