stylesheet.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. H1
  2. {
  3. margin: 3px 0px 3px 0px;
  4. font: bold 11pt Verdana;
  5. text-align: left;
  6. }
  7. H2
  8. {
  9. margin: 6px 0px 6px 0px;
  10. font: 8pt Verdana;
  11. font-weight: bold;
  12. text-align: left;
  13. }
  14. H3
  15. {
  16. margin-top: 0px;
  17. margin-bottom: 12px;
  18. font: bold 9pt Verdana;
  19. text-align: left;
  20. }
  21. CODE
  22. {
  23. display: block;
  24. padding: 6px 6px 6px 6px;
  25. border: gray 1px solid;
  26. background-color: #eeeeff;
  27. color: #000063;
  28. }
  29. CAPTION
  30. {
  31. font-weight: bold;
  32. }
  33. TABLE
  34. {
  35. margin: 6px 0px 0px 0px;
  36. font-size: 8pt;
  37. }
  38. TABLE TABLE
  39. {
  40. margin: 0px 0px 0px 0px;
  41. }
  42. A:link
  43. {
  44. color: #0000FF;
  45. text-decoration: underline;
  46. }
  47. A:visited
  48. {
  49. color: #0000FF;
  50. text-decoration: underline;
  51. }
  52. A:hover
  53. {
  54. color: #3165FF;
  55. text-decoration: underline;
  56. }
  57. DIV.banner
  58. {
  59. padding: 6px;
  60. padding-bottom: 0px;
  61. margin-bottom: 4px;
  62. height: 40px;
  63. background-color: #9ccfff;
  64. text-align: left;
  65. font-style: italic;
  66. font-size: 8pt;
  67. }
  68. DIV.body
  69. {
  70. width: 100%;
  71. padding: 0px 6px;
  72. }
  73. DIV.qindex
  74. {
  75. border-top: #9c9a9c 1px solid;
  76. font-weight: bold;
  77. font-size: 8pt;
  78. padding-bottom: 6px;
  79. width: 100%;
  80. padding-top: 5px;
  81. border-bottom: #9c9a9c 1px solid;
  82. background-color: white;
  83. text-align: center;
  84. margin-bottom: 6px;
  85. }
  86. A.el
  87. {
  88. color: #0000FF;
  89. font-weight: bold;
  90. font-style: normal;
  91. font-variant: normal;
  92. text-decoration: underline;
  93. }
  94. A.qindexHL
  95. {
  96. background-color: #cdcdcd;
  97. }
  98. A.elRef
  99. {
  100. font-weight: bold;
  101. }
  102. A.code
  103. {
  104. font-weight: bold;
  105. color: #0000FF;
  106. text-decoration: none;
  107. }
  108. A.codeRef
  109. {
  110. font-weight: normal;
  111. color: #4444ee;
  112. }
  113. DL.el
  114. {
  115. margin-left: -1cm;
  116. }
  117. DIV.fragment
  118. {
  119. border: gray 1px solid;
  120. background-color: #eeeeff;
  121. padding: 6px 6px 6px 6px;
  122. margin: 6px 0px 6px 0px;
  123. font-size: 8pt;
  124. width: 100%;
  125. font-family: ProFontWindows, 'Lucida Console', Courier, 'Courier New';
  126. }
  127. PRE
  128. {
  129. margin: 0px 0px 0px 0px;
  130. }
  131. DIV.ah
  132. {
  133. margin-top: 3px;
  134. font-weight: bold;
  135. margin-bottom: 3px;
  136. color: #ffffff;
  137. background-color: black;
  138. }
  139. TD.md
  140. {
  141. font-weight: bold;
  142. background-color: #eeeeff;
  143. border: gray 1px solid;
  144. padding: 6px 6px 6px 6px;
  145. }
  146. TD.md TD.md
  147. {
  148. border: none;
  149. padding: 0px 0px 0px 0px;
  150. }
  151. TD CODE
  152. {
  153. display: inline;
  154. border: none;
  155. padding: 0px;
  156. background-color: transparent;
  157. color: #602020;
  158. }
  159. TD.mdname1
  160. {
  161. font-weight: bold;
  162. color: #602020;
  163. }
  164. TD.mdname
  165. {
  166. font-weight: bold;
  167. color: #602020;
  168. }
  169. DIV.groupHeader
  170. {
  171. margin-top: 12px;
  172. font-weight: bold;
  173. margin-bottom: 6px;
  174. margin-left: 16px;
  175. }
  176. DIV.groupText
  177. {
  178. margin-left: 16px; font-style: italic;
  179. }
  180. BODY
  181. {
  182. margin: 0px;
  183. background: white;
  184. font: 8pt Verdana;
  185. }
  186. TD.indexkey
  187. {
  188. background-color: #eeeeff;
  189. font-weight: bold;
  190. padding-right : 10px;
  191. padding-top : 2px;
  192. padding-left : 10px;
  193. padding-bottom : 2px;
  194. margin-left : 0px;
  195. margin-right : 0px;
  196. margin-top : 2px;
  197. margin-bottom : 2px
  198. }
  199. TD.indexvalue
  200. {
  201. background-color: #eeeeff;
  202. font-style: italic;
  203. padding-right : 10px;
  204. padding-top : 2px;
  205. padding-left : 10px;
  206. padding-bottom : 2px;
  207. margin-left : 0px;
  208. margin-right : 0px;
  209. margin-top : 2px;
  210. margin-bottom : 2px
  211. }
  212. span.keyword
  213. {
  214. color: #008000;
  215. }
  216. span.keywordtype
  217. {
  218. color: #604020;
  219. }
  220. span.keywordflow
  221. {
  222. color: #e08000;
  223. }
  224. span.comment
  225. {
  226. color: #800000;
  227. }
  228. span.preprocessor
  229. {
  230. color: #806020;
  231. }
  232. span.stringliteral
  233. {
  234. color: #002080;
  235. }
  236. span.charliteral
  237. {
  238. color: #008080;
  239. }
  240. TD.mdescLeft
  241. {
  242. border-right: #e0e0e0 1px;
  243. border-top: #e0e0e0 1px;
  244. padding-left: 8px;
  245. margin: 0px;
  246. border-left: #e0e0e0 1px;
  247. border-bottom: #e0e0e0 1px;
  248. font-family: Verdana;
  249. }
  250. TD.mdescRight
  251. {
  252. border-right: #e0e0e0 1px;
  253. padding-right: 8px;
  254. border-top: #e0e0e0 1px;
  255. padding-left: 4px;
  256. padding-bottom: 0px;
  257. margin: 0px;
  258. border-left: #e0e0e0 1px;
  259. border-bottom: #e0e0e0 1px;
  260. font-family: Verdana;
  261. }
  262. TD.memItemLeft
  263. {
  264. border-right: #e0e0e0 1px;
  265. padding-right: 0px;
  266. border-top: #e0e0e0 1px solid;
  267. padding-left: 8px;
  268. font-size: 8pt;
  269. font-weight: bold;
  270. padding-bottom: 0px;
  271. margin: 4px;
  272. padding-top: 1px;
  273. border-bottom: #e0e0e0 1px;
  274. font-family: Verdana;
  275. }
  276. TD.memItemRight
  277. {
  278. border-right: #e0e0e0 1px;
  279. padding-right: 0px;
  280. border-top: #e0e0e0 1px solid;
  281. padding-left: 8px;
  282. font-size: 8pt;
  283. font-weight: bold;
  284. padding-bottom: 0px;
  285. margin: 4px;
  286. padding-top: 1px;
  287. border-bottom: #e0e0e0 1px;
  288. font-family: Verdana;
  289. }