MediaWiki:Common.css
Revision as of 10:30, 11 August 2009 by Ryan Richard Overbey (talk | contribs) (Created page with '→CSS placed here will be applied to all skins: .meter, .parallel { background-image: url( 'images/magnifier.png'); background-repeat: no-repeat; padding: 0 .5em; 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 / 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 */ .meter, .parallel { background-image: url( 'images/magnifier.png'); background-repeat: no-repeat; padding: 0 .5em; display: inline; } .parallel { background-image: url( 'images/resultset_next.png'); } .meter .metertext, .parallel .paralleltext { display: none; } .meter:hover .metertext, .parallel:hover .paralleltext { display: block; position: absolute; margin-top: -2em; border: 2px dotted darkslategray; padding: 1em; background-color: white; }