PageRenderTime 35ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/jsdoc_toolkit-2.0.1/jsdoc-toolkit/templates/jsdoc/static/default.css

http://jsdoc-toolkit.googlecode.com/
CSS | 162 lines | 137 code | 23 blank | 2 comment | 0 complexity | 7c98273c4b2917516b4faecf790d2b3b MD5 | raw file
  1. /* default.css */
  2. body
  3. {
  4. font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  5. width: 800px;
  6. }
  7. .header
  8. {
  9. clear: both;
  10. background-color: #ccc;
  11. padding: 8px;
  12. }
  13. h1
  14. {
  15. font-size: 150%;
  16. font-weight: bold;
  17. padding: 0;
  18. margin: 1em 0 0 .3em;
  19. }
  20. hr
  21. {
  22. border: none 0;
  23. border-top: 1px solid #7F8FB1;
  24. height: 1px;
  25. }
  26. pre.code
  27. {
  28. display: block;
  29. padding: 8px;
  30. border: 1px dashed #ccc;
  31. }
  32. #index
  33. {
  34. margin-top: 24px;
  35. float: left;
  36. width: 160px;
  37. position: absolute;
  38. left: 8px;
  39. background-color: #F3F3F3;
  40. padding: 8px;
  41. }
  42. #content
  43. {
  44. margin-left: 190px;
  45. width: 600px;
  46. }
  47. .classList
  48. {
  49. list-style-type: none;
  50. padding: 0;
  51. margin: 0 0 0 8px;
  52. font-family: arial, sans-serif;
  53. font-size: 1em;
  54. overflow: auto;
  55. }
  56. .classList li
  57. {
  58. padding: 0;
  59. margin: 0 0 8px 0;
  60. }
  61. .summaryTable { width: 100%; }
  62. h1.classTitle
  63. {
  64. font-size:170%;
  65. line-height:130%;
  66. }
  67. h2 { font-size: 110%; }
  68. caption, div.sectionTitle
  69. {
  70. background-color: #7F8FB1;
  71. color: #fff;
  72. font-size:130%;
  73. text-align: left;
  74. padding: 2px 6px 2px 6px;
  75. border: 1px #7F8FB1 solid;
  76. }
  77. div.sectionTitle { margin-bottom: 8px; }
  78. .summaryTable thead { display: none; }
  79. .summaryTable td
  80. {
  81. vertical-align: top;
  82. padding: 4px;
  83. border-bottom: 1px #7F8FB1 solid;
  84. border-right: 1px #7F8FB1 solid;
  85. }
  86. /*col#summaryAttributes {}*/
  87. .summaryTable td.attributes
  88. {
  89. border-left: 1px #7F8FB1 solid;
  90. width: 140px;
  91. text-align: right;
  92. }
  93. td.attributes, .fixedFont
  94. {
  95. line-height: 15px;
  96. color: #002EBE;
  97. font-family: "Courier New",Courier,monospace;
  98. font-size: 13px;
  99. }
  100. .summaryTable td.nameDescription
  101. {
  102. text-align: left;
  103. font-size: 13px;
  104. line-height: 15px;
  105. }
  106. .summaryTable td.nameDescription, .description
  107. {
  108. line-height: 15px;
  109. padding: 4px;
  110. padding-left: 4px;
  111. }
  112. .summaryTable { margin-bottom: 8px; }
  113. ul.inheritsList
  114. {
  115. list-style: square;
  116. margin-left: 20px;
  117. padding-left: 0;
  118. }
  119. .detailList {
  120. margin-left: 20px;
  121. line-height: 15px;
  122. }
  123. .detailList dt { margin-left: 20px; }
  124. .detailList .heading
  125. {
  126. font-weight: bold;
  127. padding-bottom: 6px;
  128. margin-left: 0;
  129. }
  130. .light, td.attributes, .light a:link, .light a:visited
  131. {
  132. color: #777;
  133. font-style: italic;
  134. }
  135. .fineprint
  136. {
  137. text-align: right;
  138. font-size: 10px;
  139. }