doxygen.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
  2. font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  3. }
  4. BODY,TD {
  5. font-size: 90%;
  6. }
  7. H1 {
  8. text-align: center;
  9. font-size: 140%;
  10. font-weight: bold;
  11. }
  12. H2 {
  13. font-size: 120%;
  14. font-style: italic;
  15. }
  16. H3 {
  17. font-size: 100%;
  18. }
  19. CAPTION { font-weight: bold }
  20. DIV.qindex {
  21. width: 100%;
  22. background-color: #eeeeff;
  23. border: 1px solid #b0b0b0;
  24. text-align: center;
  25. margin: 2px;
  26. padding: 2px;
  27. line-height: 140%;
  28. }
  29. DIV.nav {
  30. width: 100%;
  31. background-color: #eeeeff;
  32. border: 1px solid #b0b0b0;
  33. text-align: center;
  34. margin: 2px;
  35. padding: 2px;
  36. line-height: 140%;
  37. }
  38. DIV.navtab {
  39. background-color: #eeeeff;
  40. border: 1px solid #b0b0b0;
  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: #1A419D;
  53. }
  54. A.qindex:visited {
  55. text-decoration: none;
  56. font-weight: bold;
  57. color: #1A419D
  58. }
  59. A.qindex:hover {
  60. text-decoration: none;
  61. background-color: #ddddff;
  62. }
  63. A.qindexHL {
  64. text-decoration: none;
  65. font-weight: bold;
  66. background-color: #6666cc;
  67. color: #ffffff;
  68. border: 1px double #9295C2;
  69. }
  70. A.qindexHL:hover {
  71. text-decoration: none;
  72. background-color: #6666cc;
  73. color: #ffffff;
  74. }
  75. A.qindexHL:visited {
  76. text-decoration: none; background-color: #6666cc; color: #ffffff }
  77. A.el { text-decoration: none; font-weight: bold }
  78. A.elRef { font-weight: bold }
  79. A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
  80. A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
  81. A.codeRef:link { font-weight: normal; color: #0000FF}
  82. A.codeRef:visited { font-weight: normal; color: #0000FF}
  83. A:hover { text-decoration: none; background-color: #f2f2ff }
  84. DL.el { margin-left: -1cm }
  85. .fragment {
  86. font-family: Fixed, monospace;
  87. font-size: 95%;
  88. }
  89. PRE.fragment {
  90. border: 1px solid #CCCCCC;
  91. background-color: #f5f5f5;
  92. margin-top: 4px;
  93. margin-bottom: 4px;
  94. margin-left: 2px;
  95. margin-right: 8px;
  96. padding-left: 6px;
  97. padding-right: 6px;
  98. padding-top: 4px;
  99. padding-bottom: 4px;
  100. }
  101. DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
  102. TD.md { background-color: #F4F4FB; font-weight: bold; }
  103. TD.mdPrefix {
  104. background-color: #F4F4FB;
  105. color: #606060;
  106. font-size: 80%;
  107. }
  108. TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
  109. TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
  110. DIV.groupHeader {
  111. margin-left: 16px;
  112. margin-top: 12px;
  113. margin-bottom: 6px;
  114. font-weight: bold;
  115. }
  116. DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
  117. BODY {
  118. background: white;
  119. color: black;
  120. margin-right: 20px;
  121. margin-left: 20px;
  122. }
  123. TD.indexkey {
  124. background-color: #eeeeff;
  125. font-weight: bold;
  126. padding-right : 10px;
  127. padding-top : 2px;
  128. padding-left : 10px;
  129. padding-bottom : 2px;
  130. margin-left : 0px;
  131. margin-right : 0px;
  132. margin-top : 2px;
  133. margin-bottom : 2px;
  134. border: 1px solid #CCCCCC;
  135. }
  136. TD.indexvalue {
  137. background-color: #eeeeff;
  138. font-style: italic;
  139. padding-right : 10px;
  140. padding-top : 2px;
  141. padding-left : 10px;
  142. padding-bottom : 2px;
  143. margin-left : 0px;
  144. margin-right : 0px;
  145. margin-top : 2px;
  146. margin-bottom : 2px;
  147. border: 1px solid #CCCCCC;
  148. }
  149. TR.memlist {
  150. background-color: #f0f0f0;
  151. }
  152. P.formulaDsp { text-align: center; }
  153. IMG.formulaDsp { }
  154. IMG.formulaInl { vertical-align: middle; }
  155. SPAN.keyword { color: #008000 }
  156. SPAN.keywordtype { color: #604020 }
  157. SPAN.keywordflow { color: #e08000 }
  158. SPAN.comment { color: #800000 }
  159. SPAN.preprocessor { color: #806020 }
  160. SPAN.stringliteral { color: #002080 }
  161. SPAN.charliteral { color: #008080 }
  162. .mdTable {
  163. border: 1px solid #868686;
  164. background-color: #F4F4FB;
  165. }
  166. .mdRow {
  167. padding: 8px 10px;
  168. }
  169. .mdescLeft {
  170. padding: 0px 8px 4px 8px;
  171. font-size: 80%;
  172. font-style: italic;
  173. background-color: #FAFAFA;
  174. border-top: 1px none #E0E0E0;
  175. border-right: 1px none #E0E0E0;
  176. border-bottom: 1px none #E0E0E0;
  177. border-left: 1px none #E0E0E0;
  178. margin: 0px;
  179. }
  180. .mdescRight {
  181. padding: 0px 8px 4px 8px;
  182. font-size: 80%;
  183. font-style: italic;
  184. background-color: #FAFAFA;
  185. border-top: 1px none #E0E0E0;
  186. border-right: 1px none #E0E0E0;
  187. border-bottom: 1px none #E0E0E0;
  188. border-left: 1px none #E0E0E0;
  189. margin: 0px;
  190. }
  191. .memItemLeft {
  192. padding: 1px 0px 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. .memItemRight {
  210. padding: 1px 8px 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: solid;
  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. .memTemplItemLeft {
  228. padding: 1px 0px 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. .memTemplItemRight {
  246. padding: 1px 8px 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: none;
  257. border-right-style: none;
  258. border-bottom-style: none;
  259. border-left-style: none;
  260. background-color: #FAFAFA;
  261. font-size: 80%;
  262. }
  263. .memTemplParams {
  264. padding: 1px 0px 0px 8px;
  265. margin: 4px;
  266. border-top-width: 1px;
  267. border-right-width: 1px;
  268. border-bottom-width: 1px;
  269. border-left-width: 1px;
  270. border-top-color: #E0E0E0;
  271. border-right-color: #E0E0E0;
  272. border-bottom-color: #E0E0E0;
  273. border-left-color: #E0E0E0;
  274. border-top-style: solid;
  275. border-right-style: none;
  276. border-bottom-style: none;
  277. border-left-style: none;
  278. color: #606060;
  279. background-color: #FAFAFA;
  280. font-size: 80%;
  281. }
  282. .search { color: #003399;
  283. font-weight: bold;
  284. }
  285. FORM.search {
  286. margin-bottom: 0px;
  287. margin-top: 0px;
  288. }
  289. INPUT.search { font-size: 75%;
  290. color: #000080;
  291. font-weight: normal;
  292. background-color: #eeeeff;
  293. }
  294. TD.tiny { font-size: 75%;
  295. }
  296. a {
  297. color: #252E78;
  298. }
  299. a:visited {
  300. color: #3D2185;
  301. }
  302. .dirtab { padding: 4px;
  303. border-collapse: collapse;
  304. border: 1px solid #b0b0b0;
  305. }
  306. TH.dirtab { background: #eeeeff;
  307. font-weight: bold;
  308. }
  309. HR { height: 1px;
  310. border: none;
  311. border-top: 1px solid black;
  312. }
  313. /*
  314. * LLVM Modifications.
  315. * Note: Everything above here is generated with "doxygen -w htlm" command. See
  316. * "doxygen --help" for details. What follows are CSS overrides for LLVM
  317. * specific formatting. We want to keep the above so it can be replaced with
  318. * subsequent doxygen upgrades.
  319. */
  320. .footer {
  321. font-size: 80%;
  322. font-weight: bold;
  323. text-align: center;
  324. vertical-align: middle;
  325. }
  326. .title {
  327. font-size: 25pt;
  328. color: black; background: url("http://llvm.org/img/lines.gif");
  329. font-weight: bold;
  330. border-width: 1px;
  331. border-style: solid none solid none;
  332. text-align: center;
  333. vertical-align: middle;
  334. padding-left: 8pt;
  335. padding-top: 1px;
  336. padding-bottom: 2px
  337. }
  338. A:link {
  339. cursor: pointer;
  340. text-decoration: none;
  341. font-weight: bolder;
  342. }
  343. A:visited {
  344. cursor: pointer;
  345. text-decoration: underline;
  346. font-weight: bolder;
  347. }
  348. A:hover {
  349. cursor: pointer;
  350. text-decoration: underline;
  351. font-weight: bolder;
  352. }
  353. A:active {
  354. cursor: pointer;
  355. text-decoration: underline;
  356. font-weight: bolder;
  357. font-style: italic;
  358. }
  359. H1 {
  360. text-align: center;
  361. font-size: 140%;
  362. font-weight: bold;
  363. }
  364. H2 {
  365. font-size: 120%;
  366. font-style: italic;
  367. }
  368. H3 {
  369. font-size: 100%;
  370. }
  371. A.qindex {}
  372. A.qindexRef {}
  373. A.el { text-decoration: none; font-weight: bold }
  374. A.elRef { font-weight: bold }
  375. A.code { text-decoration: none; font-weight: normal; color: #4444ee }
  376. A.codeRef { font-weight: normal; color: #4444ee }