/tags/jsdoc_toolkit-1.4.0/templates/sweet/default.css

http://jsdoc-toolkit.googlecode.com/ · CSS · 136 lines · 116 code · 20 blank · 0 comment · 0 complexity · 8a5120664ba7f32dec37ebadfc3cec64 MD5 · raw file

  1. body,a
  2. {
  3. color: #000;
  4. font: 12px verdana;
  5. }
  6. ul
  7. {
  8. list-style-type: none;
  9. margin-left: 10px;
  10. padding-left: 10px;
  11. }
  12. .content { }
  13. .docs { }
  14. .signature { font-weight: normal; }
  15. .code {
  16. font: 11px monaco,monospace;
  17. padding: 4px;
  18. margin-left: 18px;
  19. border: 1px dashed #ccc;
  20. }
  21. .itemTitle
  22. {
  23. font-size: 12px;
  24. font-weight: bold;
  25. height: 16px;
  26. }
  27. .item { }
  28. .sectionHead
  29. {
  30. font-size: 18px;
  31. font-weight: bold;
  32. background-color: #C0C1DE;
  33. color: #fff;
  34. margin-top: 18px;
  35. padding: 2px 4px 2px 4px;
  36. }
  37. .section
  38. {
  39. padding: 8px;
  40. border: 1px #8A92BC solid;
  41. margin: 4px;
  42. }
  43. .detailHead
  44. {
  45. border-bottom: 1px #8FB685 dotted;
  46. font-size: 12px;
  47. font-weight: bold;
  48. color: #798E73;
  49. margin-top: 18px;
  50. }
  51. .desc { padding: 8px; }
  52. .fileHead
  53. {
  54. background-image: url(file.gif);
  55. background-repeat: no-repeat;
  56. padding-left: 20px;
  57. font-weight: bold;
  58. font-size: 14px;
  59. line-height: 20px;
  60. }
  61. .overview .itemTitle
  62. {
  63. background-image: url(overview.gif);
  64. background-repeat: no-repeat;
  65. padding-left: 20px;
  66. }
  67. .constructor .itemTitle
  68. {
  69. background-image: url(constructor.gif);
  70. background-repeat: no-repeat;
  71. padding-left: 20px;
  72. }
  73. .function .itemTitle
  74. {
  75. background-image: url(function.gif);
  76. background-repeat: no-repeat;
  77. padding-left: 20px;
  78. }
  79. .object .itemTitle
  80. {
  81. background-image: url(object.gif);
  82. background-repeat: no-repeat;
  83. padding-left: 20px;
  84. }
  85. .type
  86. {
  87. font-style: italic;
  88. color: #999;
  89. font-weight: normal;
  90. }
  91. .optional
  92. {
  93. font-variant: normal;
  94. color: #999;
  95. font-size: 75%;
  96. font-style: italic;
  97. vertical-align: super;
  98. }
  99. .itemTitle a.type { font-weight: bold; }
  100. .finePrint
  101. {
  102. color: #878787;
  103. font-family: verdana;
  104. font-size: 10px;
  105. text-align: right;
  106. }
  107. .params td { padding-right: 10px; }
  108. .deprecated
  109. {
  110. color: #666;
  111. font-weight: normal;
  112. }
  113. .deprecated del
  114. {
  115. color: #000;
  116. }