您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

javadoc.css 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. @charset "UTF-8";
  2. /*
  3. * stylesheet for Vaadin Javadoc when compiled with Java 6
  4. */
  5. body {
  6. background-color: rgb(244, 244, 240);
  7. color: rgb(70, 68, 64);
  8. font-size: 16px;
  9. font-family: Helvetica, Arial, sans-serif;
  10. font-weight: lighter;
  11. line-height: 18px;
  12. margin: 10px 14px;
  13. }
  14. body[onload] {
  15. background-color: rgb(255, 255, 255);
  16. margin: 8px 23px;
  17. }
  18. a:link,a:visited {
  19. color: rgb(0, 180, 240);
  20. text-decoration: none;
  21. }
  22. b {
  23. font-weight: bolder;
  24. }
  25. code,pre {
  26. font-family: Courier, monospace;
  27. }
  28. dt {
  29. font-size: 12px;
  30. color: rgb(120, 119, 109);
  31. text-transform: uppercase;
  32. }
  33. dd>dl>dt {
  34. font-size: 13px;
  35. text-transform: none;
  36. }
  37. h2+dl>dt {
  38. text-transform: none;
  39. }
  40. dt>pre,pre>dt {
  41. text-transform: initial;
  42. }
  43. dd {
  44. font-size: 14px;
  45. margin-left: 2.5em;
  46. }
  47. dd:first-child {
  48. font-size: 13px;
  49. }
  50. dd>dl>dd {
  51. font-size: 12px;
  52. }
  53. h1 {
  54. font-size: 32px
  55. }
  56. h2 {
  57. font-size: 24px;
  58. }
  59. h3 {
  60. font-size: 16px;
  61. }
  62. h1,h2,h3 {
  63. line-height: 30px;
  64. }
  65. hr {
  66. border: 1px solid rgb(233, 233, 225);
  67. }
  68. pre,h2+ul {
  69. font-size: 12px;
  70. }
  71. table {
  72. border: none;
  73. border-collapse: collapse;
  74. }
  75. td {
  76. padding: 0;
  77. }
  78. th {
  79. padding: 0 1ch;
  80. }
  81. .TableHeadingColor,.TableSubHeadingColor {
  82. line-height: 30px;
  83. }
  84. .TableHeadingColor>th,.TableHeadingColor>th>font>b,.TableSubHeadingColor>th,.TableSubHeadingColor>th>b
  85. {
  86. font-weight: inherit;
  87. }
  88. .TableHeadingColor>th>font {
  89. font-size: 18px;
  90. }
  91. .TableSubHeadingColor {
  92. font-size: 14px;
  93. }
  94. .TableHeadingColor,.TableSubHeadingColor {
  95. background: rgb(233, 233, 225);
  96. }
  97. .TableRowColor {
  98. background: #FFFFFF;
  99. }
  100. .TableRowColor:nth-child(odd) {
  101. background-color: rgb(244, 244, 240);
  102. }
  103. .TableRowColor>td {
  104. font-size: 12px;
  105. border: none;
  106. padding: 1ex 1ch
  107. }
  108. .TableRowColor>td>font {
  109. font-size: 11px;
  110. }
  111. .TableHeadingColor,.TableRowColor,.TableSubHeadingColor>th {
  112. border: none;
  113. border-color: transparent;
  114. }
  115. table[border="1"] {
  116. border: 2px solid rgb(233, 233, 225);
  117. }
  118. .FrameTitleFont {
  119. font-size: 18px;
  120. font-family: Helvetica, Arial, sans-serif;
  121. font-weight: bolder;
  122. line-height: 30px;
  123. }
  124. .FrameHeadingFont {
  125. font-size: 12px;
  126. font-family: Helvetica, Arial, sans-serif;
  127. font-weight: bold;
  128. color: rgb(120, 119, 109);
  129. text-transform: uppercase;
  130. display: inline-block;
  131. margin-bottom: 4px;
  132. }
  133. td>.FrameHeadingFont {
  134. margin-top: 12px;
  135. }
  136. .FrameItemFont {
  137. font-size: 90%;
  138. font-family: Helvetica, Arial, sans-serif;
  139. }
  140. .NavBarCell1 {
  141. background-color: rgb(245, 245, 241);
  142. border: 2px solid rgb(245, 245, 241);
  143. }
  144. .NavBarCell1+td[rowspan="3"] {
  145. display: none;
  146. }
  147. .NavBarCell1,.NavBarCell1Rev {
  148. font-size: 0;
  149. }
  150. .NavBarCell1>*,.NavBarCell1Rev>* {
  151. font-size: 14px;
  152. }
  153. .NavBarCell1 .NavBarCell1,.NavBarCell1 .NavBarCell1Rev {
  154. padding: 3px 8px;
  155. line-height: 1;
  156. vertical-align: baseline;
  157. }
  158. .NavBarCell1Rev {
  159. background-color: rgb(0, 180, 240);
  160. border-radius: 3px;
  161. }
  162. .NavBarFont1 {
  163. font-family: Helvetica, Arial, sans-serif;
  164. color: rgb(70, 68, 64);
  165. }
  166. .NavBarFont1Rev {
  167. font-family: Helvetica, Arial, sans-serif;
  168. color: rgb(255, 255, 255);
  169. }
  170. .NavBarCell2 {
  171. font-family: Helvetica, Arial, sans-serif;
  172. background-color: #FFFFFF;
  173. padding-top: 6px;
  174. }
  175. .NavBarCell2:first-child {
  176. color: transparent;
  177. }
  178. .NavBarCell2>font,.NavBarCell3>font {
  179. font-size: 11px;
  180. }
  181. .NavBarCell2>font>a>b {
  182. font-weight: normal;
  183. }
  184. .NavBarCell3 {
  185. font-family: Helvetica, Arial, sans-serif;
  186. background-color: #FFFFFF;
  187. }