Vorlage:Buchbox
Aus WikiToYes
Standort: • Handbuch • Version: 2.3
<style> .toc-fade {
opacity: 0; max-height: 0; transition: opacity 0.6s ease, max-height 0.6s ease; overflow: hidden; margin-top: 0.5em;
} .toc-fade.shown {
opacity: 1; max-height: 400px;
} </style>