| Zeile 138: |
Zeile 138: |
| | border-collapse: collapse; | | border-collapse: collapse; |
| | font-size: 95%; | | font-size: 95%; |
| − | clear:both;
| + | clear:both; |
| | } | | } |
| | div.BoxenVerschmelzen div.NavFrame { | | div.BoxenVerschmelzen div.NavFrame { |
| Zeile 155: |
Zeile 155: |
| | } | | } |
| | div.NavFrame div.NavHead { | | div.NavFrame div.NavHead { |
| − | height: 1.6em;
| |
| | font-weight: bold; | | font-weight: bold; |
| | font-size: 100%; | | font-size: 100%; |
| Zeile 175: |
Zeile 174: |
| | clear: both; | | 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; |
| | + | } |
| | | | |
| | /* Abstand vor Navigationsleisten */ | | /* Abstand vor Navigationsleisten */ |
| Zeile 189: |
Zeile 199: |
| | } | | } |
| | | | |
| − | /* Navigationsleisten nicht mit ausdrucken */
| |
| − |
| |
| − | @media print{
| |
| − | .NavFrame {
| |
| − | display: none;
| |
| − | }
| |
| − | .BoxenVerschmelzen {
| |
| − | display: none;
| |
| − | }
| |
| − | }
| |
| − |
| |
| | /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */ | | /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */ |
| | | | |
| Zeile 325: |
Zeile 324: |
| | text-align:left; | | text-align:left; |
| | } | | } |
| | + | |
| | + | table.toccolours |
| | + | { |
| | + | border: 1px solid #aaa; |
| | + | background-color: #f9f9f9; |
| | + | padding: 5px; |
| | + | font-size: 95%; |
| | + | } |
| | | | |
| | /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ | | /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ |
| Zeile 354: |
Zeile 361: |
| | .centered { margin-left: auto; margin-right: auto; } | | .centered { margin-left: auto; margin-right: auto; } |
| | .toptextcells td { vertical-align: top; } | | .toptextcells td { vertical-align: top; } |
| | + | |
| | + | /* Styles for collapsible divs to be used in templates. Background stolen from Vector menus */ |
| | + | div.collapsibletemplate div.header{ |
| | + | color:#000000; |
| | + | background:url(http://web21.login.homepage-hoster.de/wiki/extensions/UsabilityInitiative/images/vector/collapsibleNav/arrow-right.png?1) 0 35% no-repeat; |
| | + | padding:0px 0 0px 1em; |
| | + | font-size: smaller |
| | + | display: none; |
| | + | cursor: pointer; |
| | + | } |
| | + | div.collapsibletemplate.collapsed div.header{ |
| | + | color:#4D4D4D; |
| | + | background:url(http://web21.login.homepage-hoster.de/wiki/extensions/UsabilityInitiative/images/vector/collapsibleNav/arrow-down.png?1) 0 35% no-repeat; |
| | + | } |
| | + | /* Class for template content the should be shown locally, even if JS is disabled, but should not be visible on file pages shown on other sites. Use with style="display:none". Interacts with collapsible divs (see above). */ |
| | + | div.show-on-commons { display: block !important; } |