doxygen.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
  2. font-family: Geneva, Arial, Helvetica, sans-serif;
  3. }
  4. BODY,TD {
  5. font-size: 90%;
  6. }
  7. H1 {
  8. text-align: center;
  9. font-size: 160%;
  10. }
  11. H2 {
  12. font-size: 120%;
  13. }
  14. H3 {
  15. font-size: 100%;
  16. }
  17. CAPTION {
  18. font-weight: bold
  19. }
  20. DIV.qindex {
  21. width: 100%;
  22. background-color: #ff8000;/*#e8eef2;*/
  23. border: 1px solid #ff8000;
  24. text-align: center;
  25. margin: 2px;
  26. padding: 2px;
  27. line-height: 140%;
  28. }
  29. DIV.navpath {
  30. width: 100%;
  31. background-color: #ff8000;/*e8eef2*/
  32. border: 1px solid #ff8000;
  33. text-align: center;
  34. margin: 2px;
  35. padding: 2px;
  36. line-height: 140%;
  37. }
  38. DIV.navtab {
  39. background-color: #ff8000;/*#e8eef2;*/
  40. border: 1px solid #ff8000;
  41. text-align: center;
  42. margin: 2px;
  43. margin-right: 15px;
  44. padding: 2px;
  45. }
  46. TD.navtab {
  47. font-size: 70%;
  48. }
  49. A.qindex {
  50. text-decoration: none;
  51. font-weight: bold;
  52. color: #ff8000;
  53. }
  54. A.qindex:visited {
  55. text-decoration: none;
  56. font-weight: bold;
  57. color: #ff8000
  58. }
  59. A.qindex:hover {
  60. text-decoration: none;
  61. background-color: #ffe0c0;
  62. }
  63. A.qindexHL {
  64. text-decoration: none;
  65. font-weight: bold;
  66. background-color: #ffe0c0;
  67. color: #ffffff;
  68. border: 1px double #ffe0c0;
  69. }
  70. A.qindexHL:hover {
  71. text-decoration: none;
  72. background-color: #ffe0c0;
  73. color: #ffffff;
  74. }
  75. A.qindexHL:visited {
  76. text-decoration: none;
  77. background-color: #ffe0c0;
  78. color: #ffffff
  79. }
  80. A.el {
  81. text-decoration: none;
  82. font-weight: bold
  83. }
  84. A.elRef {
  85. font-weight: bold
  86. }
  87. A.code:link {
  88. text-decoration: none;
  89. font-weight: normal;
  90. color: #ff8000
  91. }
  92. A.code:visited {
  93. text-decoration: none;
  94. font-weight: normal;
  95. color: #ff8000
  96. }
  97. A.codeRef:link {
  98. font-weight: normal;
  99. color: #ff8000
  100. }
  101. A.codeRef:visited {
  102. font-weight: normal;
  103. color: #ff8000
  104. }
  105. A:hover {
  106. text-decoration: none;
  107. background-color: #f2f2ff
  108. }
  109. DL.el {
  110. margin-left: -1cm
  111. }
  112. .fragment {
  113. font-family: monospace, fixed;
  114. font-size: 95%;
  115. }
  116. PRE.fragment {
  117. border: 1px solid #CCCCCC;
  118. background-color: #f5f5f5;
  119. margin-top: 4px;
  120. margin-bottom: 4px;
  121. margin-left: 2px;
  122. margin-right: 8px;
  123. padding-left: 6px;
  124. padding-right: 6px;
  125. padding-top: 4px;
  126. padding-bottom: 4px;
  127. }
  128. DIV.ah {
  129. background-color: black;
  130. font-weight: bold;
  131. color: #ffffff;
  132. margin-bottom: 3px;
  133. margin-top: 3px
  134. }
  135. DIV.groupHeader {
  136. margin-left: 16px;
  137. margin-top: 12px;
  138. margin-bottom: 6px;
  139. font-weight: bold;
  140. }
  141. DIV.groupText {
  142. margin-left: 16px;
  143. font-style: italic;
  144. font-size: 90%
  145. }
  146. BODY {
  147. background: white;
  148. color: black;
  149. margin-right: 20px;
  150. margin-left: 20px;
  151. }
  152. TD.indexkey {
  153. background-color: #fff0e0;/*#e8eef2;*/
  154. font-weight : normal;
  155. padding-right : 10px;
  156. padding-top : 8px;
  157. padding-left : 10px;
  158. padding-bottom : 8px;
  159. margin-left : 0px;
  160. margin-right : 0px;
  161. margin-top : 2px;
  162. margin-bottom : 2px;
  163. border: 0px solid #CCCCCC;
  164. -moz-border-radius: 8px 8px 8px 8px;
  165. }
  166. TD.indexvalue {
  167. background-color: #fff0e0;/*#e8eef2;*/
  168. font-style: italic;
  169. padding-right : 10px;
  170. padding-top : 8px;
  171. padding-left : 10px;
  172. padding-bottom : 8px;
  173. margin-left : 0px;
  174. margin-right : 0px;
  175. margin-top : 2px;
  176. margin-bottom : 2px;
  177. border: 0px solid #CCCCCC;
  178. -moz-border-radius: 8px 8px 8px 8px;
  179. }
  180. TR.memlist {
  181. background-color: #f0f0f0;
  182. }
  183. P.formulaDsp {
  184. text-align: center;
  185. }
  186. IMG.formulaDsp {
  187. }
  188. IMG.formulaInl {
  189. vertical-align: middle;
  190. }
  191. SPAN.keyword { color: #008000 }
  192. SPAN.keywordtype { color: #604020 }
  193. SPAN.keywordflow { color: #e08000 }
  194. SPAN.comment { color: #800000 }
  195. SPAN.preprocessor { color: #806020 }
  196. SPAN.stringliteral { color: #002080 }
  197. SPAN.charliteral { color: #008080 }
  198. SPAN.vhdldigit { color: #ff00ff }
  199. SPAN.vhdlchar { color: #000000 }
  200. SPAN.vhdlkeyword { color: #700070 }
  201. SPAN.vhdllogic { color: #ff0000 }
  202. .mdescLeft {
  203. padding: 0px 8px 4px 8px;
  204. font-size: 80%;
  205. font-style: italic;
  206. background-color: #FAFAFA;
  207. border-top: 1px none #E0E0E0;
  208. border-right: 1px none #E0E0E0;
  209. border-bottom: 1px none #E0E0E0;
  210. border-left: 1px none #E0E0E0;
  211. margin: 0px;
  212. }
  213. .mdescRight {
  214. padding: 0px 8px 4px 8px;
  215. font-size: 80%;
  216. font-style: italic;
  217. background-color: #FAFAFA;
  218. border-top: 1px none #E0E0E0;
  219. border-right: 1px none #E0E0E0;
  220. border-bottom: 1px none #E0E0E0;
  221. border-left: 1px none #E0E0E0;
  222. margin: 0px;
  223. }
  224. .memItemLeft {
  225. padding: 1px 0px 0px 8px;
  226. margin: 4px;
  227. border-top-width: 1px;
  228. border-right-width: 1px;
  229. border-bottom-width: 1px;
  230. border-left-width: 1px;
  231. border-top-color: #E0E0E0;
  232. border-right-color: #E0E0E0;
  233. border-bottom-color: #E0E0E0;
  234. border-left-color: #E0E0E0;
  235. border-top-style: solid;
  236. border-right-style: none;
  237. border-bottom-style: none;
  238. border-left-style: none;
  239. background-color: #FAFAFA;
  240. font-size: 80%;
  241. }
  242. .memItemRight {
  243. padding: 1px 8px 0px 8px;
  244. margin: 4px;
  245. border-top-width: 1px;
  246. border-right-width: 1px;
  247. border-bottom-width: 1px;
  248. border-left-width: 1px;
  249. border-top-color: #E0E0E0;
  250. border-right-color: #E0E0E0;
  251. border-bottom-color: #E0E0E0;
  252. border-left-color: #E0E0E0;
  253. border-top-style: solid;
  254. border-right-style: none;
  255. border-bottom-style: none;
  256. border-left-style: none;
  257. background-color: #FAFAFA;
  258. font-size: 80%;
  259. }
  260. .memTemplItemLeft {
  261. padding: 1px 0px 0px 8px;
  262. margin: 4px;
  263. border-top-width: 1px;
  264. border-right-width: 1px;
  265. border-bottom-width: 1px;
  266. border-left-width: 1px;
  267. border-top-color: #E0E0E0;
  268. border-right-color: #E0E0E0;
  269. border-bottom-color: #E0E0E0;
  270. border-left-color: #E0E0E0;
  271. border-top-style: none;
  272. border-right-style: none;
  273. border-bottom-style: none;
  274. border-left-style: none;
  275. background-color: #FAFAFA;
  276. font-size: 80%;
  277. }
  278. .memTemplItemRight {
  279. padding: 1px 8px 0px 8px;
  280. margin: 4px;
  281. border-top-width: 1px;
  282. border-right-width: 1px;
  283. border-bottom-width: 1px;
  284. border-left-width: 1px;
  285. border-top-color: #E0E0E0;
  286. border-right-color: #E0E0E0;
  287. border-bottom-color: #E0E0E0;
  288. border-left-color: #E0E0E0;
  289. border-top-style: none;
  290. border-right-style: none;
  291. border-bottom-style: none;
  292. border-left-style: none;
  293. background-color: #FAFAFA;
  294. font-size: 80%;
  295. }
  296. .memTemplParams {
  297. padding: 1px 0px 0px 8px;
  298. margin: 4px;
  299. border-top-width: 1px;
  300. border-right-width: 1px;
  301. border-bottom-width: 1px;
  302. border-left-width: 1px;
  303. border-top-color: #E0E0E0;
  304. border-right-color: #E0E0E0;
  305. border-bottom-color: #E0E0E0;
  306. border-left-color: #E0E0E0;
  307. border-top-style: solid;
  308. border-right-style: none;
  309. border-bottom-style: none;
  310. border-left-style: none;
  311. color: #606060;
  312. background-color: #FAFAFA;
  313. font-size: 80%;
  314. }
  315. .search {
  316. color: #003399;
  317. font-weight: bold;
  318. }
  319. FORM.search {
  320. margin-bottom: 0px;
  321. margin-top: 0px;
  322. }
  323. INPUT.search {
  324. font-size: 75%;
  325. color: #402000;
  326. font-weight: normal;
  327. background-color: #ffe0c0;
  328. }
  329. TD.tiny {
  330. font-size: 75%;
  331. }
  332. a {
  333. color: #402000;
  334. }
  335. a:visited {
  336. color: #804000;
  337. }
  338. .dirtab {
  339. padding: 4px;
  340. border-collapse: collapse;
  341. border: 1px solid #fff0e0;
  342. }
  343. TH.dirtab {
  344. background: #fff0e0;
  345. font-weight: bold;
  346. }
  347. HR {
  348. height: 1px;
  349. border: none;
  350. border-top: 1px solid black;
  351. }
  352. /* Style for detailed member documentation */
  353. .memtemplate {
  354. font-size: 80%;
  355. color: #606060;
  356. font-weight: normal;
  357. margin-left: 3px;
  358. }
  359. .memnav {
  360. background-color: #ffe0c0;
  361. border: 1px solid #ffe0c0;
  362. text-align: center;
  363. margin: 2px;
  364. margin-right: 15px;
  365. padding: 2px;
  366. }
  367. .memitem {
  368. padding: 4px;
  369. background-color: #fff0e0;
  370. border-width: 1px;
  371. border-style: solid;
  372. border-color: #fff0e0;
  373. -moz-border-radius: 8px 8px 8px 8px;
  374. }
  375. .memname {
  376. white-space: nowrap;
  377. font-weight: bold;
  378. }
  379. .memdoc{
  380. padding-left: 10px;
  381. }
  382. .memproto {
  383. background-color: #ffe0c0;
  384. width: 100%;
  385. border-width: 1px;
  386. border-style: solid;
  387. border-color: #ffe0c0;
  388. font-weight: bold;
  389. -moz-border-radius: 8px 8px 8px 8px;
  390. }
  391. .paramkey {
  392. text-align: right;
  393. }
  394. .paramtype {
  395. white-space: nowrap;
  396. }
  397. .paramname {
  398. color: #602020;
  399. font-style: italic;
  400. white-space: nowrap;
  401. }
  402. /* End Styling for detailed member documentation */
  403. /* for the tree view */
  404. .ftvtree {
  405. font-family: sans-serif;
  406. margin:0.5em;
  407. }
  408. /* these are for tree view when used as main index */
  409. .directory {
  410. font-size: 9pt;
  411. font-weight: bold;
  412. }
  413. .directory h3 {
  414. margin: 0px;
  415. margin-top: 1em;
  416. font-size: 11pt;
  417. }
  418. /* The following two styles can be used to replace the root node title */
  419. /* with an image of your choice. Simply uncomment the next two styles, */
  420. /* specify the name of your image and be sure to set 'height' to the */
  421. /* proper pixel height of your image. */
  422. /* .directory h3.swap { */
  423. /* height: 61px; */
  424. /* background-repeat: no-repeat; */
  425. /* background-image: url("yourimage.gif"); */
  426. /* } */
  427. /* .directory h3.swap span { */
  428. /* display: none; */
  429. /* } */
  430. .directory > h3 {
  431. margin-top: 0;
  432. }
  433. .directory p {
  434. margin: 0px;
  435. white-space: nowrap;
  436. }
  437. .directory div {
  438. display: none;
  439. margin: 0px;
  440. }
  441. .directory img {
  442. vertical-align: -30%;
  443. }
  444. /* these are for tree view when not used as main index */
  445. .directory-alt {
  446. font-size: 100%;
  447. font-weight: bold;
  448. }
  449. .directory-alt h3 {
  450. margin: 0px;
  451. margin-top: 1em;
  452. font-size: 11pt;
  453. }
  454. .directory-alt > h3 {
  455. margin-top: 0;
  456. }
  457. .directory-alt p {
  458. margin: 0px;
  459. white-space: nowrap;
  460. }
  461. .directory-alt div {
  462. display: none;
  463. margin: 0px;
  464. }
  465. .directory-alt img {
  466. vertical-align: -30%;
  467. }