/[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 1278 - (hide annotations) (download) (as text)
Fri Aug 10 12:56:29 2007 UTC (16 years, 8 months ago) by schoenebeck
File MIME type: text/css
File size: 7230 byte(s)
minor cosmetical fix of news footer

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 1276 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 senoner 542
196     p.default {
197 schoenebeck 1276 font-size: 10pt;
198     font-family: sans-serif,Arial,Helvetica;
199 senoner 542 text-align: justify;
200     font-style: normal;
201     font-weight: normal;
202     padding: 1em 2.2em;
203     }
204    
205 schoenebeck 1276 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 senoner 542 table.pure {
218 schoenebeck 1276 font-size: 10pt;
219     font-family: sans-serif,Arial,Helvetica;
220 senoner 542 font-style: normal;
221     font-weight: normal;
222     }
223    
224     div.groupbox {
225     background: rgb(240, 240, 240);
226 schoenebeck 1276 font-size: 10pt;
227     font-family: sans-serif,Arial,Helvetica;
228 senoner 542 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 schoenebeck 1276 font-size: 10pt;
239     font-family: sans-serif,Arial,Helvetica;
240 senoner 542 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 schoenebeck 1276 font-size: 10pt;
249     font-family: sans-serif,Arial,Helvetica;
250 senoner 542 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 schoenebeck 585 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 senoner 542 li {
272     padding: 0.2em 0.2em 0.2em 0.2em;
273 schoenebeck 1276 font-size: 10pt;
274     font-family: sans-serif,Arial,Helvetica;
275 senoner 542 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 schoenebeck 1276 font-size: 10pt;
282     font-family: sans-serif,Arial,Helvetica;
283 senoner 542 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 schoenebeck 1276 font-size: 10pt;
290     font-family: sans-serif,Arial,Helvetica;
291 senoner 542 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 schoenebeck 1276 font-size: 10pt;
298     font-family: sans-serif,Arial,Helvetica;
299 senoner 542 text-align: justify;
300     }
301 schoenebeck 1246
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 schoenebeck 1268
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 schoenebeck 1276 font-size: 10pt;
335     font-family: sans-serif,Arial,Helvetica;
336 schoenebeck 1268 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 schoenebeck 1276 font-size: 10pt;
350     font-family: sans-serif,Arial,Helvetica;
351 schoenebeck 1268 text-align: justify;
352     font-style: normal;
353     font-weight: normal;
354     }
355    
356     span.news_date {
357     font-weight: bold;
358     }
359 schoenebeck 1270
360     span.news_footer {
361     margin: 0em 2em;
362 schoenebeck 1278 font-size: 10pt;
363     font-family: sans-serif,Arial,Helvetica;
364     text-align: left;
365     font-style: normal;
366     font-weight: normal;
367 schoenebeck 1270 }
368 schoenebeck 1273
369    
370    
371     /* CVS Commits section */
372    
373     table.cvs {
374 schoenebeck 1276 font-size: 10pt;
375     font-family: sans-serif,Arial,Helvetica;
376 schoenebeck 1273 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     max-height: 300px;
388     overflow: hidden;
389 schoenebeck 1276 font-size: 10pt;
390     font-family: sans-serif,Arial,Helvetica;
391 schoenebeck 1273 text-align: justify;
392     font-style: normal;
393     font-weight: normal;
394     }
395    
396     span.cvs_footer {
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     }

  ViewVC Help
Powered by ViewVC