Weitere Optionen
Keine Bearbeitungszusammenfassung |
CF (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 152: | Zeile 152: | ||
div.collapsibletemplate div.header{ | div.collapsibletemplate div.header{ | ||
color:#4D4D4D; | color:#4D4D4D; | ||
background:url( | background:url("../images/vector/collapsibleNav/arrow-down.png") 0 50% | ||
no-repeat; | |||
padding:4px 0 3px 1.5em; | padding:4px 0 3px 1.5em; | ||
display: none; | display: none; | ||
| Zeile 160: | Zeile 161: | ||
div.collapsibletemplate.collapsed div.header{ | div.collapsibletemplate.collapsed div.header{ | ||
color:#0645AD; | color:#0645AD; | ||
background:url( | background:url("../images/vector/collapsibleNav/arrow-right.png") 0 50% 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). */ | /* 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; } | div.show-on-commons { display: block !important; } | ||
/* Der Rand von benachbarten Klappboxen verschmilzt */ | |||
div.collapsibletemplate + div.collapsibletemplate { | |||
border-top-style: none; | |||
border-top-style: hidden; | |||
} | |||