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-Additions to the Navbars */ div.NavFrame { clear: both; margin: 1.5em 0 0; border: 1px solid #aaa; padding: 2px; font-size: 95%; text-align: center; } /* Automatic merging, doesn't work in 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 to .visualClear in shared.css and IE60Fixes.css */ div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } /* Stylesheet for the 'Expand'-Button at the navbars, which is implemented in [[MediaWiki:Common.js]] */ .NavToggle { font-size: x-small; float: right; } /* Workaround for Internet Explorer 6 */ div.NavFrame, div.NavPic, .NavToggle { position: relative; } table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } /* ============== The previous css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */