libcm is a C development framework with an emphasis on audio signal processing applications.
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.

cdg_edoc.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. body {
  2. margin: auto;
  3. padding-right: 1em;
  4. padding-left: 1em;
  5. max-width: 44em;
  6. border-left: 1px solid black;
  7. border-right: 1px solid black;
  8. color: black;
  9. font-family: Verdana, sans-serif;
  10. font-size: 100%;
  11. line-height: 140%;
  12. color: #333;
  13. }
  14. pre {
  15. border: 1px dotted gray;
  16. background-color: #ececec;
  17. color: #1111111;
  18. padding: 0.5em;
  19. }
  20. code {
  21. font-family: monospace;
  22. line-height: 115%
  23. }
  24. h1 a, h2 a, h3 a, h4 a, h5 a {
  25. text-decoration: none;
  26. color: #424242;
  27. }
  28. h1, h2, h3, h4, h5 { font-family: verdana;
  29. font-weight: bold;
  30. color: #424242; }
  31. h1 {
  32. font-size: 150%;
  33. border-bottom: 3px solid black;
  34. }
  35. h2 {
  36. font-size: 110%;
  37. border-bottom: 1px solid black;
  38. }
  39. h3 {
  40. font-size: 90%;
  41. border-bottom: 1px dotted black;
  42. }
  43. h4 {
  44. font-size: 80%;
  45. font-style: italic;
  46. }
  47. h5 {
  48. font-size: 80%;
  49. font-style: italic;
  50. }
  51. table {
  52. width: 100%;
  53. background-color: #acacac;
  54. text-align:left;
  55. }
  56. table .odd {
  57. background-color: #fcfcfc;
  58. }
  59. table .even {
  60. background-color: #ececec;
  61. }
  62. h1.title {
  63. font-size: 200%;
  64. font-weight: bold;
  65. padding-top: 0.2em;
  66. padding-bottom: 0.2em;
  67. text-align: left;
  68. border: none;
  69. }
  70. dt code {
  71. font-weight: bold;
  72. }
  73. dd p {
  74. margin-top: 0;
  75. }
  76. #footer {
  77. padding-top: 1em;
  78. font-size: 70%;
  79. color: gray;
  80. text-align: center;
  81. }
  82. /* specify the height of example blocks (<pre>'s inside of <div class="cod">) */
  83. .cod pre
  84. {
  85. line-height: 115%;
  86. }
  87. /* control the kw index label column width */
  88. .kw_label_col {
  89. width:200px;
  90. max-width:200px;
  91. min-width:200px;
  92. }