style.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. body, table, div, p, dl {
  2. font-family: Verdana, Geneva, Arial, sans-serif;
  3. font-size: 12px;
  4. }
  5. /* @group Heading Levels */
  6. h1 {
  7. text-align: center;
  8. font-size: 160%;
  9. color: black;
  10. }
  11. h2 {
  12. font-size: 140%;
  13. font-weight: bold;
  14. }
  15. h3 {
  16. font-size: 120%;
  17. font-weight: bold;
  18. }
  19. /* @end */
  20. caption {
  21. font-weight: bold;
  22. }
  23. div.qindex, div.navtab{
  24. background-color: #e8eef2;
  25. border: 1px solid #84b0c7;
  26. text-align: center;
  27. margin: 2px;
  28. padding: 2px;
  29. }
  30. div.qindex, div.navpath {
  31. width: 100%;
  32. line-height: 140%;
  33. }
  34. div.navtab {
  35. margin-right: 15px;
  36. }
  37. /* @group Link Styling */
  38. a {
  39. color: #153788;
  40. font-weight: normal;
  41. text-decoration: none;
  42. }
  43. .contents a:visited {
  44. color: #1b77c5;
  45. }
  46. a:hover {
  47. text-decoration: underline;
  48. }
  49. a.qindex {
  50. font-weight: bold;
  51. }
  52. a.qindexHL {
  53. font-weight: bold;
  54. background-color: #6666cc;
  55. color: #ffffff;
  56. border: 1px double #9295C2;
  57. }
  58. .contents a.qindexHL:visited {
  59. color: #ffffff;
  60. }
  61. a.el {
  62. font-weight: bold;
  63. }
  64. a.elRef {
  65. }
  66. a.code {
  67. }
  68. a.codeRef {
  69. }
  70. /* @end */
  71. dl.el {
  72. margin-left: -1cm;
  73. }
  74. .fragment {
  75. font-family: monospace, fixed;
  76. font-size: 105%;
  77. }
  78. pre.fragment {
  79. border: 1px solid #CCCCCC;
  80. background-color: #f5f5f5;
  81. padding: 4px 6px;
  82. margin: 4px 8px 4px 2px;
  83. }
  84. div.ah {
  85. background-color: black;
  86. font-weight: bold;
  87. color: #ffffff;
  88. margin-bottom: 3px;
  89. margin-top: 3px
  90. }
  91. div.groupHeader {
  92. margin-left: 16px;
  93. margin-top: 12px;
  94. margin-bottom: 6px;
  95. font-weight: bold;
  96. }
  97. div.groupText {
  98. margin-left: 16px;
  99. font-style: italic;
  100. }
  101. body {
  102. background: white;
  103. color: #252525;
  104. margin-right: 20px;
  105. margin-left: 20px;
  106. margin: 20px;
  107. }
  108. td.indexkey {
  109. background-color: #e8eef2;
  110. font-weight: bold;
  111. border: 1px solid #CCCCCC;
  112. margin: 2px 0px 2px 0;
  113. padding: 2px 10px;
  114. }
  115. td.indexvalue {
  116. background-color: #e8eef2;
  117. border: 1px solid #CCCCCC;
  118. padding: 2px 10px;
  119. margin: 2px 0px;
  120. }
  121. tr.memlist {
  122. background-color: #f0f0f0;
  123. }
  124. p.formulaDsp {
  125. text-align: center;
  126. }
  127. img.formulaDsp {
  128. }
  129. img.formulaInl {
  130. vertical-align: middle;
  131. }
  132. /* @group Code Colorization */
  133. span.keyword {
  134. color: #008000
  135. }
  136. span.keywordtype {
  137. color: #604020
  138. }
  139. span.keywordflow {
  140. color: #e08000
  141. }
  142. span.comment {
  143. color: #800000
  144. }
  145. span.preprocessor {
  146. color: #806020
  147. }
  148. span.stringliteral {
  149. color: #002080
  150. }
  151. span.charliteral {
  152. color: #008080
  153. }
  154. span.vhdldigit {
  155. color: #ff00ff
  156. }
  157. span.vhdlchar {
  158. color: #000000
  159. }
  160. span.vhdlkeyword {
  161. color: #700070
  162. }
  163. span.vhdllogic {
  164. color: #ff0000
  165. }
  166. /* @end */
  167. .search {
  168. color: #003399;
  169. font-weight: bold;
  170. }
  171. form.search {
  172. margin-bottom: 0px;
  173. margin-top: 0px;
  174. }
  175. input.search {
  176. font-size: 75%;
  177. color: #000080;
  178. font-weight: normal;
  179. background-color: #e8eef2;
  180. }
  181. td.tiny {
  182. font-size: 75%;
  183. }
  184. .dirtab {
  185. padding: 4px;
  186. border-collapse: collapse;
  187. border: 1px solid #84b0c7;
  188. }
  189. th.dirtab {
  190. background: #e8eef2;
  191. font-weight: bold;
  192. }
  193. hr {
  194. height: 0;
  195. border: none;
  196. border-top: 1px solid #666;
  197. }
  198. /* @group Member Descriptions */
  199. .mdescLeft, .mdescRight,
  200. .memItemLeft, .memItemRight,
  201. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  202. background-color: #FAFAFA;
  203. border: none;
  204. margin: 4px;
  205. padding: 1px 0 0 8px;
  206. }
  207. .mdescLeft, .mdescRight {
  208. padding: 0px 8px 4px 8px;
  209. color: #555;
  210. }
  211. .memItemLeft, .memItemRight, .memTemplParams {
  212. border-top: 1px solid #ccc;
  213. }
  214. .memTemplParams {
  215. color: #606060;
  216. }
  217. /* @end */
  218. /* @group Member Details */
  219. /* Styles for detailed member documentation */
  220. .memtemplate {
  221. font-size: 80%;
  222. color: #606060;
  223. font-weight: normal;
  224. margin-left: 3px;
  225. }
  226. .memnav {
  227. background-color: #e8eef2;
  228. border: 1px solid #84b0c7;
  229. text-align: center;
  230. margin: 2px;
  231. margin-right: 15px;
  232. padding: 2px;
  233. }
  234. .memitem {
  235. padding: 0;
  236. }
  237. .memname {
  238. white-space: nowrap;
  239. font-weight: bold;
  240. }
  241. .memproto, .memdoc {
  242. border: 1px solid #84b0c7;
  243. }
  244. .memproto {
  245. padding: 0;
  246. background-color: #d5e1e8;
  247. font-weight: bold;
  248. -webkit-border-top-left-radius: 8px;
  249. -webkit-border-top-right-radius: 8px;
  250. -moz-border-radius-topleft: 8px;
  251. -moz-border-radius-topright: 8px;
  252. }
  253. .memdoc {
  254. padding: 2px 5px;
  255. background-color: #eef3f5;
  256. border-top-width: 0;
  257. -webkit-border-bottom-left-radius: 8px;
  258. -webkit-border-bottom-right-radius: 8px;
  259. -moz-border-radius-bottomleft: 8px;
  260. -moz-border-radius-bottomright: 8px;
  261. }
  262. .paramkey {
  263. text-align: right;
  264. }
  265. .paramtype {
  266. white-space: nowrap;
  267. }
  268. .paramname {
  269. color: #602020;
  270. white-space: nowrap;
  271. }
  272. .paramname em {
  273. font-style: normal;
  274. }
  275. /* @end */
  276. /* @group Directory (tree) */
  277. /* for the tree view */
  278. .ftvtree {
  279. font-family: sans-serif;
  280. margin: 0.5em;
  281. }
  282. /* these are for tree view when used as main index */
  283. .directory {
  284. font-size: 9pt;
  285. font-weight: bold;
  286. }
  287. .directory h3 {
  288. margin: 0px;
  289. margin-top: 1em;
  290. font-size: 11pt;
  291. }
  292. /*
  293. The following two styles can be used to replace the root node title
  294. with an image of your choice. Simply uncomment the next two styles,
  295. specify the name of your image and be sure to set 'height' to the
  296. proper pixel height of your image.
  297. */
  298. /*
  299. .directory h3.swap {
  300. height: 61px;
  301. background-repeat: no-repeat;
  302. background-image: url("yourimage.gif");
  303. }
  304. .directory h3.swap span {
  305. display: none;
  306. }
  307. */
  308. .directory > h3 {
  309. margin-top: 0;
  310. }
  311. .directory p {
  312. margin: 0px;
  313. white-space: nowrap;
  314. }
  315. .directory div {
  316. display: none;
  317. margin: 0px;
  318. }
  319. .directory img {
  320. vertical-align: -30%;
  321. }
  322. /* these are for tree view when not used as main index */
  323. .directory-alt {
  324. font-size: 100%;
  325. font-weight: bold;
  326. }
  327. .directory-alt h3 {
  328. margin: 0px;
  329. margin-top: 1em;
  330. font-size: 11pt;
  331. }
  332. .directory-alt > h3 {
  333. margin-top: 0;
  334. }
  335. .directory-alt p {
  336. margin: 0px;
  337. white-space: nowrap;
  338. }
  339. .directory-alt div {
  340. display: none;
  341. margin: 0px;
  342. }
  343. .directory-alt img {
  344. vertical-align: -30%;
  345. }
  346. /* @end */
  347. address {
  348. font-style: normal;
  349. color: #333;
  350. }