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.

80 lines
1015B

  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-O
  20. {
  21. background-color: #5bc0de;
  22. }
  23. .label-N
  24. {
  25. background-color: #5bc0de;
  26. }
  27. .label-2
  28. {
  29. background-color: #449d44;
  30. }
  31. .label-3
  32. {
  33. background-color: #ec971f;
  34. }
  35. .label-4
  36. {
  37. background-color: #c9302c;
  38. }
  39. #search
  40. {
  41. font-size: 150%;
  42. padding: .5em;
  43. margin: 1em;
  44. width: 80%;
  45. }
  46. .tree li
  47. {
  48. margin:0;
  49. padding:0.2em;
  50. list-style-position:inside;
  51. list-style-image:url('../images/button.png');
  52. cursor:auto;
  53. color: #333;
  54. font-weight: bold;
  55. }
  56. .tree li.open
  57. {
  58. list-style-image:url('../images/button-open.png');
  59. cursor:pointer;
  60. color: #444;
  61. font-weight: normal;
  62. }
  63. .tree li.closed
  64. {
  65. list-style-image:url('../images/button-closed.png');
  66. cursor:pointer;
  67. color: #444;
  68. font-weight: normal;
  69. }