Jump to content

Welcome to the βeta launch of Creatorpedia, make your favorite creator shine.

MediaWiki:Common.css

From Creatorpedia, the creator economy encyclopedia
Revision as of 21:36, 10 April 2026 by Godman Andrew (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* hide main page title */
body.page-Main_Page h1.firstHeading { display: none; }

/* hide lastmodified date from homepage */
body.page-Main_Page #footer-info-lastmod {
    display: none;
}

/* 1. Hide sitenotice on all pages */
#siteNotice {
    display: none;
}
/* 2. Show sitenotice only on Main Page */
body.page-Main_Page #siteNotice {
    display: block;
}

/* Reduce gaps between paragraphs 
#mw-content-text p {
    margin-bottom: -1em !important;
}*/