MediaWiki:Common.css
From AndroWiki
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
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* ============== The following css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */ /* Stylesheet-Ergänzung zu Navigationsleisten */ div.NavFrame { clear: both; margin: 1.5em 0 0; border: 1px solid #aaa; padding: 2px; font-size: 95%; text-align: center; } /* Automatisches Verschmelzen, funktioniert nicht im IE 6 */ div.NavFrame + div.NavFrame { margin-top: -1px; } div.NavPic { margin: 0; padding: 2px; float: left; } div.NavHead { font-weight: bold; background-color: #efefef; } /* Redundant zu .visualClear in shared.css und IE60Fixes.css */ div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } /* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */ .NavToggle { font-size: x-small; float: right; } /* Workaround für Internet Explorer 6 */ div.NavFrame, div.NavPic, .NavToggle { position: relative; } /* ============== The previous css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */