torquedoc.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. /*The standard CSS for doxygen*/
  2. BODY, TABLE, DIV, P, DL
  3. {
  4. font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  5. font-size: 9pt;
  6. /*[empty]background-color:;*/
  7. }
  8. TABLE.header
  9. {
  10. background-color: #251F3D;
  11. padding: 0;
  12. border: 0;
  13. margin: 0;
  14. border-spacing: 0;
  15. }
  16. TD.headermenu
  17. {
  18. background-color: #3D3755;
  19. border-width: 0;
  20. padding: 4px;
  21. margin: 0 0 0 0;
  22. }
  23. DIV.contents
  24. {
  25. padding-left: 20px;
  26. padding-right: 20px;
  27. }
  28. .contents TABLE
  29. {
  30. /*A little spacing at the top of tables.*/
  31. margin-top: 6px;
  32. border-spacing: 0;
  33. }
  34. /*@group Heading Levels*/
  35. H1
  36. {
  37. text-align: center;
  38. font-size: 150%;
  39. }
  40. H2
  41. {
  42. margin-top: 8px;
  43. font-size: 120%;
  44. }
  45. H3
  46. {
  47. font-size: 100%;
  48. }
  49. DT
  50. {
  51. font-weight: bold;
  52. margin-bottom: 7px;
  53. }
  54. DIV.multicol
  55. {
  56. /*-moz-column-gap: 1em*/
  57. -webkit-column-gap: 1em;
  58. /*-moz-column-count: 3*/
  59. -webkit-column-count: 3;
  60. }
  61. P.startli, P.startdd
  62. {
  63. margin-top: 2px;
  64. }
  65. P.endli
  66. {
  67. margin-bottom: 0px;
  68. }
  69. P.enddd
  70. {
  71. margin-bottom: 4px;
  72. }
  73. /*@end*/
  74. CAPTION
  75. {
  76. font-weight: bold;
  77. }
  78. SPAN.legend
  79. {
  80. font-size: 70%;
  81. text-align: center;
  82. }
  83. DIV.qindex, DIV.navtab
  84. {
  85. background-color: #E8EEF2;
  86. border: 1px solid #84B0C7;
  87. text-align: center;
  88. margin: 2px;
  89. padding: 2px;
  90. }
  91. DIV.qindex, DIV.navpath
  92. {
  93. width: 100%;
  94. line-height: 140%;
  95. }
  96. DIV.navtab
  97. {
  98. margin-right: 15px;
  99. }
  100. /*@group Link Styling*/
  101. A
  102. {
  103. color: #0063B5;
  104. font-weight: normal;
  105. text-decoration: none;
  106. }
  107. .contents A:visited
  108. {
  109. color: #1B77C5;
  110. }
  111. A:hover
  112. {
  113. color: #3399CC;
  114. text-decoration: underline;
  115. }
  116. A.qindex
  117. {
  118. color: #CBCBCB;
  119. font-weight: normal;
  120. text-decoration: none;
  121. }
  122. A:hover.qindex
  123. {
  124. color: #FFFFFF;
  125. }
  126. A.qindexHL
  127. {
  128. font-weight: bold;
  129. background-color: #6666CC;
  130. color: #FFFFFF;
  131. border: 1px double #9295C2;
  132. }
  133. .contents A.qindexHL:visited
  134. {
  135. color: #FFFFFF;
  136. }
  137. A.el
  138. {
  139. font-weight: normal;
  140. }
  141. A.elRef
  142. {
  143. }
  144. A.code
  145. {
  146. }
  147. A.codeRef
  148. {
  149. }
  150. /* Disable links within headers... these are usually just anchors */
  151. H1 A
  152. {
  153. font-weight: bold;
  154. color: #000000;
  155. }
  156. H1 A:hover
  157. {
  158. color: #000000;
  159. text-decoration: none;
  160. }
  161. H2 A
  162. {
  163. font-weight: bold;
  164. color: #000000;
  165. }
  166. H2 A:hover
  167. {
  168. color: #000000;
  169. text-decoration: none;
  170. }
  171. H3 A
  172. {
  173. font-weight: bold;
  174. color: #000000;
  175. }
  176. H3 A:hover
  177. {
  178. color: #000000;
  179. text-decoration: none;
  180. }
  181. /*@end*/
  182. DL.el
  183. {
  184. margin-left: -1cm;
  185. }
  186. .fragment
  187. {
  188. font-family: monospace, fixed;
  189. font-size: 105%;
  190. }
  191. PRE.fragment
  192. {
  193. border: 1px solid #CCCCCC;
  194. background-color: #F5F5F5;
  195. padding: 4px 6px;
  196. margin: 4px 8px 4px 2px;
  197. }
  198. DIV.ah
  199. {
  200. background-color: #000000;
  201. font-weight: bold;
  202. color: #FFFFFF;
  203. margin-bottom: 3px;
  204. margin-top: 3px;
  205. }
  206. DIV.groupHeader
  207. {
  208. margin-left: 16px;
  209. margin-top: 12px;
  210. margin-bottom: 6px;
  211. font-weight: bold;
  212. }
  213. DIV.groupText
  214. {
  215. margin-left: 16px;
  216. font-style: italic;
  217. }
  218. BODY
  219. {
  220. background: #FFFFFF;
  221. color: #000000;
  222. margin-right: 0;
  223. margin-left: 0;
  224. margin-top: 0;
  225. }
  226. TD.indexkey
  227. {
  228. background-color: #F2F1F0;
  229. border-top: 1px solid #CCCCCC;
  230. margin: 2px 2px 0px 0;
  231. padding: 2px 10px;
  232. }
  233. TD.indexvalue
  234. {
  235. background-color: #F2F1F0;
  236. border-top: 1px solid #CCCCCC;
  237. padding: 2px 10px;
  238. margin: 2px 2px 2px 0;
  239. }
  240. .memlist TD
  241. {
  242. background-color: #F2F1F0;
  243. border-top: 1px solid #CCC;
  244. padding: 4px 2px 4px 8px;
  245. }
  246. P.formulaDsp
  247. {
  248. text-align: center;
  249. }
  250. IMG.formulaDsp
  251. {
  252. }
  253. IMG.formulaInl
  254. {
  255. vertical-align: middle;
  256. }
  257. DIV.center
  258. {
  259. text-align: center;
  260. margin-top: 0px;
  261. margin-bottom: 0px;
  262. padding: 0px;
  263. }
  264. DIV.center IMG
  265. {
  266. border: 0px solid #000000;
  267. }
  268. IMG.footer
  269. {
  270. border: 0px solid #000000;
  271. vertical-align: middle;
  272. }
  273. /*@group Code Colorization*/
  274. SPAN.keyword
  275. {
  276. color: #008000;
  277. }
  278. SPAN.keywordtype
  279. {
  280. color: #604020;
  281. }
  282. SPAN.keywordflow
  283. {
  284. color: #E08000;
  285. }
  286. SPAN.comment
  287. {
  288. color: #800000;
  289. }
  290. SPAN.preprocessor
  291. {
  292. color: #806020;
  293. }
  294. SPAN.stringliteral
  295. {
  296. color: #002080;
  297. }
  298. SPAN.charliteral
  299. {
  300. color: #008080;
  301. }
  302. SPAN.vhdldigit
  303. {
  304. color: #FF00FF;
  305. }
  306. SPAN.vhdlchar
  307. {
  308. color: #000000;
  309. }
  310. SPAN.vhdlkeyword
  311. {
  312. color: #700070;
  313. }
  314. SPAN.vhdllogic
  315. {
  316. color: #FF0000;
  317. }
  318. /*@end*/
  319. .search
  320. {
  321. color: #003399;
  322. font-weight: bold;
  323. }
  324. FORM.search
  325. {
  326. margin-bottom: 0px;
  327. margin-top: 0px;
  328. }
  329. INPUT.search
  330. {
  331. font-size: 75%;
  332. color: #000080;
  333. font-weight: normal;
  334. background-color: #E8EEF2;
  335. }
  336. TD.tiny
  337. {
  338. font-size: 75%;
  339. }
  340. .dirtab
  341. {
  342. padding: 4px;
  343. border-collapse: collapse;
  344. border: 1px solid #84B0C7;
  345. }
  346. TH.dirtab
  347. {
  348. background: #E8EEF2;
  349. font-weight: bold;
  350. }
  351. HR
  352. {
  353. height: 1px;
  354. border: 0;
  355. background: #666666;
  356. }
  357. /*@group Member Descriptions*/
  358. .mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams
  359. {
  360. background-color: #F2F1F0;
  361. border: none;
  362. margin: 4px;
  363. padding: 1px 2px 2px 8px;
  364. }
  365. .mdescLeft, .mdescRight
  366. {
  367. padding: 0px 8px 4px;
  368. color: #555;
  369. }
  370. .memItemLeft, .memItemRight, .memTemplParams
  371. {
  372. border-top: 1px solid #CCC;
  373. padding: 4px;
  374. }
  375. .memItemLeft, .memTemplItemLeft
  376. {
  377. white-space: nowrap;
  378. }
  379. .memTemplParams
  380. {
  381. color: #606060;
  382. white-space: nowrap;
  383. }
  384. /*@end
  385. @group Member Details
  386. Styles for detailed member documentation*/
  387. .memtemplate
  388. {
  389. font-size: 80%;
  390. color: #606060;
  391. font-weight: normal;
  392. margin-left: 3px;
  393. }
  394. .memnav
  395. {
  396. background-color: #E8EEF2;
  397. border: 1px solid #84B0C7;
  398. text-align: center;
  399. margin: 2px;
  400. margin-right: 15px;
  401. padding: 2px;
  402. }
  403. .memitem
  404. {
  405. padding: 0;
  406. margin-bottom: 10px;
  407. }
  408. .memname
  409. {
  410. color: #000066;
  411. white-space: nowrap;
  412. font-weight: normal;
  413. }
  414. .memproto
  415. {
  416. border-top: 1px solid #CCCCCC;
  417. }
  418. .memproto
  419. {
  420. padding: 5px;
  421. background-color: #F2F1F0;
  422. font-weight: normal;
  423. }
  424. .memdoc
  425. {
  426. padding: 5px 10px;
  427. }
  428. .paramkey
  429. {
  430. text-align: right;
  431. }
  432. .paramtype
  433. {
  434. white-space: nowrap;
  435. }
  436. .paramname
  437. {
  438. white-space: nowrap;
  439. }
  440. .paramname EM
  441. {
  442. font-style: normal;
  443. }
  444. /*@end
  445. @group Directory (tree)
  446. for the tree view*/
  447. .ftvtree
  448. {
  449. font-family: sans-serif;
  450. margin: 0.5em;
  451. }
  452. /*these are for tree view when used as main index*/
  453. .directory
  454. {
  455. font-size: 9pt;
  456. font-weight: bold;
  457. }
  458. .directory H3
  459. {
  460. margin: 0px;
  461. margin-top: 1em;
  462. font-size: 11pt;
  463. }
  464. /*
  465. The following two styles can be used to replace the root node title
  466. with an image of your choice. Simply uncomment the next two styles,
  467. specify the name of your image and be sure to set 'height' to the
  468. proper pixel height of your image.
  469. .directory h3.swap {
  470. height: 61px;
  471. background-repeat: no-repeat;
  472. background-image: url("yourimage.gif");
  473. }
  474. .directory h3.swap span {
  475. display: none;
  476. }
  477. */
  478. .directory>H3
  479. {
  480. margin-top: 0;
  481. }
  482. .directory P
  483. {
  484. margin: 0px;
  485. white-space: nowrap;
  486. }
  487. .directory DIV
  488. {
  489. display: none;
  490. margin: 0px;
  491. }
  492. .directory IMG
  493. {
  494. vertical-align: -30%;
  495. }
  496. /*these are for tree view when not used as main index*/
  497. .directory-alt
  498. {
  499. font-size: 100%;
  500. font-weight: bold;
  501. }
  502. .directory-alt H3
  503. {
  504. margin: 0px;
  505. margin-top: 1em;
  506. font-size: 11pt;
  507. }
  508. .directory-alt>H3
  509. {
  510. margin-top: 0;
  511. }
  512. .directory-alt P
  513. {
  514. margin: 0px;
  515. white-space: nowrap;
  516. }
  517. .directory-alt DIV
  518. {
  519. display: none;
  520. margin: 0px;
  521. }
  522. .directory-alt IMG
  523. {
  524. vertical-align: -30%;
  525. }
  526. /*@end*/
  527. ADDRESS
  528. {
  529. font-style: normal;
  530. color: #333;
  531. }