# License: LGPLv3 ?> pre.wiki, pre.literal-block { background: #c9ffb8; border: 1px solid #3cff00; padding: 1px; margin: 1ex 0em; overflow:auto; } tt { color: #165d00; font-weight: bolder; } div.wikipage h1 { width: 100%; border-bottom: 6pt solid #888888; padding-top: 2ex; counter-reset:section; } div.wikipage { counter-reset: chno; } div.wikipage h1:before { content: counter(chno) ". " ; counter-increment: chno; } div.wikipage h2 { width: 100%; border-bottom: 1px solid #bcbcbc; border-top: 1px solid #bcbcbc; background: #dddddd; counter-reset:paragraph; } div.wikipage h2:before { content: counter(chno) "." counter(section) ". " ; counter-increment: section; } div.wikipage h3:before { content: counter(chno) "." counter(section) "." counter(paragraph) ". "; counter-increment: paragraph; }