MediaWiki:Common.css
(Difference between revisions)
(sb. should translate this ....... don't remove source code!) |
(translation) |
||
Line 3: | Line 3: | ||
/* ============== The following css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */ | /* ============== The following css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */ | ||
− | /* Stylesheet- | + | /* Stylesheet-Additions to the Navbars */ |
div.NavFrame { | div.NavFrame { | ||
Line 14: | Line 14: | ||
} | } | ||
− | /* | + | /* Automatic merging, doesn't work in IE 6 */ |
div.NavFrame + div.NavFrame { | div.NavFrame + div.NavFrame { | ||
margin-top: -1px; | margin-top: -1px; | ||
Line 28: | Line 28: | ||
} | } | ||
− | /* Redundant | + | /* Redundant to .visualClear in shared.css and IE60Fixes.css */ |
div.NavEnd { | div.NavEnd { | ||
margin: 0; | margin: 0; | ||
Line 36: | Line 36: | ||
} | } | ||
− | /* Stylesheet | + | /* Stylesheet for the 'Expand'-Button at the navbars, which is implemented in [[MediaWiki:Common.js]] */ |
.NavToggle { | .NavToggle { | ||
font-size: x-small; | font-size: x-small; | ||
Line 42: | Line 42: | ||
} | } | ||
− | /* Workaround | + | /* Workaround for Internet Explorer 6 */ |
div.NavFrame, | div.NavFrame, | ||
div.NavPic, | div.NavPic, |
Revision as of 14:30, 5 August 2010
/* 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; } /* ============== The previous css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */