doxygen.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. H1 {
  2. text-align: center;
  3. font-family: Arial, Helvetica, sans-serif;
  4. }
  5. H2 {
  6. font-family: Geneva, Arial, Helvetica, sans-serif;
  7. }
  8. CAPTION { font-weight: bold }
  9. DIV.qindex {
  10. width: 100%;
  11. text-align: center;
  12. margin: 2px;
  13. padding: 2px;
  14. font-family: Geneva, Arial, Helvetica, sans-serif;
  15. }
  16. A.qindex {
  17. text-decoration: none;
  18. font-weight: bold;
  19. color: #1A419D;
  20. padding: 2px;
  21. font-family: Geneva, Arial, Helvetica, sans-serif;
  22. }
  23. A.qindex:visited {
  24. text-decoration: none;
  25. font-weight: bold;
  26. color: #1A419D
  27. padding: 2px;
  28. font-family: Geneva, Arial, Helvetica, sans-serif;
  29. }
  30. A.qindex:hover {
  31. text-decoration: none;
  32. background-color: #ddddff;
  33. padding: 2px;
  34. font-family: Geneva, Arial, Helvetica, sans-serif;
  35. }
  36. A.qindexHL {
  37. text-decoration: none;
  38. font-weight: bold;
  39. background-color: #6666cc;
  40. color: #ffffff;
  41. padding: 2 6px;
  42. border: 1px double #9295C2;
  43. font-family: Geneva, Arial, Helvetica, sans-serif;
  44. }
  45. A.qindexHL:hover {
  46. text-decoration: none;
  47. background-color: #6666cc;
  48. color: #ffffff;
  49. padding: 2px 6px;
  50. font-family: Geneva, Arial, Helvetica, sans-serif;
  51. }
  52. A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
  53. A.el { text-decoration: none; font-weight: bold }
  54. A.elRef { font-weight: bold }
  55. A.code { text-decoration: none; font-weight: normal; color: #1A419D; font-family: unicode}
  56. A.codeRef { font-weight: normal; color: #1A419D; font-family: unicode}
  57. A:hover { text-decoration: none; background-color: #f2f2ff }
  58. DL.el { margin-left: -1cm }
  59. PRE.fragment {
  60. border: 1px solid #CCCCCC;
  61. background-color: #f5f5f5;
  62. margin-top: 4px;
  63. margin-bottom: 4px;
  64. margin-left: 2px;
  65. margin-right: 8px;
  66. padding-left: 6px;
  67. padding-right: 6px;
  68. padding-top: 4px;
  69. padding-bottom: 4px;
  70. font-family: Geneva, Arial, Helvetica, sans-serif;
  71. }
  72. DIV.fragment {
  73. border: 1px solid #CCCCCC;
  74. background-color: #f5f5f5;
  75. padding: 6px;
  76. font-family: Geneva, Arial, Helvetica, sans-serif;
  77. }
  78. DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
  79. TD.md { background-color: #F4F4FB; font-weight: bold; }
  80. TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
  81. TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
  82. DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
  83. DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
  84. BODY {
  85. background: white;
  86. color: black;
  87. margin-right: 20px;
  88. margin-left: 20px;
  89. font-family: Geneva, Arial, Helvetica, sans-serif;
  90. }
  91. TD.indexkey {
  92. background-color: #eeeeff;
  93. font-weight: bold;
  94. padding-right : 10px;
  95. padding-top : 2px;
  96. padding-left : 10px;
  97. padding-bottom : 2px;
  98. margin-left : 0px;
  99. margin-right : 0px;
  100. margin-top : 2px;
  101. margin-bottom : 2px;
  102. border: 1px solid #CCCCCC;
  103. font-family: Geneva, Arial, Helvetica, sans-serif;
  104. }
  105. TD.indexvalue {
  106. background-color: #eeeeff;
  107. font-style: italic;
  108. padding-right : 10px;
  109. padding-top : 2px;
  110. padding-left : 10px;
  111. padding-bottom : 2px;
  112. margin-left : 0px;
  113. margin-right : 0px;
  114. margin-top : 2px;
  115. margin-bottom : 2px;
  116. border: 1px solid #CCCCCC;
  117. font-family: Geneva, Arial, Helvetica, sans-serif;
  118. }
  119. TR.memlist {
  120. background-color: #f0f0f0;
  121. font-family: Geneva, Arial, Helvetica, sans-serif;
  122. }
  123. P.formulaDsp { text-align: center; }
  124. IMG.formulaDsp { }
  125. IMG.formulaInl { vertical-align: middle; }
  126. SPAN.keyword { color: #008000 }
  127. SPAN.keywordtype { color: #604020 }
  128. SPAN.keywordflow { color: #e08000 }
  129. SPAN.comment { color: #800000 }
  130. SPAN.preprocessor { color: #806020 }
  131. SPAN.stringliteral { color: #002080 }
  132. SPAN.charliteral { color: #008080 }
  133. .mdTable {
  134. border: 1px solid #868686;
  135. background-color: #F4F4FB;
  136. font-family: Geneva, Arial, Helvetica, sans-serif;
  137. }
  138. .mdRow {
  139. padding: 8px 10px;
  140. font-family: Geneva, Arial, Helvetica, sans-serif;
  141. }
  142. .mdescLeft {
  143. font-size: smaller;
  144. font-family: Arial, Helvetica, sans-serif;
  145. background-color: #FAFAFA;
  146. padding-left: 8px;
  147. border-top: 1px none #E0E0E0;
  148. border-right: 1px none #E0E0E0;
  149. border-bottom: 1px none #E0E0E0;
  150. border-left: 1px none #E0E0E0;
  151. margin: 0px;
  152. }
  153. .mdescRight {
  154. font-size: smaller;
  155. font-family: Arial, Helvetica, sans-serif;
  156. font-style: italic;
  157. background-color: #FAFAFA;
  158. padding-left: 4px;
  159. border-top: 1px none #E0E0E0;
  160. border-right: 1px none #E0E0E0;
  161. border-bottom: 1px none #E0E0E0;
  162. border-left: 1px none #E0E0E0;
  163. margin: 0px;
  164. padding-bottom: 0px;
  165. padding-right: 8px;
  166. }
  167. .memItemLeft {
  168. padding: 1px 0px 0px 8px;
  169. margin: 4px;
  170. border-top-width: 1px;
  171. border-right-width: 1px;
  172. border-bottom-width: 1px;
  173. border-left-width: 1px;
  174. border-top-style: solid;
  175. border-top-color: #E0E0E0;
  176. border-right-color: #E0E0E0;
  177. border-bottom-color: #E0E0E0;
  178. border-left-color: #E0E0E0;
  179. border-right-style: none;
  180. border-bottom-style: none;
  181. border-left-style: none;
  182. background-color: #FAFAFA;
  183. font-family: Geneva, Arial, Helvetica, sans-serif;
  184. font-size: 12px;
  185. }
  186. .memItemRight {
  187. padding: 1px 0px 0px 8px;
  188. margin: 4px;
  189. border-top-width: 1px;
  190. border-right-width: 1px;
  191. border-bottom-width: 1px;
  192. border-left-width: 1px;
  193. border-top-style: solid;
  194. border-top-color: #E0E0E0;
  195. border-right-color: #E0E0E0;
  196. border-bottom-color: #E0E0E0;
  197. border-left-color: #E0E0E0;
  198. border-right-style: none;
  199. border-bottom-style: none;
  200. border-left-style: none;
  201. background-color: #FAFAFA;
  202. font-family: Geneva, Arial, Helvetica, sans-serif;
  203. font-size: 13px;
  204. }
  205. .search { color: #003399;
  206. font-weight: bold;
  207. }
  208. FORM.search {
  209. margin-bottom: 0px;
  210. margin-top: 0px;
  211. }
  212. INPUT.search { font-size: 75%;
  213. color: #000080;
  214. font-weight: normal;
  215. background-color: #eeeeff;
  216. }
  217. TD.tiny { font-size: 75%;
  218. }
  219. a {
  220. color: #252E78;
  221. }
  222. a:visited {
  223. color: #3D2185;
  224. }