doxygen.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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 { font-weight: bold }
  18. DIV.qindex {
  19. width: 100%;
  20. background-color: #e8eef2;
  21. border: 1px solid #84b0c7;
  22. text-align: center;
  23. margin: 2px;
  24. padding: 2px;
  25. line-height: 140%;
  26. }
  27. DIV.nav {
  28. width: 100%;
  29. background-color: #e8eef2;
  30. border: 1px solid #84b0c7;
  31. text-align: center;
  32. margin: 2px;
  33. padding: 2px;
  34. line-height: 140%;
  35. }
  36. DIV.navtab {
  37. background-color: #e8eef2;
  38. border: 1px solid #84b0c7;
  39. text-align: center;
  40. margin: 2px;
  41. margin-right: 15px;
  42. padding: 2px;
  43. }
  44. TD.navtab {
  45. font-size: 70%;
  46. }
  47. A.qindex {
  48. text-decoration: none;
  49. font-weight: bold;
  50. color: #1A419D;
  51. }
  52. A.qindex:visited {
  53. text-decoration: none;
  54. font-weight: bold;
  55. color: #1A419D
  56. }
  57. A.qindex:hover {
  58. text-decoration: none;
  59. background-color: #ddddff;
  60. }
  61. A.qindexHL {
  62. text-decoration: none;
  63. font-weight: bold;
  64. background-color: #6666cc;
  65. color: #ffffff;
  66. border: 1px double #9295C2;
  67. }
  68. A.qindexHL:hover {
  69. text-decoration: none;
  70. background-color: #6666cc;
  71. color: #ffffff;
  72. }
  73. A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
  74. A.el { text-decoration: none; font-weight: bold }
  75. A.elRef { font-weight: bold }
  76. A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
  77. A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
  78. A.codeRef:link { font-weight: normal; color: #0000FF}
  79. A.codeRef:visited { font-weight: normal; color: #0000FF}
  80. A:hover { text-decoration: none; background-color: #f2f2ff }
  81. DL.el { margin-left: -1cm }
  82. .fragment {
  83. font-family: monospace, fixed;
  84. font-size: 95%;
  85. }
  86. PRE.fragment {
  87. border: 1px solid #CCCCCC;
  88. background-color: #f5f5f5;
  89. margin-top: 4px;
  90. margin-bottom: 4px;
  91. margin-left: 2px;
  92. margin-right: 8px;
  93. padding-left: 6px;
  94. padding-right: 6px;
  95. padding-top: 4px;
  96. padding-bottom: 4px;
  97. }
  98. DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
  99. DIV.groupHeader {
  100. margin-left: 16px;
  101. margin-top: 12px;
  102. margin-bottom: 6px;
  103. font-weight: bold;
  104. }
  105. DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
  106. BODY {
  107. background: white;
  108. color: black;
  109. margin-right: 20px;
  110. margin-left: 20px;
  111. }
  112. TD.indexkey {
  113. background-color: #e8eef2;
  114. font-weight: bold;
  115. padding-right : 10px;
  116. padding-top : 2px;
  117. padding-left : 10px;
  118. padding-bottom : 2px;
  119. margin-left : 0px;
  120. margin-right : 0px;
  121. margin-top : 2px;
  122. margin-bottom : 2px;
  123. border: 1px solid #CCCCCC;
  124. }
  125. TD.indexvalue {
  126. background-color: #e8eef2;
  127. font-style: italic;
  128. padding-right : 10px;
  129. padding-top : 2px;
  130. padding-left : 10px;
  131. padding-bottom : 2px;
  132. margin-left : 0px;
  133. margin-right : 0px;
  134. margin-top : 2px;
  135. margin-bottom : 2px;
  136. border: 1px solid #CCCCCC;
  137. }
  138. TR.memlist {
  139. background-color: #f0f0f0;
  140. }
  141. P.formulaDsp { text-align: center; }
  142. IMG.formulaDsp { }
  143. IMG.formulaInl { vertical-align: middle; }
  144. SPAN.keyword { color: #008000 }
  145. SPAN.keywordtype { color: #604020 }
  146. SPAN.keywordflow { color: #e08000 }
  147. SPAN.comment { color: #800000 }
  148. SPAN.preprocessor { color: #806020 }
  149. SPAN.stringliteral { color: #002080 }
  150. SPAN.charliteral { color: #008080 }
  151. .mdescLeft {
  152. padding: 0px 8px 4px 8px;
  153. font-size: 80%;
  154. font-style: italic;
  155. background-color: #FAFAFA;
  156. border-top: 1px none #E0E0E0;
  157. border-right: 1px none #E0E0E0;
  158. border-bottom: 1px none #E0E0E0;
  159. border-left: 1px none #E0E0E0;
  160. margin: 0px;
  161. }
  162. .mdescRight {
  163. padding: 0px 8px 4px 8px;
  164. font-size: 80%;
  165. font-style: italic;
  166. background-color: #FAFAFA;
  167. border-top: 1px none #E0E0E0;
  168. border-right: 1px none #E0E0E0;
  169. border-bottom: 1px none #E0E0E0;
  170. border-left: 1px none #E0E0E0;
  171. margin: 0px;
  172. }
  173. .memItemLeft {
  174. padding: 1px 0px 0px 8px;
  175. margin: 4px;
  176. border-top-width: 1px;
  177. border-right-width: 1px;
  178. border-bottom-width: 1px;
  179. border-left-width: 1px;
  180. border-top-color: #E0E0E0;
  181. border-right-color: #E0E0E0;
  182. border-bottom-color: #E0E0E0;
  183. border-left-color: #E0E0E0;
  184. border-top-style: solid;
  185. border-right-style: none;
  186. border-bottom-style: none;
  187. border-left-style: none;
  188. background-color: #FAFAFA;
  189. font-size: 80%;
  190. }
  191. .memItemRight {
  192. padding: 1px 8px 0px 8px;
  193. margin: 4px;
  194. border-top-width: 1px;
  195. border-right-width: 1px;
  196. border-bottom-width: 1px;
  197. border-left-width: 1px;
  198. border-top-color: #E0E0E0;
  199. border-right-color: #E0E0E0;
  200. border-bottom-color: #E0E0E0;
  201. border-left-color: #E0E0E0;
  202. border-top-style: solid;
  203. border-right-style: none;
  204. border-bottom-style: none;
  205. border-left-style: none;
  206. background-color: #FAFAFA;
  207. font-size: 80%;
  208. }
  209. .memTemplItemLeft {
  210. padding: 1px 0px 0px 8px;
  211. margin: 4px;
  212. border-top-width: 1px;
  213. border-right-width: 1px;
  214. border-bottom-width: 1px;
  215. border-left-width: 1px;
  216. border-top-color: #E0E0E0;
  217. border-right-color: #E0E0E0;
  218. border-bottom-color: #E0E0E0;
  219. border-left-color: #E0E0E0;
  220. border-top-style: none;
  221. border-right-style: none;
  222. border-bottom-style: none;
  223. border-left-style: none;
  224. background-color: #FAFAFA;
  225. font-size: 80%;
  226. }
  227. .memTemplItemRight {
  228. padding: 1px 8px 0px 8px;
  229. margin: 4px;
  230. border-top-width: 1px;
  231. border-right-width: 1px;
  232. border-bottom-width: 1px;
  233. border-left-width: 1px;
  234. border-top-color: #E0E0E0;
  235. border-right-color: #E0E0E0;
  236. border-bottom-color: #E0E0E0;
  237. border-left-color: #E0E0E0;
  238. border-top-style: none;
  239. border-right-style: none;
  240. border-bottom-style: none;
  241. border-left-style: none;
  242. background-color: #FAFAFA;
  243. font-size: 80%;
  244. }
  245. .memTemplParams {
  246. padding: 1px 0px 0px 8px;
  247. margin: 4px;
  248. border-top-width: 1px;
  249. border-right-width: 1px;
  250. border-bottom-width: 1px;
  251. border-left-width: 1px;
  252. border-top-color: #E0E0E0;
  253. border-right-color: #E0E0E0;
  254. border-bottom-color: #E0E0E0;
  255. border-left-color: #E0E0E0;
  256. border-top-style: solid;
  257. border-right-style: none;
  258. border-bottom-style: none;
  259. border-left-style: none;
  260. color: #606060;
  261. background-color: #FAFAFA;
  262. font-size: 80%;
  263. }
  264. .search { color: #003399;
  265. font-weight: bold;
  266. }
  267. FORM.search {
  268. margin-bottom: 0px;
  269. margin-top: 0px;
  270. }
  271. INPUT.search { font-size: 75%;
  272. color: #000080;
  273. font-weight: normal;
  274. background-color: #e8eef2;
  275. }
  276. TD.tiny { font-size: 75%;
  277. }
  278. a {
  279. color: #1A41A8;
  280. }
  281. a:visited {
  282. color: #2A3798;
  283. }
  284. .dirtab { padding: 4px;
  285. border-collapse: collapse;
  286. border: 1px solid #84b0c7;
  287. }
  288. TH.dirtab { background: #e8eef2;
  289. font-weight: bold;
  290. }
  291. HR { height: 1px;
  292. border: none;
  293. border-top: 1px solid black;
  294. }
  295. /* Style for detailed member documentation */
  296. .memtemplate {
  297. font-size: 80%;
  298. color: #606060;
  299. font-weight: normal;
  300. }
  301. .memnav {
  302. background-color: #e8eef2;
  303. border: 1px solid #84b0c7;
  304. text-align: center;
  305. margin: 2px;
  306. margin-right: 15px;
  307. padding: 2px;
  308. }
  309. .memitem {
  310. padding: 4px;
  311. background-color: #eef3f5;
  312. border-width: 1px;
  313. border-style: solid;
  314. border-color: #dedeee;
  315. -moz-border-radius: 8px 8px 8px 8px;
  316. }
  317. .memname {
  318. white-space: nowrap;
  319. font-weight: bold;
  320. }
  321. .memdoc{
  322. padding-left: 10px;
  323. }
  324. .memproto {
  325. background-color: #d5e1e8;
  326. width: 100%;
  327. border-width: 1px;
  328. border-style: solid;
  329. border-color: #84b0c7;
  330. font-weight: bold;
  331. -moz-border-radius: 8px 8px 8px 8px;
  332. }
  333. .paramkey {
  334. text-align: right;
  335. }
  336. .paramtype {
  337. white-space: nowrap;
  338. }
  339. .paramname {
  340. color: #602020;
  341. font-style: italic;
  342. white-space: nowrap;
  343. }
  344. /* End Styling for detailed member documentation */
  345. /* for the tree view */
  346. .ftvtree {
  347. font-family: sans-serif;
  348. margin:0.5em;
  349. }
  350. .directory { font-size: 9pt; font-weight: bold; }
  351. .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
  352. .directory > h3 { margin-top: 0; }
  353. .directory p { margin: 0px; white-space: nowrap; }
  354. .directory div { display: none; margin: 0px; }
  355. .directory img { vertical-align: -30%; }