doc.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. /*************************************
  2. Main elements
  3. **************************************/
  4. body
  5. {
  6. color: #000000;
  7. font-family: Arial, Sans-serif;
  8. font-size: 10pt;
  9. margin-left: 12pt;
  10. margin-top: 12pt;
  11. text-align: left;
  12. }
  13. /*************************************
  14. Headers & Captions
  15. **************************************/
  16. .title
  17. {
  18. display: block;
  19. margin-bottom: 10pt;
  20. font-size: 220%;
  21. font-weight: bold;
  22. font-style: normal;
  23. color: Navy;
  24. border-left-color: activecaption;
  25. border-left-style: groove;
  26. border-left-width: medium;
  27. border-top: medium groove activecaption;
  28. padding-left: 5pt;
  29. }
  30. .subtopic1
  31. {
  32. display: block;
  33. margin-top: 20pt;
  34. margin-bottom: 6pt;
  35. font-size: 160%;
  36. font-weight: bold;
  37. font-style: normal;
  38. border: none;
  39. border-top: medium groove activecaption;
  40. }
  41. .subtopic2
  42. {
  43. display: block;
  44. margin-top: 18pt;
  45. margin-bottom: 6pt;
  46. font-size: 125%;
  47. font-weight: bold;
  48. font-style: normal;
  49. color: #000000;
  50. border: none;
  51. }
  52. .caption
  53. {
  54. display: block;
  55. margin-top: 12pt;
  56. margin-bottom: 6pt;
  57. font-size: 100%;
  58. font-weight: bold;
  59. font-style: normal;
  60. border: none;
  61. }
  62. /*************************************
  63. Lists
  64. **************************************/
  65. ul, ol
  66. {
  67. margin: 0pt;
  68. padding: 0pt;
  69. }
  70. .orderedlist
  71. {
  72. display: block;
  73. list-style: outside decimal;
  74. font-weight: normal;
  75. font-style: normal;
  76. margin-top: 6pt;
  77. margin-bottom: 3pt;
  78. padding-left: 6pt;
  79. }
  80. .bullet
  81. {
  82. display: block;
  83. list-style-image: url(bullet.png);
  84. list-style-position: outside;
  85. font-weight: normal;
  86. font-style: normal;
  87. margin-top: 6pt;
  88. padding-left: 6pt;
  89. }
  90. .list
  91. {
  92. display: block;
  93. list-style-type: none;
  94. list-style-image: none;
  95. list-style-position: outside;
  96. font-weight: normal;
  97. font-style: normal;
  98. margin-top: 5pt;
  99. margin-bottom: 5pt;
  100. margin-left: 0pt;
  101. }
  102. .li, li
  103. {
  104. display: list-item;
  105. color: black;
  106. font-weight: normal;
  107. list-style-position: outside;
  108. font-size: 100%;
  109. margin-top: 0pt;
  110. margin-bottom: 3pt;
  111. margin-left: 24pt;
  112. }
  113. .tasklist
  114. {
  115. display: block;
  116. list-style: decimal outside;
  117. font-weight: normal;
  118. font-style: normal;
  119. }
  120. /*************************************
  121. Menues
  122. **************************************/
  123. .menupath
  124. {
  125. color: #4682B4;
  126. }
  127. .menuitem
  128. {
  129. color: #4682B4;
  130. font-weight: bold;
  131. }
  132. /*************************************
  133. Tip, Note, Warning
  134. **************************************/
  135. .ntwpara
  136. {
  137. display: inline;
  138. font-weight: normal;
  139. font-style: normal;
  140. margin-left: 3pt;
  141. color: black;
  142. }
  143. .tip
  144. {
  145. display: block;
  146. font-weight: bold;
  147. font-style: normal;
  148. margin-top: 8pt;
  149. margin-bottom: 8pt;
  150. list-style-position: outside;
  151. list-style-type: none;
  152. margin-left: 23pt;
  153. text-indent: -24pt;
  154. }
  155. .note
  156. {
  157. display: block;
  158. font-weight: bold;
  159. font-style: normal;
  160. margin-top: 8pt;
  161. margin-bottom: 8pt;
  162. list-style-position: outside;
  163. list-style-type: none;
  164. margin-left: 29pt;
  165. text-indent: -31pt;
  166. color: Navy;
  167. }
  168. .warning
  169. {
  170. display: block;
  171. font-weight: bold;
  172. font-style: normal;
  173. margin-top: 8pt;
  174. margin-bottom: 8pt;
  175. list-style-position: outside;
  176. list-style-type: none;
  177. margin-left: 47pt;
  178. text-indent: -49pt;
  179. color: #B22222;
  180. }
  181. /*************************************
  182. Syntax & Code
  183. **************************************/
  184. .keyword
  185. {
  186. font-size: 100%;
  187. font-weight: bold;
  188. font-family: Courier New, Courier;
  189. }
  190. .keyboard
  191. {
  192. font-size: 83%;
  193. font-family: Arial;
  194. font-style: normal;
  195. color: #767676;
  196. text-transform: uppercase;
  197. }
  198. .codeinline, .keyinput
  199. {
  200. font-size: 100%;
  201. font-weight: normal;
  202. font-style: normal;
  203. color: #001095;
  204. font-family: Courier New, Courier;
  205. }
  206. .syntax
  207. {
  208. font-size: 100%;
  209. color: #001095;
  210. font-family: Courier New, Courier;
  211. margin-top: 3pt;
  212. margin-bottom: 0pt;
  213. padding-top: 3pt;
  214. padding-left: 5pt;
  215. padding-right: 5pt;
  216. padding-bottom: 3pt;
  217. background-color: #F5F5F5;
  218. overflow: visible;
  219. visibility: visible;
  220. }
  221. /*************************************
  222. Links
  223. **************************************/
  224. a
  225. {
  226. text-decoration: none;
  227. }
  228. .linklist
  229. {
  230. display: block;
  231. margin-top: 12pt;
  232. margin-bottom: 8pt;
  233. font-weight: bold;
  234. font-size: 100%;
  235. color: Navy;
  236. }
  237. .listedlink
  238. {
  239. color: blue;
  240. font-weight: normal;
  241. font-size: 100%;
  242. }
  243. .linklistitem
  244. {
  245. display: list-item;
  246. list-style-type: none;
  247. margin-top: 1pt;
  248. margin-left: 24pt;
  249. }
  250. .listedlink a
  251. {
  252. color: blue;
  253. font-weight: normal;
  254. font-size: 100%;
  255. text-decoration: underline;
  256. }
  257. .link a
  258. {
  259. display: inline;
  260. text-decoration: none;
  261. color: #316AC5;
  262. border-bottom: 0.5pt dashed #B0C4DE;
  263. padding-bottom: 0.35pt;
  264. }
  265. /*************************************
  266. Images
  267. **************************************/
  268. .imageblock
  269. {
  270. display: block;
  271. margin-left: 18pt;
  272. margin-top: 12pt;
  273. margin-bottom: 12pt;
  274. }
  275. .imageinline
  276. {
  277. display: inline;
  278. }
  279. /*************************************
  280. Tables
  281. **************************************/
  282. .tabletitle
  283. {
  284. font-size: 90%;
  285. font-weight: bold;
  286. font-style: italic;
  287. display: inline;
  288. margin-top: 6pt;
  289. }
  290. .table
  291. {
  292. display: table;
  293. font-size: 93%;
  294. font-weight: normal;
  295. text-align: left;
  296. margin-top: 3pt;
  297. margin-bottom: 10pt;
  298. border-top: 1.25pt solid Silver;
  299. border-bottom: 1.25pt solid Silver;
  300. }
  301. .tablepara
  302. {
  303. display: block;
  304. margin-top: 1pt;
  305. margin-bottom: 1pt;
  306. font-size: 100%;
  307. margin-left: 3pt;
  308. margin-right: 3pt;
  309. }
  310. .tr
  311. {
  312. display: table-row;
  313. vertical-align: top;
  314. }
  315. .th
  316. {
  317. vertical-align: bottom;
  318. font-weight: bold;
  319. display: table-cell;
  320. padding-left: 4pt;
  321. font-size: 100%;
  322. }
  323. .td
  324. {
  325. display: table-cell;
  326. vertical-align: top;
  327. border-top: 1pt solid Silver;
  328. }
  329. /*************************************
  330. Other
  331. **************************************/
  332. .para
  333. {
  334. display: block;
  335. margin-top: 6pt;
  336. margin-bottom: 6pt;
  337. font-size: 100%;
  338. font-weight: normal;
  339. font-style: normal;
  340. color: #000000;
  341. }
  342. .s
  343. {
  344. display: block;
  345. margin-bottom: 2pt;
  346. }
  347. .footer
  348. {
  349. border-top: 1px solid silver;
  350. display: block;
  351. font-size: 80%;
  352. }
  353. /*************************************
  354. TOC
  355. **************************************/
  356. .tocbody
  357. {
  358. margin-left: -12pt;
  359. margin-top: -6pt;
  360. }
  361. .toctitle
  362. {
  363. margin-top: 10pt;
  364. display: block;
  365. text-align: center;
  366. font-weight: bold;
  367. }
  368. .toc a
  369. {
  370. color: blue;
  371. text-decoration: underline;
  372. }
  373. .toc a:hover
  374. {
  375. color: #B22222;
  376. text-decoration: underline;
  377. }
  378. .toc ul
  379. {
  380. list-style-type: none;
  381. list-style-image: none;
  382. margin-top: 1pt;
  383. margin-bottom: 2pt;
  384. margin-left: 0pt;
  385. }
  386. .toc li
  387. {
  388. list-style-type: none;
  389. list-style-image: none;
  390. margin-top: 0pt;
  391. margin-bottom: 1pt;
  392. margin-left: 9pt;
  393. }