/** * Additional layout for the Simple template * * @author: Michael Klier * @homepage: http://www.chimeric.de */ div.dokuwiki .header { padding: 0; background: __inner_background__; } div.dokuwiki .pagename { font-weight: bold; color: __darker__; font-size: 130%; } div.dokuwiki .logo { float: inherit; text-align: left; height: 60px; padding-top: 5px !important; padding-bottom: 0px !important; padding-top: 1em; padding-bottom: 1.5em; color: #000000; padding-left: 5px; } div.dokuwiki .pagename a { color: __dark__ !important; } div.dokuwiki .logo a { color: #CCCCCC !important; font-weight: normal; font-size: 160%; } div.dokuwiki .bar { border: none; margin: 0; padding: 0; background-color: #FFFFFF; } div.dokuwiki #bar__bottom { margin-top: 0.3em; border-top: 1px dotted __border__; padding-top: 0.3em; background: none; margin-bottom: 0; } div.dokuwiki #bar__top { border-bottom: 1px dotted __border__; margin-bottom: 0.0em; padding-bottom: 0.3em; background-color: #FFFFFF; }