general.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. body, html {
  2. overflow: hidden;
  3. background-color: #DFE8F6;
  4. }
  5. #doc3 {
  6. margin: 0;
  7. /* Fix for scrolling issue on Gecko */
  8. position: fixed; width: 100%; top: 0; left: 0;
  9. }
  10. #bd, #bd, #yui-main, #detailsView, #classView {
  11. height: 100%;
  12. }
  13. #hd {
  14. background: #1E4176;
  15. border-bottom: 1px solid #99BBE8;
  16. }
  17. #hd h1 {
  18. font-family:Verdana,Arial,Helvetica,sans-serif;
  19. font-size: 16px;
  20. padding: 4px 0 4px 8px;
  21. color: #fff;
  22. }
  23. #yui-main #detailsView {
  24. overflow: auto;
  25. margin: 4px;
  26. margin-left: 260px;
  27. border: 1px solid #99BBE8;
  28. background: #FFF;
  29. }
  30. #bd #classView {
  31. overflow: auto;
  32. width: 250px;
  33. margin: 4px;
  34. border: 1px solid #99BBE8;
  35. background: #FFF;
  36. }
  37. .classDetailsContent, .memberDetailsContent {
  38. margin: 10px;
  39. line-height: 150%;
  40. }
  41. body, td, th {
  42. font-family: "Trebuchet MS", "Bitstream Vera Sans", Tahoma,Verdana,Arial,Helvetica,sans-serif;
  43. font-size: 13px;
  44. }
  45. h1, h2, h3, h4, h5, h6 {
  46. font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  47. font-weight: bold;
  48. letter-spacing: 1px;
  49. margin-bottom: 3px;
  50. margin-top: 3px;
  51. width: 90%;
  52. }
  53. h1 {
  54. font-size: 20px;
  55. }
  56. h2 {
  57. font-size: 16px;
  58. }
  59. h3 {
  60. font-size: 16px;
  61. }
  62. h4 {
  63. font-size: 13px;
  64. }
  65. a, a:visited, a:active, a:link {
  66. color: #0000CC;
  67. text-decoration: none;
  68. }
  69. a:hover {
  70. text-decoration: underline;
  71. }
  72. table.summary {
  73. border: 1px solid #999999;
  74. margin-bottom: 20px;
  75. margin-right: 10px;
  76. margin-top: 10px;
  77. width: 100%;
  78. border-collapse: collapse;
  79. }
  80. table.summary th {
  81. font-weight: bold;
  82. text-align: left;
  83. vertical-align: bottom;
  84. background-color: #627C9D;
  85. color: #FFFFFF;
  86. white-space: nowrap;
  87. padding: 4px;
  88. }
  89. table.summary td {
  90. border: 1px solid #999999;
  91. padding: 4px;
  92. }
  93. table.summary a.memberName {
  94. font-weight: bold;
  95. }
  96. table.summary tr.even {
  97. background: #f2f2f2;
  98. }
  99. table.summary td.first div {
  100. margin-left: 30px;
  101. }
  102. table.summary td.first {
  103. width: 95%;
  104. }
  105. table.summary td.last {
  106. width: 5%;
  107. }
  108. table.summary .deprecated {
  109. margin: 0;
  110. }
  111. .params, .returns, .see {
  112. margin-left: 20px;
  113. margin-bottom: 10px;
  114. }
  115. .params td.last {
  116. padding-left: 10px;
  117. }
  118. .classDescription, .memberDescription, .deprecated {
  119. margin: 10px 0 10px 0;
  120. }
  121. .inherited td.first {
  122. background: url(../img/inherited.gif) no-repeat 10px 5px;
  123. }
  124. .inheritageList span {
  125. padding-right: 20px;
  126. margin-right: 5px;
  127. background: url(../img/inherit-arrow.gif) no-repeat center right;
  128. }
  129. .inheritageList span.last {
  130. background: transparent;
  131. }
  132. .classDetails .first {
  133. font-weight: bold;
  134. padding-right: 20px;
  135. }
  136. .memberDetails {
  137. margin-bottom: 10px;
  138. }
  139. pre {
  140. background-color: #F2F2F2;
  141. font-family: "Lucida Console","Courier New",Courier,monospace;
  142. font-size: 12px;
  143. margin-bottom: 10px;
  144. margin-top: 10px;
  145. overflow: auto;
  146. padding: 5px 5px 5px 5px;
  147. }
  148. .memberType {
  149. padding-left: 10px;
  150. font-size: 13px;
  151. font-weight: normal;
  152. }
  153. .selected {
  154. font-weight: bold;
  155. }
  156. .memberDetails {
  157. border-bottom: 1px solid gray;
  158. margin-bottom: 10px;
  159. }
  160. .details {
  161. padding-bottom: 10px;
  162. }
  163. .details .last {
  164. border: 0;
  165. }
  166. .details h2 {
  167. width: 100%;
  168. background-color: #627C9D;
  169. color: #FFF;
  170. padding: 4px;
  171. }
  172. .memberDetails {
  173. padding-left: 15px;
  174. }
  175. code.syntax {
  176. background-color: #F2F2F2;
  177. }
  178. .deprecated {
  179. font-weight: bold;
  180. }
  181. .static {
  182. color: gray;
  183. }
  184. .version span, .author span {
  185. font-weight: bold;
  186. }
  187. #yui-main #detailsView.loading {
  188. background: #FFF url('../img/loader.gif') no-repeat center center;
  189. }