From ProventusNova DeveloperWiki
Revision as of 11:09, 8 April 2025 by Admin (talk | contribs)

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.
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none !important; }

#catlinks{
    display: none !important;
}

/* Hide "View source" for non-logged-in users */
.skin-vector #ca-viewsource {
    display: none !important;
}

#ca-talk {
    display: none !important;
}


/* Expand the main content area */
.skin-timeless #mw-content {
    margin-left: 0 !important;
}

/* Hide "View source" and "History" for non-logged-in users */
body.skin-timeless .vector-menu-tabs a[title="View source"],
body.skin-timeless .vector-menu-tabs a[title="History"] {
    display: none !important;
}

/* Hide history tab for everyone except sysops */
li#ca-history { display: none !important; }