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.

75 lines
992B

  1. body
  2. {
  3. font-family: Helvetica, sans-serif;
  4. font-size: 1em;
  5. }
  6. .label
  7. {
  8. display: inline;
  9. padding: .2em .6em .3em;
  10. font-size: 75%;
  11. font-weight: bold;
  12. line-height: 1;
  13. color: #fff;
  14. text-align: center;
  15. white-space: nowrap;
  16. vertical-align: baseline;
  17. border-radius: 1em;
  18. }
  19. .label-info
  20. {
  21. background-color: #5bc0de;
  22. }
  23. .label-success
  24. {
  25. background-color: #449d44;
  26. }
  27. .label-warning
  28. {
  29. background-color: #ec971f;
  30. }
  31. .label-danger
  32. {
  33. background-color: #c9302c;
  34. }
  35. #search
  36. {
  37. font-size: 150%;
  38. padding: .5em;
  39. margin: 1em;
  40. width: 80%;
  41. }
  42. .tree li
  43. {
  44. margin:0;
  45. padding:0.2em;
  46. list-style-position:inside;
  47. list-style-image:url('../images/button.png');
  48. cursor:auto;
  49. color: #333;
  50. font-weight: bold;
  51. }
  52. .tree li.open
  53. {
  54. list-style-image:url('../images/button-open.png');
  55. cursor:pointer;
  56. color: #444;
  57. font-weight: normal;
  58. }
  59. .tree li.closed
  60. {
  61. list-style-image:url('../images/button-closed.png');
  62. cursor:pointer;
  63. color: #444;
  64. font-weight: normal;
  65. }