Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 6.7KB

12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. body {
  2. font-size: medium;
  3. font-family: sans-serif;
  4. }
  5. #top {
  6. background-color: #F3F3F3;
  7. margin: 0;
  8. padding: 0;
  9. border-bottom: 1px solid #DDD;
  10. margin-bottom: 1ex;
  11. font-size: xx-large;
  12. font-weight: bold;
  13. }
  14. div.header {
  15. display: none;
  16. }
  17. .tabs {
  18. display: none;
  19. }
  20. h1 h2 h3 h4 h5 h6 {
  21. font-weight: bold;
  22. }
  23. h1 {
  24. font-size: 164%;
  25. }
  26. h2 {
  27. font-size: 132%;
  28. }
  29. h3 {
  30. font-size: 124%;
  31. }
  32. h4 {
  33. font-size: 116%;
  34. }
  35. h5 {
  36. font-size: 108%;
  37. }
  38. h6 {
  39. font-size: 100%;
  40. }
  41. p {
  42. margin: 0 0 1ex 0;
  43. }
  44. br {
  45. display: none;
  46. }
  47. dt {
  48. font-weight: 700;
  49. }
  50. div.multicol {
  51. }
  52. p.startli,p.startdd,p.starttd {
  53. margin-top: 2px;
  54. }
  55. p.endli {
  56. margin-bottom: 0;
  57. }
  58. p.enddd {
  59. margin-bottom: 4px;
  60. }
  61. p.endtd {
  62. margin-bottom: 2px;
  63. }
  64. caption {
  65. font-weight: 700;
  66. }
  67. span.legend {
  68. font-size: 70%;
  69. text-align: center;
  70. }
  71. h3.version {
  72. font-size: 90%;
  73. text-align: center;
  74. }
  75. div.qindex,div.navtab {
  76. background-color: #EBEFF6;
  77. border: 1px solid #A3B4D7;
  78. text-align: center;
  79. margin: 2px;
  80. padding: 2px;
  81. }
  82. div.qindex,div.navpath {
  83. width: 100%;
  84. line-height: 140%;
  85. }
  86. div.navtab {
  87. margin-right: 15px;
  88. }
  89. /* @group Link Styling */
  90. a {
  91. color: #3D8C57;
  92. text-decoration: none;
  93. }
  94. .contents a:visited {
  95. color: #50755E;
  96. }
  97. a:hover {
  98. text-decoration: underline;
  99. }
  100. a.qindexHL {
  101. background-color: #9CAFD4;
  102. color: #FFF;
  103. border: 1px double #869DCA;
  104. }
  105. a.code {
  106. color: #4665A2;
  107. }
  108. a.codeRef {
  109. color: #4665A2;
  110. }
  111. /* @end */
  112. dl.el {
  113. margin-left: -1cm;
  114. }
  115. .fragment {
  116. font-family: monospace, fixed;
  117. font-size: 105%;
  118. }
  119. pre.fragment {
  120. border: 1px solid #C4C4C4;
  121. background-color: #F9F9F9;
  122. padding: 4px 6px;
  123. margin: 4px 8px 4px 2px;
  124. overflow: auto;
  125. font-size: 9pt;
  126. line-height: 125%;
  127. }
  128. div.ah {
  129. background-color: #000;
  130. font-weight: 700;
  131. color: #FFF;
  132. margin-bottom: 3px;
  133. margin-top: 3px;
  134. padding: .2em;
  135. border: thin solid #333;
  136. }
  137. div.groupHeader {
  138. margin-left: 16px;
  139. margin-top: 12px;
  140. margin-bottom: 6px;
  141. font-weight: 700;
  142. }
  143. div.groupText {
  144. margin-left: 16px;
  145. font-style: italic;
  146. }
  147. body {
  148. background: #FFF;
  149. color: #000;
  150. margin: 0;
  151. }
  152. div.contents {
  153. margin-top: 10px;
  154. margin-left: 10px;
  155. margin-right: 10px;
  156. }
  157. td.indexkey {
  158. background-color: #EBEFF6;
  159. font-weight: 700;
  160. border: 1px solid #C4CFE5;
  161. margin: 2px 0;
  162. padding: 2px 10px;
  163. }
  164. td.indexvalue {
  165. background-color: #EBEFF6;
  166. border: 1px solid #C4CFE5;
  167. padding: 2px 10px;
  168. margin: 2px 0;
  169. }
  170. tr.memlist {
  171. background-color: #EEF1F7;
  172. }
  173. p.formulaDsp {
  174. text-align: center;
  175. }
  176. img.formulaDsp {
  177. }
  178. img.formulaInl {
  179. vertical-align: middle;
  180. }
  181. div.center {
  182. text-align: center;
  183. margin-top: 0;
  184. margin-bottom: 0;
  185. padding: 0;
  186. }
  187. div.center img {
  188. border: 0;
  189. }
  190. address.footer {
  191. text-align: right;
  192. padding: 0 0.25em 0.25em 0;
  193. }
  194. img.footer {
  195. border: 0;
  196. vertical-align: middle;
  197. }
  198. /* @group Code Colorization */
  199. span.keyword {
  200. color: green;
  201. }
  202. span.keywordtype {
  203. color: #604020;
  204. }
  205. span.keywordflow {
  206. color: #e08000;
  207. }
  208. span.comment {
  209. color: maroon;
  210. }
  211. span.preprocessor {
  212. color: #806020;
  213. }
  214. span.stringliteral {
  215. color: #002080;
  216. }
  217. span.charliteral {
  218. color: teal;
  219. }
  220. span.vhdldigit {
  221. color: #F0F;
  222. }
  223. span.vhdlkeyword {
  224. color: #700070;
  225. }
  226. span.vhdllogic {
  227. color: red;
  228. }
  229. /* @end */
  230. td.tiny {
  231. font-size: 75%;
  232. }
  233. .dirtab {
  234. padding: 4px;
  235. border-collapse: collapse;
  236. border: 1px solid #A3B4D7;
  237. }
  238. th.dirtab {
  239. background: #EBEFF6;
  240. font-weight: 700;
  241. }
  242. hr {
  243. height: 0;
  244. border: none;
  245. border-top: 1px solid #DDD;
  246. margin: 2em 0 1em;
  247. }
  248. hr.footer {
  249. height: 1px;
  250. }
  251. /* @group Member Descriptions */
  252. table.memberdecls {
  253. border-spacing: 0;
  254. font-size: small;
  255. }
  256. .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams {
  257. background-color: #FBFBFB;
  258. margin: 0;
  259. padding: 0.25ex;
  260. }
  261. .mdescLeft,.mdescRight {
  262. color: #555;
  263. }
  264. .memItemLeft,.memItemRight,.memTemplParams {
  265. border-top: 1px solid #DDD;
  266. }
  267. .memItemLeft,.memTemplItemLeft {
  268. white-space: nowrap;
  269. padding-left: 2em;
  270. }
  271. .memTemplParams {
  272. color: #464646;
  273. white-space: nowrap;
  274. }
  275. /* @end */
  276. /* @group Member Details */
  277. /* Styles for detailed member documentation */
  278. .memtemplate {
  279. font-size: 80%;
  280. color: #4665A2;
  281. font-weight: bold;
  282. }
  283. .memnav {
  284. background-color: #EBEFF6;
  285. border: 1px solid #A3B4D7;
  286. text-align: center;
  287. margin: 2px;
  288. margin-right: 15px;
  289. padding: 2px;
  290. }
  291. .memitem {
  292. padding: 0;
  293. margin: 1ex 0 2ex 0;
  294. border: 1px solid #CCC;
  295. }
  296. .memname {
  297. white-space: nowrap;
  298. font-weight: bold;
  299. }
  300. .memproto {
  301. border-bottom: 1px solid #DDD;
  302. padding: 0.5ex;
  303. font-weight: bold;
  304. background-color: #F3F3F3;
  305. }
  306. .memdoc {
  307. padding: 1ex;
  308. background-color: #FBFBFB;
  309. border-top-width: 0;
  310. }
  311. .paramkey {
  312. text-align: right;
  313. }
  314. .paramtype {
  315. white-space: nowrap;
  316. }
  317. .paramname {
  318. color: #602020;
  319. white-space: nowrap;
  320. }
  321. .paramname em {
  322. font-style: normal;
  323. }
  324. /* @end */
  325. /* @group Directory (tree) */
  326. /* for the tree view */
  327. .ftvtree {
  328. font-family: sans-serif;
  329. margin: 0;
  330. }
  331. /* these are for tree view when used as main index */
  332. .directory {
  333. font-size: 9pt;
  334. font-weight: bold;
  335. margin: 5px;
  336. }
  337. .directory h3 {
  338. margin: 0;
  339. margin-top: 1em;
  340. font-size: 11pt;
  341. }
  342. .directory > h3 {
  343. margin-top: 0;
  344. }
  345. .directory p {
  346. margin: 0;
  347. white-space: nowrap;
  348. }
  349. .directory div {
  350. display: none;
  351. margin: 0;
  352. }
  353. .directory img {
  354. vertical-align: -30%;
  355. }
  356. /* these are for tree view when not used as main index */
  357. .directory-alt {
  358. font-size: 100%;
  359. font-weight: bold;
  360. }
  361. .directory-alt h3 {
  362. margin: 0;
  363. margin-top: 1em;
  364. font-size: 11pt;
  365. }
  366. .directory-alt > h3 {
  367. margin-top: 0;
  368. }
  369. .directory-alt p {
  370. margin: 0;
  371. white-space: nowrap;
  372. }
  373. .directory-alt div {
  374. display: none;
  375. margin: 0;
  376. }
  377. .directory-alt img {
  378. vertical-align: -30%;
  379. }
  380. /* @end */
  381. div.dynheader {
  382. margin-top: 8px;
  383. }
  384. address {
  385. font-style: normal;
  386. color: #2A3D61;
  387. }
  388. table.doxtable {
  389. border-collapse: collapse;
  390. margin: 0.5ex;
  391. }
  392. table.doxtable td,table.doxtable th {
  393. border: 1px solid #DDD;
  394. padding: 3px 7px 2px;
  395. }
  396. table.doxtable th {
  397. background-color: #F3F3F3;
  398. color: #000;
  399. padding-bottom: 4px;
  400. padding-top: 5px;
  401. text-align: left;
  402. font-weight: bold;
  403. }
  404. .tabsearch {
  405. top: 0;
  406. left: 10px;
  407. height: 36px;
  408. z-index: 101;
  409. overflow: hidden;
  410. font-size: 13px;
  411. }
  412. .navpath ul {
  413. font-size: 11px;
  414. height: 30px;
  415. line-height: 30px;
  416. color: #8AA0CC;
  417. border: 1px solid #C2CDE4;
  418. overflow: hidden;
  419. margin: 0;
  420. padding: 0;
  421. }
  422. .navpath li {
  423. list-style-type: none;
  424. float: left;
  425. padding-left: 10px;
  426. padding-right: 15px;
  427. color: #364D7C;
  428. }
  429. .navpath a {
  430. height: 32px;
  431. display: block;
  432. text-decoration: none;
  433. outline: none;
  434. }
  435. .navpath a:hover {
  436. color: #6884BD;
  437. }
  438. div.summary {
  439. float: right;
  440. font-size: 8pt;
  441. padding-right: 5px;
  442. width: 50%;
  443. text-align: right;
  444. }
  445. div.summary a {
  446. white-space: nowrap;
  447. }
  448. div.header {
  449. background-color: #F3F3F3;
  450. margin: 0;
  451. border-bottom: 1px solid #DDD;
  452. }
  453. div.headertitle {
  454. padding: 5px 5px 5px 10px;
  455. font-size: 180%;
  456. font-weight: bold;
  457. }