MediaWiki:Common.css
From AndroWiki
(Difference between revisions)
(translation) |
|||
Line 50: | Line 50: | ||
+ | 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 ============== */ | /* ============== The previous css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */ |
Latest revision as of 15:17, 13 April 2011
/* 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 ============== */