You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

40 lines
784 B

/**
* This file provides the styles for general tabs.
*/
.dokuwiki ul.tabs {
padding: 0;
margin: 0;
overflow: hidden;
}
.dokuwiki ul.tabs li {
float: left;
padding: 0;
margin: 0;
list-style: none;
}
.dokuwiki ul.tabs li strong,
.dokuwiki ul.tabs li a {
float: left;
padding: .3em .8em;
margin: 0 .3em 0 0;
background-color: __background_neu__;
color: __text__;
border-radius: .5em .5em 0 0;
}
.dokuwiki ul.tabs li strong {
font-weight: normal;
}
.dokuwiki ul.tabs li a:link,
.dokuwiki ul.tabs li a:visited {
}
.dokuwiki ul.tabs li a:hover,
.dokuwiki ul.tabs li a:active,
.dokuwiki ul.tabs li a:focus,
.dokuwiki ul.tabs li strong {
background-color: __background_alt__;
color: __text__;
text-decoration: none;
}