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.

59 lines
1.4 KiB

14 years ago
14 years ago
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. [dir=rtl] .dokuwiki ul.admin_tasks {
  12. float: right;
  13. }
  14. .dokuwiki ul.admin_tasks li {
  15. padding-left: 35px;
  16. margin: 0 0 1em 0;
  17. font-weight: bold;
  18. list-style-type: none;
  19. background: transparent none no-repeat scroll 0 0;
  20. color: inherit;
  21. }
  22. [dir=rtl] .dokuwiki ul.admin_tasks li {
  23. padding-left: 0;
  24. padding-right: 35px;
  25. background-position: right 0;
  26. }
  27. .dokuwiki ul.admin_tasks li.admin_acl {
  28. background-image: url(../../images/admin/acl.png);
  29. }
  30. .dokuwiki ul.admin_tasks li.admin_usermanager {
  31. background-image: url(../../images/admin/usermanager.png);
  32. }
  33. .dokuwiki ul.admin_tasks li.admin_plugin {
  34. background-image: url(../../images/admin/plugin.png);
  35. }
  36. .dokuwiki ul.admin_tasks li.admin_config {
  37. background-image: url(../../images/admin/config.png);
  38. }
  39. .dokuwiki ul.admin_tasks li.admin_revert {
  40. background-image: url(../../images/admin/revert.png);
  41. }
  42. .dokuwiki ul.admin_tasks li.admin_popularity {
  43. background-image: url(../../images/admin/popularity.png);
  44. }
  45. /* DokuWiki version below */
  46. .dokuwiki #admin__version {
  47. clear: left;
  48. float: right;
  49. color: __text_neu__;
  50. background-color: inherit;
  51. }
  52. [dir=rtl] .dokuwiki #admin__version {
  53. clear: right;
  54. float: left;
  55. }