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.

47 lines
1.2 KiB

14 years ago
14 years ago
14 years ago
  1. /**
  2. * This file provides styles for the Administration overview
  3. * (?do=admin).
  4. */
  5. .dokuwiki ul.admin_tasks {
  6. float: left;
  7. width: 40%;
  8. list-style-type: none;
  9. font-size: 1.125em;
  10. }
  11. .dokuwiki ul.admin_tasks li {
  12. padding-left: 35px;
  13. margin: 0 0 1em 0;
  14. font-weight: bold;
  15. list-style-type: none;
  16. background: transparent none no-repeat scroll 0 0;
  17. color: inherit;
  18. }
  19. .dokuwiki ul.admin_tasks li.admin_acl {
  20. background-image: url(../../images/admin/acl.png);
  21. }
  22. .dokuwiki ul.admin_tasks li.admin_usermanager {
  23. background-image: url(../../images/admin/usermanager.png);
  24. }
  25. .dokuwiki ul.admin_tasks li.admin_plugin {
  26. background-image: url(../../images/admin/plugin.png);
  27. }
  28. .dokuwiki ul.admin_tasks li.admin_config {
  29. background-image: url(../../images/admin/config.png);
  30. }
  31. .dokuwiki ul.admin_tasks li.admin_revert {
  32. background-image: url(../../images/admin/revert.png);
  33. }
  34. .dokuwiki ul.admin_tasks li.admin_popularity {
  35. background-image: url(../../images/admin/popularity.png);
  36. }
  37. /* DokuWiki version below */
  38. .dokuwiki #admin__version {
  39. clear: left;
  40. float: right;
  41. color: __text_neu__;
  42. background-color: inherit;
  43. }