default.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. /* default.css */
  2. /*
  3. body
  4. {
  5. font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  6. width: 800px;
  7. }
  8. .header
  9. {
  10. clear: both;
  11. background-color: #ccc;
  12. padding: 8px;
  13. }
  14. h1
  15. {
  16. font-size: 150%;
  17. font-weight: bold;
  18. padding: 0;
  19. margin: 1em 0 0 .3em;
  20. }
  21. hr
  22. {
  23. border: none 0;
  24. border-top: 1px solid #7F8FB1;
  25. height: 1px;
  26. }
  27. pre.code
  28. {
  29. display: block;
  30. padding: 8px;
  31. border: 1px dashed #ccc;
  32. }
  33. #index
  34. {
  35. margin-top: 24px;
  36. float: left;
  37. width: 160px;
  38. position: absolute;
  39. left: 8px;
  40. background-color: #F3F3F3;
  41. padding: 8px;
  42. }
  43. #content
  44. {
  45. margin-left: 190px;
  46. width: 600px;
  47. }
  48. .classList
  49. {
  50. list-style-type: none;
  51. padding: 0;
  52. margin: 0 0 0 8px;
  53. font-family: arial, sans-serif;
  54. font-size: 1em;
  55. overflow: auto;
  56. }
  57. .classList li
  58. {
  59. padding: 0;
  60. margin: 0 0 8px 0;
  61. }
  62. .summaryTable { width: 100%; }
  63. h1.classTitle
  64. {
  65. font-size:170%;
  66. line-height:130%;
  67. }
  68. h2 { font-size: 110%; }
  69. caption, div.sectionTitle
  70. {
  71. background-color: #7F8FB1;
  72. color: #fff;
  73. font-size:130%;
  74. text-align: left;
  75. padding: 2px 6px 2px 6px;
  76. border: 1px #7F8FB1 solid;
  77. }
  78. div.sectionTitle { margin-bottom: 8px; }
  79. .summaryTable thead { display: none; }
  80. .summaryTable td
  81. {
  82. vertical-align: top;
  83. padding: 4px;
  84. border-bottom: 1px #7F8FB1 solid;
  85. border-right: 1px #7F8FB1 solid;
  86. border-left: 1px #7F8FB1 solid;
  87. }
  88. .summaryTable td.attributes
  89. {
  90. border-left: 1px #7F8FB1 solid;
  91. width: 140px;
  92. text-align: right;
  93. }
  94. td.attributes, .fixedFont
  95. {
  96. line-height: 15px;
  97. color: #002EBE;
  98. font-family: "Courier New",Courier,monospace;
  99. font-size: 13px;
  100. }
  101. .summaryTable td.nameDescription
  102. {
  103. text-align: left;
  104. font-size: 13px;
  105. line-height: 15px;
  106. }
  107. .summaryTable td.nameDescription, .description
  108. {
  109. line-height: 15px;
  110. padding: 4px;
  111. padding-left: 4px;
  112. }
  113. .summaryTable { margin-bottom: 8px; }
  114. ul.inheritsList
  115. {
  116. list-style: square;
  117. margin-left: 20px;
  118. padding-left: 0;
  119. }
  120. .detailList {
  121. margin-left: 20px;
  122. line-height: 15px;
  123. }
  124. .detailList dt { margin-left: 20px; }
  125. .detailList .heading
  126. {
  127. font-weight: bold;
  128. padding-bottom: 6px;
  129. margin-left: 0;
  130. }
  131. .light, td.attributes, .light a:link, .light a:visited
  132. {
  133. color: #777;
  134. font-style: italic;
  135. }
  136. .fineprint
  137. {
  138. text-align: right;
  139. font-size: 10px;
  140. }
  141. */
  142. /* Copied from styles.css generated by Github Pages */
  143. @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
  144. body {
  145. padding:50px;
  146. font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  147. color:#777;
  148. font-weight:300;
  149. }
  150. h1, h2, h3, h4, h5, h6 {
  151. color:#222;
  152. margin:0 0 20px;
  153. }
  154. p, ul, ol, table, pre, dl {
  155. margin:0 0 20px;
  156. }
  157. h1, h2, h3 {
  158. line-height:1.1;
  159. }
  160. h1 {
  161. font-size:28px;
  162. }
  163. h2 {
  164. color:#393939;
  165. }
  166. h3, h4, h5, h6 {
  167. color:#494949;
  168. }
  169. a {
  170. color:#39c;
  171. font-weight:400;
  172. text-decoration:none;
  173. }
  174. a small {
  175. font-size:11px;
  176. color:#777;
  177. margin-top:-0.6em;
  178. display:block;
  179. }
  180. .wrapper {
  181. width:860px;
  182. margin:0 auto;
  183. }
  184. blockquote {
  185. border-left:1px solid #e5e5e5;
  186. margin:0;
  187. padding:0 0 0 20px;
  188. font-style:italic;
  189. }
  190. code, pre {
  191. font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  192. color:#333;
  193. font-size:12px;
  194. }
  195. pre {
  196. padding:8px 15px;
  197. background: #f8f8f8;
  198. border-radius:5px;
  199. border:1px solid #e5e5e5;
  200. overflow-x: auto;
  201. }
  202. table {
  203. width:100%;
  204. border-collapse:collapse;
  205. }
  206. th, td {
  207. text-align:left;
  208. padding:5px 10px;
  209. border-bottom:1px solid #e5e5e5;
  210. }
  211. dt {
  212. color:#444;
  213. font-weight:700;
  214. }
  215. th {
  216. color:#444;
  217. }
  218. img {
  219. max-width:100%;
  220. }
  221. header {
  222. width:270px;
  223. float:left;
  224. position:fixed;
  225. }
  226. header ul {
  227. list-style:none;
  228. padding:0;
  229. /*background: #eee;
  230. background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
  231. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
  232. background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  233. background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  234. background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  235. background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  236. border-radius:5px;
  237. border:1px solid #d2d2d2;
  238. box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;*/
  239. width:270px;
  240. }
  241. header li {
  242. width:89px;
  243. /*float:left;
  244. border-right:1px solid #d2d2d2;
  245. height:40px;*/
  246. }
  247. header ul a {
  248. line-height:1;
  249. font-size:11px;
  250. color:#999;
  251. display:block;
  252. text-align:center;
  253. padding-top:6px;
  254. /*height:40px;*/
  255. }
  256. strong {
  257. color:#222;
  258. font-weight:700;
  259. }
  260. /*header ul li + li {
  261. width:88px;
  262. border-left:1px solid #fff;
  263. }
  264. header ul li + li + li {
  265. border-right:none;
  266. width:89px;
  267. }*/
  268. header ul a strong {
  269. font-size:14px;
  270. display:block;
  271. color:#222;
  272. }
  273. section {
  274. width:500px;
  275. float:right;
  276. padding-bottom:50px;
  277. }
  278. small {
  279. font-size:11px;
  280. }
  281. hr {
  282. border:0;
  283. background:#e5e5e5;
  284. height:1px;
  285. margin:0 0 20px;
  286. }
  287. footer {
  288. width:270px;
  289. float:left;
  290. position:fixed;
  291. bottom:50px;
  292. }
  293. @media print, screen and (max-width: 960px) {
  294. div.wrapper {
  295. width:auto;
  296. margin:0;
  297. }
  298. header, section, footer {
  299. float:none;
  300. position:static;
  301. width:auto;
  302. }
  303. header {
  304. /*padding-right:320px;*/
  305. padding: 0;
  306. }
  307. section {
  308. border:1px solid #e5e5e5;
  309. border-width:1px 0;
  310. padding:20px 0;
  311. margin:0 0 20px;
  312. }
  313. header a small {
  314. display:inline;
  315. }
  316. header ul {
  317. position:static;
  318. height:40px;
  319. width: auto;
  320. }
  321. header ul li {
  322. float: left;
  323. }
  324. }
  325. @media print, screen and (max-width: 720px) {
  326. body {
  327. word-wrap:break-word;
  328. }
  329. header {
  330. padding:0;
  331. }
  332. header ul, header p.view {
  333. position:static;
  334. }
  335. pre, code {
  336. word-wrap:normal;
  337. }
  338. }
  339. @media print, screen and (max-width: 480px) {
  340. body {
  341. padding:15px;
  342. }
  343. /*header ul {
  344. display:none;
  345. }*/
  346. }
  347. @media print {
  348. body {
  349. padding:0.4in;
  350. font-size:12pt;
  351. color:#444;
  352. }
  353. }