MediaWiki:Common.css
From Fixme.ch
Revision as of 19:51, 8 January 2013 by Admin (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: →BOITES D'AVANCEMENT: →Pour les boites d'avancement, voir Template:Avancement.: .avance_boite { position: relat...")
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* BOITES D'AVANCEMENT */ /* Pour les boites d'avancement, voir [[Template:Avancement]]. */ .avance_boite { position: relative; margin: 0; padding: 0; width: 100px; height: 16px; background: #D3D3D3; border: solid 1px gray; } .avance_barre { position: relative; margin: 0; padding: 0; height: 100%; background: #A0A0FF; border: 0; vertical-align: middle; } .avance_texte { position: absolute; top: 50%; left: 0; width: 100px; height: 100%; padding: 0; border: 0; margin: 0; margin-top: -0.5em; text-align: center; font-size: 14px; line-height: 1em; }