/[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 2157 - (hide annotations) (download) (as text)
Sun Jan 16 19:00:42 2011 UTC (13 years, 3 months ago) by schoenebeck
File MIME type: text/css
File size: 7818 byte(s)
* added "Computer Music Special 44 2010" to news section

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 1947 .boxed {
139     padding: 0.6em;
140     border: 1px outset White;
141     background-color: #F0F0F0;
142 persson 2033 font-size: 13.33px;
143 schoenebeck 1947 font-family: sans-serif,Arial,Helvetica;
144     text-align: justify;
145     font-style: normal;
146     font-weight: normal;
147     }
148    
149 schoenebeck 1246 td.bordered {
150     text-align: center;
151     padding: 0.6em;
152     border: 2px outset White;
153     background-color: #F0F0F0;
154     }
155    
156 schoenebeck 610 td.default {
157     padding: 0.6em;
158     }
159    
160 senoner 542 .formatmatrix {
161 persson 2033 font-size: 13.33px;
162 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
163 senoner 542 text-align: justify;
164     font-style: normal;
165     font-weight: normal;
166     }
167    
168     .formatmatrix th{
169     border: 1px solid rgb(200,200,200);
170     }
171    
172     .formatmatrix td {
173     padding: 0.6em;
174     }
175    
176     .formatmatrix tr.white td {
177     border: 1px solid rgb(240, 240, 240);
178     }
179    
180     .formatmatrix tr.grey td {
181     background: rgb(230, 230, 230);
182     border: none;
183     }
184    
185     .formatmatrix tr.green td {
186     background: rgb(180, 255, 180);
187     border: none;
188     }
189    
190     .formatmatrix tr.red td {
191     background: rgb(255, 180, 180);
192     border: none;
193     }
194    
195     .linkstable {
196 persson 2033 font-size: 13.33px;
197 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
198 senoner 542 text-align: justify;
199     font-style: normal;
200     font-weight: normal;
201     }
202    
203     .linkstable a {
204     text-decoration: none;
205     }
206    
207     .linkstable a:hover {
208     text-decoration: underline;
209     }
210    
211 schoenebeck 1841 a:link {
212     color: #007;
213     }
214    
215     a:visited {
216     color: #889;
217     }
218    
219 schoenebeck 1276 p {
220 persson 2033 font-size: 13.33px;
221 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
222     text-align: justify;
223     font-style: normal;
224     font-weight: normal;
225     padding: 1em 2.2em;
226     }
227 senoner 542
228     p.default {
229 persson 2033 font-size: 13.33px;
230 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
231 senoner 542 text-align: justify;
232     font-style: normal;
233     font-weight: normal;
234     padding: 1em 2.2em;
235     }
236    
237 schoenebeck 1276 p.caution {
238     border: solid 1px;
239     background: rgb(255, 180, 180);
240 persson 2033 font-size: 13.33px;
241 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
242     text-align: justify;
243     font-style: normal;
244     font-weight: normal;
245     margin: 1.6em 1.2em 1.6em 1.2em;
246     padding: 0.6em 0.6em 0.6em 0.6em;
247     }
248    
249 senoner 542 table.pure {
250 persson 2033 font-size: 13.33px;
251 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
252 senoner 542 font-style: normal;
253     font-weight: normal;
254     }
255    
256     div.groupbox {
257     background: rgb(240, 240, 240);
258 persson 2033 font-size: 13.33px;
259 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
260 senoner 542 text-align: justify;
261     font-style: normal;
262     font-weight: normal;
263     margin: 1em 3em 1em 3em;
264     padding: 1em 1em 1em 2.2em;
265     }
266    
267     p.groupbox {
268     border: none;
269     background: rgb(240, 240, 240);
270 persson 2033 font-size: 13.33px;
271 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
272 senoner 542 text-align: justify;
273     font-style: normal;
274     font-weight: normal;
275     margin: 1em 3em 1em 3em;
276     padding: 1em 1em 1em 2.2em;
277     }
278    
279     span.default {
280 persson 2033 font-size: 13.33px;
281 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
282 senoner 542 text-align: justify;
283     font-style: normal;
284     font-weight: normal;
285     }
286    
287     ul {
288     border: none;
289     background: rgb(240, 240, 240);
290     list-style-image: url("gfx/okay.png");
291     margin: 1em 3em 1em 3em;
292     padding: 1em 1em 1em 2.2em;
293     }
294    
295 schoenebeck 585 ol.default {
296     /* list-style-type:circle; */
297     border: none;
298     background: rgb(240, 240, 240);
299     margin: 1em 3em 1em 3em;
300     padding: 1em 1em 1em 2.2em;
301     }
302    
303 senoner 542 li {
304     padding: 0.2em 0.2em 0.2em 0.2em;
305 persson 2033 font-size: 13.33px;
306 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
307 senoner 542 text-align: justify;
308     }
309    
310     li.ok {
311     list-style-image: url("gfx/okay_green.png");
312     padding: 0.2em 0.2em 0.2em 0.2em;
313 persson 2033 font-size: 13.33px;
314 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
315 senoner 542 text-align: justify;
316     }
317    
318     li.false {
319     list-style-image: url("gfx/x.png");
320     padding: 0.2em 0.2em 0.2em 0.2em;
321 persson 2033 font-size: 13.33px;
322 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
323 senoner 542 text-align: justify;
324     }
325    
326     li.partly {
327     list-style-image: url("gfx/yellow_light.png");
328     padding: 0.2em 0.2em 0.2em 0.2em;
329 persson 2033 font-size: 13.33px;
330 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
331 senoner 542 text-align: justify;
332     }
333 schoenebeck 1246
334    
335     /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
336     a.info {
337     /* This is the key. */
338     position: relative;
339     z-index: 24;
340     text-decoration: none;
341     }
342     a.info:hover {
343     z-index: 25;
344     color: #FFF; background-color: #900;
345     }
346     a.info span { display: none; }
347     a.info:hover span.info {
348     /* The span will display just on :hover state. */
349     display: block;
350     position: absolute;
351     font-size: smaller;
352     top: 2em; left: -5em; width: 15em;
353     padding: 2px; border: 1px solid #333;
354     color: #900; background-color: #DDF;
355     text-align: left;
356     }
357 schoenebeck 1268
358    
359    
360     /* News section */
361    
362     div.news {
363     border: 1px dotted;
364     margin: 0.8em 2em;
365     padding: 0.4em 0.4em;
366 persson 2033 font-size: 13.33px;
367 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
368 schoenebeck 1268 text-align: justify;
369     font-style: normal;
370     font-weight: normal;
371     }
372    
373     ul.news {
374     background: transparent;
375     list-style-type: disc;
376     margin: 0em 0em 0em 0em;
377     padding: 0em 0em 0em 1.5em;
378     }
379    
380     li.news {
381 persson 2033 font-size: 13.33px;
382 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
383 schoenebeck 1268 text-align: justify;
384     font-style: normal;
385     font-weight: normal;
386     }
387    
388     span.news_date {
389     font-weight: bold;
390     }
391 schoenebeck 1270
392     span.news_footer {
393     margin: 0em 2em;
394 persson 2033 font-size: 13.33px;
395 schoenebeck 1278 font-family: sans-serif,Arial,Helvetica;
396     text-align: left;
397     font-style: normal;
398     font-weight: normal;
399 schoenebeck 1270 }
400 schoenebeck 1273
401    
402    
403     /* CVS Commits section */
404    
405     table.cvs {
406 persson 2033 font-size: 13.33px;
407 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
408 schoenebeck 1273 text-align: justify;
409     font-style: normal;
410     font-weight: normal;
411     margin: 0em 2em;
412     }
413    
414     table.cvs_project {
415     border: 1px dotted;
416     }
417    
418     #cvs_content {
419 schoenebeck 1284 height: 300px;
420 schoenebeck 1273 overflow: hidden;
421 persson 2033 font-size: 13.33px;
422 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
423 schoenebeck 1273 text-align: justify;
424     font-style: normal;
425     font-weight: normal;
426     }
427    
428     span.cvs_footer {
429 persson 2033 font-size: 13.33px;
430 schoenebeck 1276 font-family: sans-serif,Arial,Helvetica;
431 schoenebeck 1273 text-align: justify;
432     font-style: normal;
433     font-weight: normal;
434     }

  ViewVC Help
Powered by ViewVC