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.

37 lines
725 B

  1. .dokuwiki ul.tabs {
  2. padding: 0;
  3. margin: 0;
  4. overflow: hidden;
  5. }
  6. .dokuwiki ul.tabs li {
  7. float: left;
  8. padding: 0;
  9. margin: 0;
  10. list-style: none;
  11. }
  12. .dokuwiki ul.tabs li strong,
  13. .dokuwiki ul.tabs li a {
  14. float: left;
  15. padding: .3em .8em;
  16. margin: 0 .3em 0 0;
  17. background-color: __background_neu__;
  18. color: __text__;
  19. border-radius: .5em .5em 0 0;
  20. }
  21. .dokuwiki ul.tabs li strong {
  22. font-weight: normal;
  23. }
  24. .dokuwiki ul.tabs li a:link,
  25. .dokuwiki ul.tabs li a:visited {
  26. }
  27. .dokuwiki ul.tabs li a:hover,
  28. .dokuwiki ul.tabs li a:active,
  29. .dokuwiki ul.tabs li a:focus,
  30. .dokuwiki ul.tabs li strong {
  31. background-color: __background_alt__;
  32. color: __text__;
  33. text-decoration: none;
  34. }