/[svn]/web/trunk/www.linuxsampler.org/index.css
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/index.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1284 - (show annotations) (download) (as text)
Fri Aug 10 15:22:21 2007 UTC (16 years, 7 months ago) by schoenebeck
File MIME type: text/css
File size: 7226 byte(s)
further cosmetic correction of frontpage

1 body {
2 background: rgb(220,220,220);
3 }
4
5 #mainwindow {
6 border: 1px solid black;
7 background: white;
8 overflow: auto;
9 width: 100%;
10 padding: 0;
11 }
12
13 #contents {
14 margin: 0;
15 }
16
17
18 h2 {
19 font-size: 11pt;
20 font-family: sans-serif,Arial,Helvetica;
21 font-style: normal;
22 font-weight: bold;
23 border: none;
24 background: rgb(240,240,240);
25 margin: 0.8em 0.4em 0.8em 0.8em;
26 padding: 0.4em 0.4em 0.4em 0.4em;
27 }
28
29 h3 {
30 font-size: 11pt;
31 font-family: sans-serif,Arial,Helvetica;
32 font-style: normal;
33 font-weight: bold;
34 border: none;
35 background: rgb(240,240,240);
36 margin: 0.8em 0.4em 0.8em 0.8em;
37 padding: 0.4em 0.4em 0.4em 0.4em;
38 }
39
40 .hidden
41 {
42 display: none;
43 }
44
45 img {
46 border: none;
47 display: block;
48 }
49
50 table th {
51 font-size: 11pt;
52 font-family: sans-serif,Arial,Helvetica;
53 font-style: normal;
54 font-weight: bold;
55 background: rgb(240,240,240);
56 }
57
58 .code {
59 overflow: auto;
60 font-size: 8pt;
61 /*max-width: 300;*/
62 background-color: #F6F6F6;
63 border: 2px outset GhostWhite;
64 margin: 0em 3em 0em 3.2em;
65 padding-left: 3px;
66 padding-right: 3px;
67 padding-top: 3px;
68 padding-bottom: 3px;
69 }
70
71 .figure {
72 overflow: auto;
73 font-size: 8pt;
74 margin: 0em 3em 0em 3.2em;
75 padding-left: 3px;
76 padding-right: 3px;
77 padding-top: 3px;
78 padding-bottom: 3px;
79 }
80
81 table.default {
82 font-size: 10pt;
83 font-family: sans-serif,Arial,Helvetica;
84 text-align: justify;
85 font-style: normal;
86 font-weight: normal;
87 padding: 0em 0em 0em 0em;
88 margin: 0em 0em 0em 2em;
89 }
90
91 table.decorated {
92 border: none;
93 background-color: transparent;
94 font-size: 10pt;
95 font-family: sans-serif,Arial,Helvetica;
96 text-align: justify;
97 font-style: normal;
98 font-weight: normal;
99 padding: 0em 0em 0em 0em;
100 margin: 0em 0em 0em 2em;
101 }
102
103 td.decorated {
104 border: none;
105 background-color: #F2F2F4;
106 font-size: 10pt;
107 font-family: sans-serif,Arial,Helvetica;
108 font-style: normal;
109 font-weight: normal;
110 text-align: left;
111 padding: 0.6em;
112 }
113
114 td.decorated_header {
115 border: none;
116 background-color: #E0E0FF;
117 font-size: 10pt;
118 font-family: sans-serif,Arial,Helvetica;
119 font-style: normal;
120 font-weight: bold;
121 text-align: left;
122 padding: 0.6em;
123 }
124
125 td.bordered {
126 text-align: center;
127 padding: 0.6em;
128 border: 2px outset White;
129 background-color: #F0F0F0;
130 }
131
132 td.default {
133 padding: 0.6em;
134 }
135
136 .formatmatrix {
137 font-size: 10pt;
138 font-family: sans-serif,Arial,Helvetica;
139 text-align: justify;
140 font-style: normal;
141 font-weight: normal;
142 }
143
144 .formatmatrix th{
145 border: 1px solid rgb(200,200,200);
146 }
147
148 .formatmatrix td {
149 padding: 0.6em;
150 }
151
152 .formatmatrix tr.white td {
153 border: 1px solid rgb(240, 240, 240);
154 }
155
156 .formatmatrix tr.grey td {
157 background: rgb(230, 230, 230);
158 border: none;
159 }
160
161 .formatmatrix tr.green td {
162 background: rgb(180, 255, 180);
163 border: none;
164 }
165
166 .formatmatrix tr.red td {
167 background: rgb(255, 180, 180);
168 border: none;
169 }
170
171 .linkstable {
172 font-size: 10pt;
173 font-family: sans-serif,Arial,Helvetica;
174 text-align: justify;
175 font-style: normal;
176 font-weight: normal;
177 }
178
179 .linkstable a {
180 text-decoration: none;
181 }
182
183 .linkstable a:hover {
184 text-decoration: underline;
185 }
186
187 p {
188 font-size: 10pt;
189 font-family: sans-serif,Arial,Helvetica;
190 text-align: justify;
191 font-style: normal;
192 font-weight: normal;
193 padding: 1em 2.2em;
194 }
195
196 p.default {
197 font-size: 10pt;
198 font-family: sans-serif,Arial,Helvetica;
199 text-align: justify;
200 font-style: normal;
201 font-weight: normal;
202 padding: 1em 2.2em;
203 }
204
205 p.caution {
206 border: solid 1px;
207 background: rgb(255, 180, 180);
208 font-size: 10pt;
209 font-family: sans-serif,Arial,Helvetica;
210 text-align: justify;
211 font-style: normal;
212 font-weight: normal;
213 margin: 1.6em 1.2em 1.6em 1.2em;
214 padding: 0.6em 0.6em 0.6em 0.6em;
215 }
216
217 table.pure {
218 font-size: 10pt;
219 font-family: sans-serif,Arial,Helvetica;
220 font-style: normal;
221 font-weight: normal;
222 }
223
224 div.groupbox {
225 background: rgb(240, 240, 240);
226 font-size: 10pt;
227 font-family: sans-serif,Arial,Helvetica;
228 text-align: justify;
229 font-style: normal;
230 font-weight: normal;
231 margin: 1em 3em 1em 3em;
232 padding: 1em 1em 1em 2.2em;
233 }
234
235 p.groupbox {
236 border: none;
237 background: rgb(240, 240, 240);
238 font-size: 10pt;
239 font-family: sans-serif,Arial,Helvetica;
240 text-align: justify;
241 font-style: normal;
242 font-weight: normal;
243 margin: 1em 3em 1em 3em;
244 padding: 1em 1em 1em 2.2em;
245 }
246
247 span.default {
248 font-size: 10pt;
249 font-family: sans-serif,Arial,Helvetica;
250 text-align: justify;
251 font-style: normal;
252 font-weight: normal;
253 }
254
255 ul {
256 border: none;
257 background: rgb(240, 240, 240);
258 list-style-image: url("gfx/okay.png");
259 margin: 1em 3em 1em 3em;
260 padding: 1em 1em 1em 2.2em;
261 }
262
263 ol.default {
264 /* list-style-type:circle; */
265 border: none;
266 background: rgb(240, 240, 240);
267 margin: 1em 3em 1em 3em;
268 padding: 1em 1em 1em 2.2em;
269 }
270
271 li {
272 padding: 0.2em 0.2em 0.2em 0.2em;
273 font-size: 10pt;
274 font-family: sans-serif,Arial,Helvetica;
275 text-align: justify;
276 }
277
278 li.ok {
279 list-style-image: url("gfx/okay_green.png");
280 padding: 0.2em 0.2em 0.2em 0.2em;
281 font-size: 10pt;
282 font-family: sans-serif,Arial,Helvetica;
283 text-align: justify;
284 }
285
286 li.false {
287 list-style-image: url("gfx/x.png");
288 padding: 0.2em 0.2em 0.2em 0.2em;
289 font-size: 10pt;
290 font-family: sans-serif,Arial,Helvetica;
291 text-align: justify;
292 }
293
294 li.partly {
295 list-style-image: url("gfx/yellow_light.png");
296 padding: 0.2em 0.2em 0.2em 0.2em;
297 font-size: 10pt;
298 font-family: sans-serif,Arial,Helvetica;
299 text-align: justify;
300 }
301
302
303 /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
304 a.info {
305 /* This is the key. */
306 position: relative;
307 z-index: 24;
308 text-decoration: none;
309 }
310 a.info:hover {
311 z-index: 25;
312 color: #FFF; background-color: #900;
313 }
314 a.info span { display: none; }
315 a.info:hover span.info {
316 /* The span will display just on :hover state. */
317 display: block;
318 position: absolute;
319 font-size: smaller;
320 top: 2em; left: -5em; width: 15em;
321 padding: 2px; border: 1px solid #333;
322 color: #900; background-color: #DDF;
323 text-align: left;
324 }
325
326
327
328 /* News section */
329
330 div.news {
331 border: 1px dotted;
332 margin: 0.8em 2em;
333 padding: 0.4em 0.4em;
334 font-size: 10pt;
335 font-family: sans-serif,Arial,Helvetica;
336 text-align: justify;
337 font-style: normal;
338 font-weight: normal;
339 }
340
341 ul.news {
342 background: transparent;
343 list-style-type: disc;
344 margin: 0em 0em 0em 0em;
345 padding: 0em 0em 0em 1.5em;
346 }
347
348 li.news {
349 font-size: 10pt;
350 font-family: sans-serif,Arial,Helvetica;
351 text-align: justify;
352 font-style: normal;
353 font-weight: normal;
354 }
355
356 span.news_date {
357 font-weight: bold;
358 }
359
360 span.news_footer {
361 margin: 0em 2em;
362 font-size: 10pt;
363 font-family: sans-serif,Arial,Helvetica;
364 text-align: left;
365 font-style: normal;
366 font-weight: normal;
367 }
368
369
370
371 /* CVS Commits section */
372
373 table.cvs {
374 font-size: 10pt;
375 font-family: sans-serif,Arial,Helvetica;
376 text-align: justify;
377 font-style: normal;
378 font-weight: normal;
379 margin: 0em 2em;
380 }
381
382 table.cvs_project {
383 border: 1px dotted;
384 }
385
386 #cvs_content {
387 height: 300px;
388 overflow: hidden;
389 font-size: 10pt;
390 font-family: sans-serif,Arial,Helvetica;
391 text-align: justify;
392 font-style: normal;
393 font-weight: normal;
394 }
395
396 span.cvs_footer {
397 font-size: 10pt;
398 font-family: sans-serif,Arial,Helvetica;
399 text-align: justify;
400 font-style: normal;
401 font-weight: normal;
402 }

  ViewVC Help
Powered by ViewVC