Misc cleanup & fixes
[juce-lv2.git] / juce / source / docs / rawmat.css
blob7a0b61e285e698fe10b24761c3f5630b91b27bf9
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;
10 a { color: #005888; }
11 a:hover { color: #1c90b0; }
12 a:visited { color: #006699; }
13 a:visited:hover { color: #1c90b0; }
15 h1 {
16 font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
17 font-size: 1.6em;
18 color: #006b95;
19 margin: 15px 0 15px 0;
20 padding-left: 15px;
23 h2 {
24 font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
25 font-size: 1.3em;
26 color: #007aac;
27 margin: 15px;
30 h3 {
31 font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
32 font-size: 1.1em;
33 color: #56a7c1;
34 margin: 15px;
37 p {
38 margin: 10px 15px 5px 15px;
41 pre {
42 font-family: monospace;
43 font-size: 1.1em;
44 line-height: 1.1em;
47 code {
48 font-family: monospace;
49 font-size: 1.2em;
50 line-height: 1.1em;
53 .pageholder {
54 width: 800px;
55 min-width: 800px;
56 margin: 10px auto 0 auto;
57 background: #ffffff none;
58 padding: 0 !important; position: relative; }
60 .banner {
61 height: 90px;
62 background: #3366cc none; line-height: 20px; font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif; }
64 .banner img {
65 float: left;
66 color: #ffffff;
67 margin: 15px 0 0 16px;
68 border: 0;
69 background: none; font-family: sans-serif; font-size: 25px;
72 .mainsections {
73 margin: 6px 0px 6px 0px;
74 padding: 0; position: absolute; left: 390px; top: 56px;
75 float: left;
76 font-size: 13px; }
78 .mainsections ul {
79 margin: 0;
80 padding: 0 0 0 10px; background-color: #3366cc; background-image: none; }
82 .mainsections li {
83 list-style-type: none;
84 float: left;
85 width: auto;
86 min-width: 50;
87 min-height: 22px; max-height: 22px;
88 text-align: center; margin: 6px 4px 0px 4px;
89 font-size: 12px; background: url(images/inactiverightcorner.gif) no-repeat top right; }
91 .mainsections a:link, .mainsections a:visited {
92 display: block;
93 color: #d0eef3; text-decoration: none;
94 padding: 2px 8px 0px 10px;
95 background: url(images/inactiveleftcorner.gif) no-repeat top left;
96 max-height: 20px; }
98 .mainsections a:hover, .mainsections a:visited:hover {
99 color: #ffffff;
100 text-decoration: none;
101 padding: 2px 8px 0px 10px;
104 .currentsection {
105 margin-top: 4px;
106 background-image: url(images/activerightcorner.gif) !important;
109 .currentsection a:link, .currentsection a:visited {
110 color: #006b95 !important;
111 background-image: url(images/activeleftcorner.gif) !important;
114 .currentsection a:hover, .currentsection a:visited:hover {
115 color: #2c93b0 !important;
118 .subsections {
119 clear: both;
122 .subsections ul {
123 margin: 0;
124 padding: 0 6px 0 6px;
127 .subsections li {
128 list-style-type: none;
129 float: left;
130 margin: 0px 4px 0 4px;
131 background-image: url(images/inactivesubsection.gif);
132 background-repeat: no-repeat;
133 background-position: center left;
134 padding-left: 10px; }
136 .subsections a:link, .subsections a:visited {
137 padding: 0 4px 0 4px;
138 text-decoration: none;
141 .currentsubsection a:link, .currentsubsection a:visited {
142 font-weight: bold;
143 color: #000099;
146 .currentsubsection {
147 background-image: url(images/activesubsection.gif) !important;
150 .content {
151 clear: both;
152 float: none;
153 padding: 2px 5px 0 5px;
154 min-height: 500px;
155 background-image: none;
156 font-family: Georgia, Helvetica, sans-serif;
159 .prop {
160 float: right;
161 width: 1px;
162 height: 400px;
165 .bottomsection {
166 clear: both;
167 text-align: center;
168 background-image: none;
169 margin: 0;
170 padding: 15px 0 12px 0;
173 .bottombar {
174 padding: 5px;
175 background: #3366cc none;
176 margin: 10px 0 10px 0 !important;
177 color: #ffffff; height: 26px;
178 font-size: 0.8em;
181 .bottombar a, .bottombar a:visited {
182 color: #d0eef0 !important;
185 .bottomtext a:hover, .bottomtext a:visited:hover {
186 color: #ffffff !important;
189 .ad {
190 clear: both;
191 padding: 30px 0 0 0;
192 text-align: center;