Clone of UAS2 @ https://github.com/drudgedance/uas2

doxygen.css 7.0KB

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