ldoc.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. /* BEGIN RESET
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 2.8.2r1
  6. */
  7. html {
  8. color: #000;
  9. background: #FFF;
  10. }
  11. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. table {
  16. border-collapse: collapse;
  17. border-spacing: 0;
  18. }
  19. fieldset,img {
  20. border: 0;
  21. }
  22. address,caption,cite,code,dfn,em,strong,th,var,optgroup {
  23. font-style: inherit;
  24. font-weight: inherit;
  25. }
  26. del,ins {
  27. text-decoration: none;
  28. }
  29. li {
  30. margin-left: 20px;
  31. }
  32. caption,th {
  33. text-align: left;
  34. }
  35. h1,h2,h3,h4,h5,h6 {
  36. font-size: 100%;
  37. font-weight: bold;
  38. }
  39. q:before,q:after {
  40. content: '';
  41. }
  42. abbr,acronym {
  43. border: 0;
  44. font-variant: normal;
  45. }
  46. sup {
  47. vertical-align: baseline;
  48. }
  49. sub {
  50. vertical-align: baseline;
  51. }
  52. legend {
  53. color: #000;
  54. }
  55. input,button,textarea,select,optgroup,option {
  56. font-family: inherit;
  57. font-size: inherit;
  58. font-style: inherit;
  59. font-weight: inherit;
  60. }
  61. input,button,textarea,select {*font-size:100%;
  62. }
  63. /* END RESET */
  64. body {
  65. margin-left: 1em;
  66. margin-right: 1em;
  67. font-family: arial, helvetica, geneva, sans-serif;
  68. background-color: #ffffff; margin: 0px;
  69. }
  70. code, tt { font-family: monospace; font-size: 1.1em; }
  71. span.parameter { font-family:monospace; }
  72. span.parameter:after { content:":"; }
  73. span.types:before { content:"("; }
  74. span.types:after { content:")"; }
  75. .type { font-weight: bold; font-style:italic }
  76. body, p, td, th { font-size: .95em; line-height: 1.2em;}
  77. p, ul { margin: 10px 0 0 0px;}
  78. strong { font-weight: bold;}
  79. em { font-style: italic;}
  80. h1 {
  81. font-size: 1.5em;
  82. margin: 20px 0 20px 0;
  83. }
  84. h2, h3, h4 { margin: 15px 0 10px 0; }
  85. h2 { font-size: 1.25em; }
  86. h3 { font-size: 1.15em; }
  87. h4 { font-size: 1.06em; }
  88. a:link { font-weight: bold; color: #004080; text-decoration: none; }
  89. a:visited { font-weight: bold; color: #006699; text-decoration: none; }
  90. a:link:hover { text-decoration: underline; }
  91. hr {
  92. color:#cccccc;
  93. background: #00007f;
  94. height: 1px;
  95. }
  96. blockquote { margin-left: 3em; }
  97. ul { list-style-type: disc; }
  98. p.name {
  99. font-family: "Andale Mono", monospace;
  100. padding-top: 1em;
  101. }
  102. pre {
  103. background-color: rgb(245, 245, 245);
  104. border: 1px solid #C0C0C0; /* silver */
  105. padding: 10px;
  106. margin: 10px 0 10px 0;
  107. overflow: auto;
  108. font-family: "Andale Mono", monospace;
  109. }
  110. pre.example {
  111. font-size: .85em;
  112. }
  113. table.index { border: 1px #00007f; }
  114. table.index td { text-align: left; vertical-align: top; }
  115. #container {
  116. margin-left: 1em;
  117. margin-right: 1em;
  118. background-color: #f0f0f0;
  119. }
  120. #product {
  121. text-align: center;
  122. border-bottom: 1px solid #cccccc;
  123. background-color: #ffffff;
  124. }
  125. #product big {
  126. font-size: 2em;
  127. }
  128. #main {
  129. background-color: #f0f0f0;
  130. border-left: 2px solid #cccccc;
  131. }
  132. #navigation {
  133. float: left;
  134. width: 14em;
  135. vertical-align: top;
  136. background-color: #f0f0f0;
  137. overflow: visible;
  138. }
  139. #navigation h2 {
  140. background-color:#e7e7e7;
  141. font-size:1.1em;
  142. color:#000000;
  143. text-align: left;
  144. padding:0.2em;
  145. border-top:1px solid #dddddd;
  146. border-bottom:1px solid #dddddd;
  147. }
  148. #navigation ul
  149. {
  150. font-size:1em;
  151. list-style-type: none;
  152. margin: 1px 1px 10px 1px;
  153. }
  154. #navigation li {
  155. text-indent: -1em;
  156. display: block;
  157. margin: 3px 0px 0px 22px;
  158. }
  159. #navigation li li a {
  160. margin: 0px 3px 0px -1em;
  161. }
  162. #content {
  163. margin-left: 14em;
  164. padding: 1em;
  165. width: 700px;
  166. border-left: 2px solid #cccccc;
  167. border-right: 2px solid #cccccc;
  168. background-color: #ffffff;
  169. }
  170. #about {
  171. clear: both;
  172. padding: 5px;
  173. border-top: 2px solid #cccccc;
  174. background-color: #ffffff;
  175. }
  176. @media print {
  177. body {
  178. font: 12pt "Times New Roman", "TimeNR", Times, serif;
  179. }
  180. a { font-weight: bold; color: #004080; text-decoration: underline; }
  181. #main {
  182. background-color: #ffffff;
  183. border-left: 0px;
  184. }
  185. #container {
  186. margin-left: 2%;
  187. margin-right: 2%;
  188. background-color: #ffffff;
  189. }
  190. #content {
  191. padding: 1em;
  192. background-color: #ffffff;
  193. }
  194. #navigation {
  195. display: none;
  196. }
  197. pre.example {
  198. font-family: "Andale Mono", monospace;
  199. font-size: 10pt;
  200. page-break-inside: avoid;
  201. }
  202. }
  203. table.module_list {
  204. border-width: 1px;
  205. border-style: solid;
  206. border-color: #cccccc;
  207. border-collapse: collapse;
  208. }
  209. table.module_list td {
  210. border-width: 1px;
  211. padding: 3px;
  212. border-style: solid;
  213. border-color: #cccccc;
  214. }
  215. table.module_list td.name { background-color: #f0f0f0; min-width: 200px; }
  216. table.module_list td.summary { width: 100%; }
  217. table.function_list {
  218. border-width: 1px;
  219. border-style: solid;
  220. border-color: #cccccc;
  221. border-collapse: collapse;
  222. }
  223. table.function_list td {
  224. border-width: 1px;
  225. padding: 3px;
  226. border-style: solid;
  227. border-color: #cccccc;
  228. }
  229. table.function_list td.name { background-color: #f0f0f0; min-width: 200px; }
  230. table.function_list td.summary { width: 100%; }
  231. ul.nowrap {
  232. overflow:auto;
  233. white-space:nowrap;
  234. }
  235. dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;}
  236. dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;}
  237. dl.table h3, dl.function h3 {font-size: .95em;}
  238. /* stop sublists from having initial vertical space */
  239. ul ul { margin-top: 0px; }
  240. ol ul { margin-top: 0px; }
  241. ol ol { margin-top: 0px; }
  242. ul ol { margin-top: 0px; }
  243. /* make the target distinct; helps when we're navigating to a function */
  244. a:target + * {
  245. background-color: #FF9;
  246. }
  247. /* styles for prettification of source */
  248. pre .comment { color: #558817; }
  249. pre .constant { color: #a8660d; }
  250. pre .escape { color: #844631; }
  251. pre .keyword { color: #aa5050; font-weight: bold; }
  252. pre .library { color: #0e7c6b; }
  253. pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; }
  254. pre .string { color: #8080ff; }
  255. pre .number { color: #f8660d; }
  256. pre .operator { color: #2239a8; font-weight: bold; }
  257. pre .preprocessor, pre .prepro { color: #a33243; }
  258. pre .global { color: #800080; }
  259. pre .user-keyword { color: #800080; }
  260. pre .prompt { color: #558817; }
  261. pre .url { color: #272fc2; text-decoration: underline; }