/[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 1841 - (hide annotations) (download) (as text)
Fri Feb 20 19:59:18 2009 UTC (15 years, 2 months ago) by schoenebeck
File MIME type: text/css
File size: 7281 byte(s)
- minor layout change: adjusted default link colors

1 senoner 542 body {
2     background: rgb(220,220,220);
3     }
4    
5     #mainwindow {
6     border: 1px solid black;
7     background: white;
8 schoenebeck 782 overflow: auto;
9 senoner 542 width: 100%;
10     padding: 0;
11     }
12    
13     #contents {
14     margin: 0;
15     }
16    
17    
18     h2 {
19 schoenebeck 1276 font-size: 11pt;
20     font-family: sans-serif,Arial,Helvetica;
21     font-style: normal;
22     font-weight: bold;
23 senoner 542 border: none;
24     background: rgb(240,240,240);
25 schoenebeck 1276 margin: 0.8em 0.4em 0.8em 0.8em;
26     padding: 0.4em 0.4em 0.4em 0.4em;
27 senoner 542 }
28    
29     h3 {
30 schoenebeck 1276 font-size: 11pt;
31     font-family: sans-serif,Arial,Helvetica;
32     font-style: normal;
33     font-weight: bold;
34 senoner 542 border: none;
35     background: rgb(240,240,240);
36 schoenebeck 1276 margin: 0.8em 0.4em 0.8em 0.8em;
37     padding: 0.4em 0.4em 0.4em 0.4em;
38 senoner 542 }
39    
40     .hidden
41     {
42     display: none;
43     }
44    
45     img {
46     border: none;
47     display: block;
48     }
49    
50     table th {
51 schoenebeck 1276 font-size: 11pt;
52     font-family: sans-serif,Arial,Helvetica;
53     font-style: normal;
54 schoenebeck 771 font-weight: bold;
55     background: rgb(240,240,240);
56 senoner 542 }
57    
58     .code {
59 schoenebeck 1276 overflow: auto;
60     font-size: 8pt;
61     /*max-width: 300;*/
62 senoner 542 background-color: #F6F6F6;
63     border: 2px outset GhostWhite;
64 schoenebeck 1276 margin: 0em 3em 0em 3.2em;
65 senoner 542 padding-left: 3px;
66     padding-right: 3px;
67     padding-top: 3px;
68     padding-bottom: 3px;
69     }
70    
71 schoenebeck 1276 .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 schoenebeck 610 table.default {
82 schoenebeck 1276 font-size: 10pt;
83     font-family: sans-serif,Arial,Helvetica;
84 schoenebeck 610 text-align: justify;
85     font-style: normal;
86     font-weight: normal;
87 schoenebeck 1276 padding: 0em 0em 0em 0em;
88     margin: 0em 0em 0em 2em;
89 schoenebeck 610 }
90    
91 schoenebeck 1276 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 schoenebeck 1246 td.bordered {
126     text-align: center;
127     padding: 0.6em;
128     border: 2px outset White;
129     background-color: #F0F0F0;
130     }
131    
132 schoenebeck 610 td.default {
133     padding: 0.6em;
134     }
135    
136 senoner 542 .formatmatrix {
137 schoenebeck 1276 font-size: 10pt;
138     font-family: sans-serif,Arial,Helvetica;
139 senoner 542 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 schoenebeck 1276 font-size: 10pt;
173     font-family: sans-serif,Arial,Helvetica;
174 senoner 542 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 schoenebeck 1841 a:link {
188     color: #007;
189     }
190    
191     a:visited {
192     color: #889;
193     }
194    
195 schoenebeck 1276 p {
196     font-size: 10pt;
197     font-family: sans-serif,Arial,Helvetica;
198     text-align: justify;
199     font-style: normal;
200     font-weight: normal;
201     padding: 1em 2.2em;
202     }
203 senoner 542
204     p.default {
205 schoenebeck 1276 font-size: 10pt;
206     font-family: sans-serif,Arial,Helvetica;
207 senoner 542 text-align: justify;
208     font-style: normal;
209     font-weight: normal;
210     padding: 1em 2.2em;
211     }
212    
213 schoenebeck 1276 p.caution {
214     border: solid 1px;
215     background: rgb(255, 180, 180);
216     font-size: 10pt;
217     font-family: sans-serif,Arial,Helvetica;
218     text-align: justify;
219     font-style: normal;
220     font-weight: normal;
221     margin: 1.6em 1.2em 1.6em 1.2em;
222     padding: 0.6em 0.6em 0.6em 0.6em;
223     }
224    
225 senoner 542 table.pure {
226 schoenebeck 1276 font-size: 10pt;
227     font-family: sans-serif,Arial,Helvetica;
228 senoner 542 font-style: normal;
229     font-weight: normal;
230     }
231    
232     div.groupbox {
233     background: rgb(240, 240, 240);
234 schoenebeck 1276 font-size: 10pt;
235     font-family: sans-serif,Arial,Helvetica;
236 senoner 542 text-align: justify;
237     font-style: normal;
238     font-weight: normal;
239     margin: 1em 3em 1em 3em;
240     padding: 1em 1em 1em 2.2em;
241     }
242    
243     p.groupbox {
244     border: none;
245     background: rgb(240, 240, 240);
246 schoenebeck 1276 font-size: 10pt;
247     font-family: sans-serif,Arial,Helvetica;
248 senoner 542 text-align: justify;
249     font-style: normal;
250     font-weight: normal;
251     margin: 1em 3em 1em 3em;
252     padding: 1em 1em 1em 2.2em;
253     }
254    
255     span.default {
256 schoenebeck 1276 font-size: 10pt;
257     font-family: sans-serif,Arial,Helvetica;
258 senoner 542 text-align: justify;
259     font-style: normal;
260     font-weight: normal;
261     }
262    
263     ul {
264     border: none;
265     background: rgb(240, 240, 240);
266     list-style-image: url("gfx/okay.png");
267     margin: 1em 3em 1em 3em;
268     padding: 1em 1em 1em 2.2em;
269     }
270    
271 schoenebeck 585 ol.default {
272     /* list-style-type:circle; */
273     border: none;
274     background: rgb(240, 240, 240);
275     margin: 1em 3em 1em 3em;
276     padding: 1em 1em 1em 2.2em;
277     }
278    
279 senoner 542 li {
280     padding: 0.2em 0.2em 0.2em 0.2em;
281 schoenebeck 1276 font-size: 10pt;
282     font-family: sans-serif,Arial,Helvetica;
283 senoner 542 text-align: justify;
284     }
285    
286     li.ok {
287     list-style-image: url("gfx/okay_green.png");
288     padding: 0.2em 0.2em 0.2em 0.2em;
289 schoenebeck 1276 font-size: 10pt;
290     font-family: sans-serif,Arial,Helvetica;
291 senoner 542 text-align: justify;
292     }
293    
294     li.false {
295     list-style-image: url("gfx/x.png");
296     padding: 0.2em 0.2em 0.2em 0.2em;
297 schoenebeck 1276 font-size: 10pt;
298     font-family: sans-serif,Arial,Helvetica;
299 senoner 542 text-align: justify;
300     }
301    
302     li.partly {
303     list-style-image: url("gfx/yellow_light.png");
304     padding: 0.2em 0.2em 0.2em 0.2em;
305 schoenebeck 1276 font-size: 10pt;
306     font-family: sans-serif,Arial,Helvetica;
307 senoner 542 text-align: justify;
308     }
309 schoenebeck 1246
310    
311     /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
312     a.info {
313     /* This is the key. */
314     position: relative;
315     z-index: 24;
316     text-decoration: none;
317     }
318     a.info:hover {
319     z-index: 25;
320     color: #FFF; background-color: #900;
321     }
322     a.info span { display: none; }
323     a.info:hover span.info {
324     /* The span will display just on :hover state. */
325     display: block;
326     position: absolute;
327     font-size: smaller;
328     top: 2em; left: -5em; width: 15em;
329     padding: 2px; border: 1px solid #333;
330     color: #900; background-color: #DDF;
331     text-align: left;
332     }
333 schoenebeck 1268
334    
335    
336     /* News section */
337    
338     div.news {
339     border: 1px dotted;
340     margin: 0.8em 2em;
341     padding: 0.4em 0.4em;
342 schoenebeck 1276 font-size: 10pt;
343     font-family: sans-serif,Arial,Helvetica;
344 schoenebeck 1268 text-align: justify;
345     font-style: normal;
346     font-weight: normal;
347     }
348    
349     ul.news {
350     background: transparent;
351     list-style-type: disc;
352     margin: 0em 0em 0em 0em;
353     padding: 0em 0em 0em 1.5em;
354     }
355    
356     li.news {
357 schoenebeck 1276 font-size: 10pt;
358     font-family: sans-serif,Arial,Helvetica;
359 schoenebeck 1268 text-align: justify;
360     font-style: normal;
361     font-weight: normal;
362     }
363    
364     span.news_date {
365     font-weight: bold;
366     }
367 schoenebeck 1270
368     span.news_footer {
369     margin: 0em 2em;
370 schoenebeck 1278 font-size: 10pt;
371     font-family: sans-serif,Arial,Helvetica;
372     text-align: left;
373     font-style: normal;
374     font-weight: normal;
375 schoenebeck 1270 }
376 schoenebeck 1273
377    
378    
379     /* CVS Commits section */
380    
381     table.cvs {
382 schoenebeck 1276 font-size: 10pt;
383     font-family: sans-serif,Arial,Helvetica;
384 schoenebeck 1273 text-align: justify;
385     font-style: normal;
386     font-weight: normal;
387     margin: 0em 2em;
388     }
389    
390     table.cvs_project {
391     border: 1px dotted;
392     }
393    
394     #cvs_content {
395 schoenebeck 1284 height: 300px;
396 schoenebeck 1273 overflow: hidden;
397 schoenebeck 1276 font-size: 10pt;
398     font-family: sans-serif,Arial,Helvetica;
399 schoenebeck 1273 text-align: justify;
400     font-style: normal;
401     font-weight: normal;
402     }
403    
404     span.cvs_footer {
405 schoenebeck 1276 font-size: 10pt;
406     font-family: sans-serif,Arial,Helvetica;
407 schoenebeck 1273 text-align: justify;
408     font-style: normal;
409     font-weight: normal;
410     }

  ViewVC Help
Powered by ViewVC