/** New Tabs style for the Wrap Plugin * * Original tabs code : Eric Meyer * Dokuwiki convertion : Laynee * */ .wrap_tabs .li { display:inline; } .wrap_tabs ul { padding: 3px 0; margin-left: 0; border-bottom: 1px solid __text_alt__; font: bold 12px Verdana, sans-serif; } .wrap_tabs ul li { list-style: none; margin: 0; display: inline; } .dokuwiki .wrap_tabs ul li a { padding: 3px 0.5em; margin-left: 3px; border: 1px solid __text_alt__; border-bottom: none; background: __background_alt__; text-decoration: none; } .dokuwiki .wrap_tabs ul a:link { color: __text__; } .dokuwiki .wrap_tabs ul a:visited { color: __text__; } .dokuwiki .wrap_tabs ul li a:hover { color: black; background: __background_neu__; } #dokuwiki__content .wrap_tabs ul li span.curid a { background: __background__; border-bottom: 1px solid __background__; font-weight: bold; }