====== Dokuwiki auf kvfg.de ====== Das Theme von kvfg.de unterscheidet sich in ein paar Einzelheiten von dem auf kvfg.net genutzten - und zwar vor allem in der Datei arctic_layout.css: /* Auskommentiert wg Sidebarueberarbeitung div.sidebar_box .curid a { text-decoration: underline; font-weight: bold; } */ /* --- Sidebar Pseudo Buttons --*/ div.dokuwiki div.left_sidebar ul, div.dokuwiki div.right_sidebar ul { list-style: none; display: block; background-color: __body_background__; margin-top: 0; margin-left: 0; } div.sidebar_box .li { /* border: 1px solid __border__;*/ border-bottom: 1px solid __mediumgray__; border-right: 1px solid __mediumgray__; padding: 0px; margin: 2px; } div.sidebar_box li ul li { border: none; margin-left: 1.5em; } div.sidebar_box a:hover { display: block; text-decoration: none; /* background-image: url(images/buttonshadow.png);*/ background-color: __highlight__; background-repeat: repeat-x; background-attachment: scroll; /* background-position: center bottom; white-space: nowrap; */ border-top: 1px solid __border__; border-left: 1px solid __border__; border-right: 1px solid __darkgray__; border-bottom: 1px solid __darkgray__; } div.sidebar_box .curid a { display: block; font-weight: bold; background: __highlight__; border-top: 1px solid __border__; border-left: 1px solid __border__; border-right: 1px solid __darkgray__; border-bottom: 1px solid __darkgray__; } /* Auskommentiert wg Sidebarueberarbeitung div.dokuwiki div.left_sidebar ul, div.dokuwiki div.right_sidebar ul { margin-top: 0; margin-left: 1.5em; } */