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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2257 - (hide annotations) (download) (as text)
Sun Aug 21 10:15:21 2011 UTC (12 years, 8 months ago) by schoenebeck
File MIME type: text/css
File size: 8701 byte(s)
* decreased padding of paragraphs

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

  ViewVC Help
Powered by ViewVC