MediaWiki:Common.css
From Path of Diablo Wiki
Revision as of 23:19, 26 August 2023 by GreenDude (talk | contribs) (Replaced content with "→Collapse image toggle: .mw-collapsible-toggle .up, .mw-customtoggle .up, .mw-collapsed .mw-collapsible-toggle .down, .mw-collapsed .mw-customtoggle .down { display:...")
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.
/* Collapse image toggle */ .mw-collapsible-toggle .up, .mw-customtoggle .up, .mw-collapsed .mw-collapsible-toggle .down, .mw-collapsed .mw-customtoggle .down { display: none; } .mw-collapsible-toggle .down, .mw-customtoggle .down, .mw-collapsed .mw-collapsible-toggle .up, .mw-collapsed .mw-customtoggle .up { display: block; }