The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

193 lines
3.8KB

  1. body {
  2. color: #444444;
  3. font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  4. font-size: 0.8em;
  5. line-height: 1.5em;
  6. text-align: left;
  7. background: #e0e0e0;
  8. }
  9. a { color: #005888; }
  10. a:hover { color: #1c90b0; }
  11. a:visited { color: #006699; }
  12. a:visited:hover { color: #1c90b0; }
  13. h1 {
  14. font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  15. font-size: 1.6em;
  16. color: #006b95;
  17. margin: 15px 0 15px 0;
  18. padding-left: 15px;
  19. }
  20. h2 {
  21. font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  22. font-size: 1.3em;
  23. color: #007aac;
  24. margin: 15px;
  25. }
  26. h3 {
  27. font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  28. font-size: 1.1em;
  29. color: #56a7c1;
  30. margin: 15px;
  31. }
  32. p {
  33. margin: 10px 15px 5px 15px;
  34. }
  35. pre {
  36. font-family: monospace;
  37. font-size: 1.1em;
  38. line-height: 1.1em;
  39. }
  40. code {
  41. font-family: monospace;
  42. font-size: 1.2em;
  43. line-height: 1.1em;
  44. }
  45. .pageholder {
  46. width: 800px;
  47. min-width: 800px;
  48. margin: 10px auto 0 auto;
  49. background: #ffffff none;
  50. padding: 0 !important; position: relative; }
  51. .banner {
  52. height: 90px;
  53. background: #3366cc none; line-height: 20px; font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif; }
  54. .banner img {
  55. float: left;
  56. color: #ffffff;
  57. margin: 15px 0 0 16px;
  58. border: 0;
  59. background: none; font-family: sans-serif; font-size: 25px;
  60. }
  61. .mainsections {
  62. margin: 6px 0px 6px 0px;
  63. padding: 0; position: absolute; left: 390px; top: 56px;
  64. float: left;
  65. font-size: 13px; }
  66. .mainsections ul {
  67. margin: 0;
  68. padding: 0 0 0 10px; background-color: #3366cc; background-image: none; }
  69. .mainsections li {
  70. list-style-type: none;
  71. float: left;
  72. width: auto;
  73. min-width: 50;
  74. min-height: 22px; max-height: 22px;
  75. text-align: center; margin: 6px 4px 0px 4px;
  76. font-size: 12px; background: url(images/inactiverightcorner.gif) no-repeat top right; }
  77. .mainsections a:link, .mainsections a:visited {
  78. display: block;
  79. color: #d0eef3; text-decoration: none;
  80. padding: 2px 8px 0px 10px;
  81. background: url(images/inactiveleftcorner.gif) no-repeat top left;
  82. max-height: 20px; }
  83. .mainsections a:hover, .mainsections a:visited:hover {
  84. color: #ffffff;
  85. text-decoration: none;
  86. padding: 2px 8px 0px 10px;
  87. }
  88. .currentsection {
  89. margin-top: 4px;
  90. background-image: url(images/activerightcorner.gif) !important;
  91. }
  92. .currentsection a:link, .currentsection a:visited {
  93. color: #006b95 !important;
  94. background-image: url(images/activeleftcorner.gif) !important;
  95. }
  96. .currentsection a:hover, .currentsection a:visited:hover {
  97. color: #2c93b0 !important;
  98. }
  99. .subsections {
  100. clear: both;
  101. }
  102. .subsections ul {
  103. margin: 0;
  104. padding: 0 6px 0 6px;
  105. }
  106. .subsections li {
  107. list-style-type: none;
  108. float: left;
  109. margin: 0px 4px 0 4px;
  110. background-image: url(images/inactivesubsection.gif);
  111. background-repeat: no-repeat;
  112. background-position: center left;
  113. padding-left: 10px; }
  114. .subsections a:link, .subsections a:visited {
  115. padding: 0 4px 0 4px;
  116. text-decoration: none;
  117. }
  118. .currentsubsection a:link, .currentsubsection a:visited {
  119. font-weight: bold;
  120. color: #000099;
  121. }
  122. .currentsubsection {
  123. background-image: url(images/activesubsection.gif) !important;
  124. }
  125. .content {
  126. clear: both;
  127. float: none;
  128. padding: 2px 5px 0 5px;
  129. min-height: 500px;
  130. background-image: none;
  131. font-family: Georgia, Helvetica, sans-serif;
  132. }
  133. .prop {
  134. float: right;
  135. width: 1px;
  136. height: 400px;
  137. }
  138. .bottomsection {
  139. clear: both;
  140. text-align: center;
  141. background-image: none;
  142. margin: 0;
  143. padding: 15px 0 12px 0;
  144. }
  145. .bottombar {
  146. padding: 5px;
  147. background: #3366cc none;
  148. margin: 10px 0 10px 0 !important;
  149. color: #ffffff; height: 26px;
  150. font-size: 0.8em;
  151. }
  152. .bottombar a, .bottombar a:visited {
  153. color: #d0eef0 !important;
  154. }
  155. .bottomtext a:hover, .bottomtext a:visited:hover {
  156. color: #ffffff !important;
  157. }
  158. .ad {
  159. clear: both;
  160. padding: 30px 0 0 0;
  161. text-align: center;
  162. }