MediaWiki:Common.css
From Pavlov VR Wiki
Revision as of 21:11, 18 July 2017 by FreakOnALeash (talk | contribs)
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: 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 */ /* Disables the Title on the MAIN page */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } /* Disables the Title on the GAME INDEX page */ body.page-Pavlov_VR.action-view h1.firstHeading, body.page-Pavlov_VR.action-submit h1.firstHeading { display: none; } /* Disables the Title on the EDITOR page */ body.page-Custom_Map_Workshop.action-view h1.firstHeading, body.page-Custom_Map_Workshop.action-submit h1.firstHeading { display: none; } /* Disables the Title on the SPOTLIGHT page */ body.page-Community_Spotlights.action-view h1.firstHeading, body.page-Community_Spotlights.action-submit h1.firstHeading { display: none; } /* Reddit Link Template color white */ span.reddit-link a { color: white; }