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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC revision 2379 by schoenebeck, Sun Nov 4 14:46:28 2012 UTC
# Line 5  body    { Line 5  body    {
5  #mainwindow {  #mainwindow {
6          border: 1px solid black;          border: 1px solid black;
7          background: white;          background: white;
         overflow: auto;  
         width: 100%;  
8          padding: 0;          padding: 0;
9          }          }
10    
11    .lsbackground {
12            overflow: hidden;
13            width: 100%;
14            }
15    
16  #contents {  #contents {
17          margin: 0;          margin: 0;
18          }          }
19    
20    
21  h2      {  h2      {
22          font-size: 14pt;          font-size: 14.67px;
23          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
24            font-style: normal;
25            font-weight: bold;
26          border: none;          border: none;
27          background: rgb(240,240,240);          background: rgb(240,240,240);
28          margin: 0.8em 2em;          margin: 0.8em 0.4em 0.8em 0.8em;
29          padding: 0.4em 0.4em;          padding: 0.4em 0.4em 0.4em 0.4em;
30          }          }
31    
32  h3      {  h3      {
33          font-size: 14pt;          font-size: 14.67px;
34          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
35          font-weight: normal;          font-style: normal;
36            font-weight: bold;
37          border: none;          border: none;
38          background: rgb(240,240,240);          background: rgb(240,240,240);
39          margin: 0.8em 2em;          margin: 0.8em 0.4em 0.8em 0.8em;
40          padding: 0.4em 0.4em;          padding: 0.4em 0.4em 0.4em 0.4em;
41          }          }
42    
43  .hidden  .hidden
# Line 45  img { Line 51  img {
51          }          }
52    
53  table th {  table th {
54          font-size: 14pt;          font-size: 14.67px;
55          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
56            font-style: normal;
57          font-weight: bold;          font-weight: bold;
58          background: rgb(240,240,240);          background: rgb(240,240,240);
59          }          }
60    
61  .code {  .code {
62          width: 100%;          overflow: auto;
63            font-size: 10.67px;
64            /*max-width: 300;*/
65          background-color: #F6F6F6;          background-color: #F6F6F6;
66          border: 2px outset GhostWhite;          border: 2px outset GhostWhite;
67            margin: 0em 3em 0em 3.2em;
68          padding-left: 3px;          padding-left: 3px;
69          padding-right: 3px;          padding-right: 3px;
70          padding-top: 3px;          padding-top: 3px;
71          padding-bottom: 3px;          padding-bottom: 3px;
72          }          }
73    
74    .figure {
75            overflow: auto;
76            font-size: 10.67px;
77            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    .btcaddr {
85        font-size: 9.0px;
86    }
87    
88    table {
89        font-size: 13.33px;
90        font-family: sans-serif,Arial,Helvetica;
91        text-align: justify;
92        font-style: normal;
93        font-weight: normal;
94        padding: 0em 0em 0em 0em;
95        margin: 0em 0em 0em 0em;
96        }
97    
98  table.default {  table.default {
99          font-size: 12pt;          font-size: 13.33px;
100          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
101          text-align: justify;          text-align: justify;
102          font-style: normal;          font-style: normal;
103          font-weight: normal;          font-weight: normal;
104          padding: 1em 2.2em;          padding: 0em 0em 0em 0em;
105            margin: 0em 0em 0em 2em;
106          }          }
107    
108    table.decorated {
109            border: none;
110            background-color: transparent;
111            font-size: 13.33px;
112            font-family: sans-serif,Arial,Helvetica;
113            text-align: justify;
114            font-style: normal;
115            font-weight: normal;
116            padding: 0em 0em 0em 0em;
117            margin: 0em 0em 0em 2em;
118    }
119    
120    td.decorated {
121            border: none;
122            background-color: #F2F2F4;
123            font-size: 13.33px;
124            font-family: sans-serif,Arial,Helvetica;
125            font-style: normal;
126            font-weight: normal;
127            text-align: left;
128            padding: 0.6em;
129    }
130    
131    td.decorated_header {
132            border: none;
133            background-color: #E0E0FF;
134            font-size: 13.33px;
135            font-family: sans-serif,Arial,Helvetica;
136            font-style: normal;
137            font-weight: bold;
138            text-align: left;
139            padding: 0.6em;
140    }
141    
142    table.decocomp {
143        border: none;
144        background-color: transparent;
145        font-size: 13.33px;
146        font-family: sans-serif,Arial,Helvetica;
147        text-align: justify;
148        font-style: normal;
149        font-weight: normal;
150        padding: 0em 0em 0em 0em;
151        margin: 0em 0em 0em 1em;
152    }
153    
154    td.decocomp {
155        border: none;
156        background-color: #F2F2F4;
157        font-size: 13.33px;
158        font-family: sans-serif,Arial,Helvetica;
159        font-style: normal;
160        font-weight: normal;
161        text-align: left;
162        padding-left: 0.6em;
163        padding-right: 0.6em;
164        padding-top: 0.1em;
165        padding-bottom: 0.1em;
166    }
167    
168    td.decocomp_header {
169        border: none;
170        background-color: #dddddd;
171        font-size: 13.33px;
172        font-family: sans-serif,Arial,Helvetica;
173        font-style: normal;
174        font-weight: bold;
175        text-align: left;
176        padding: 0.6em;
177    }
178    
179    .boxed {
180            padding: 0.6em;
181            border: 1px outset White;
182            background-color: #F0F0F0;
183            font-size: 13.33px;
184            font-family: sans-serif,Arial,Helvetica;
185            text-align: justify;
186            font-style: normal;
187            font-weight: normal;
188    }
189    
190  td.bordered {  td.bordered {
191          text-align: center;          text-align: center;
192          padding: 0.6em;          padding: 0.6em;
# Line 82  td.default { Line 199  td.default {
199          }          }
200    
201  .formatmatrix {  .formatmatrix {
202          font-size: 12pt;          font-size: 13.33px;
203          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
204          text-align: justify;          text-align: justify;
205          font-style: normal;          font-style: normal;
206          font-weight: normal;          font-weight: normal;
# Line 117  td.default { Line 234  td.default {
234          }          }
235    
236  .linkstable {  .linkstable {
237          font-size: 12pt;          font-size: 13.33px;
238          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
239          text-align: justify;          text-align: justify;
240          font-style: normal;          font-style: normal;
241          font-weight: normal;          font-weight: normal;
# Line 132  td.default { Line 249  td.default {
249          text-decoration: underline;          text-decoration: underline;
250          }          }
251    
252  table.default {  a:link {
253          margin-left: 2cm          color: #007;
254          }  }
255    
256    a:visited {
257            color: #889;
258    }
259    
260    p {
261            font-size: 13.33px;
262            font-family: sans-serif,Arial,Helvetica;
263            text-align: justify;
264            font-style: normal;
265            font-weight: normal;
266            padding-left: 1.2em;
267            padding-right: 1.2em;
268            padding-top: 0.0em;
269            padding-bottom: 0.0em;
270    }
271    
272  p.default  {  p.default  {
273          font-size: 12pt;          font-size: 13.33px;
274          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
275          text-align: justify;          text-align: justify;
276          font-style: normal;          font-style: normal;
277          font-weight: normal;          font-weight: normal;
278          padding: 1em 2.2em;          padding: 1em 2.2em;
279          }          }
280    
281    p.caution  {
282            border: solid 1px;
283            background: rgb(255, 180, 180);
284            font-size: 13.33px;
285            font-family: sans-serif,Arial,Helvetica;
286            text-align: justify;
287            font-style: normal;
288            font-weight: normal;
289            margin: 1.6em 1.2em 1.6em 1.2em;
290            padding: 0.6em 0.6em 0.6em 0.6em;
291    }
292    
293  table.pure {  table.pure {
294          font-size: 12pt;          font-size: 13.33px;
295          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
296          font-style: normal;          font-style: normal;
297          font-weight: normal;          font-weight: normal;
298          }          }
299    
300  div.groupbox {  div.groupbox {
301          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
302          font-size: 12pt;          font-size: 13.33px;
303          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
304          text-align: justify;          text-align: justify;
305          font-style: normal;          font-style: normal;
306          font-weight: normal;          font-weight: normal;
# Line 166  div.groupbox { Line 311  div.groupbox {
311  p.groupbox {  p.groupbox {
312          border: none;          border: none;
313          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
314          font-size: 12pt;          font-size: 13.33px;
315          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
316          text-align: justify;          text-align: justify;
317          font-style: normal;          font-style: normal;
318          font-weight: normal;          font-weight: normal;
# Line 176  p.groupbox { Line 321  p.groupbox {
321          }          }
322    
323  span.default  {  span.default  {
324          font-size: 12pt;          font-size: 13.33px;
325          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
326          text-align: justify;          text-align: justify;
327          font-style: normal;          font-style: normal;
328          font-weight: normal;          font-weight: normal;
329          }          }
330    
331  ul      {  ul      {
         /* list-style-type:circle; */  
332          border: none;          border: none;
333          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
334          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 202  ol.default     { Line 346  ol.default     {
346    
347  li      {  li      {
348          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
349          font-size: 12pt;          font-size: 13.33px;
350          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
351          text-align: justify;          text-align: justify;
352          }          }
353    
354  li.ok   {  li.ok   {
355          list-style-image: url("gfx/okay_green.png");          list-style-image: url("gfx/okay_green.png");
356          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
357          font-size: 12pt;          font-size: 13.33px;
358          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
359          text-align: justify;          text-align: justify;
360          }          }
361    
362  li.false        {  li.false        {
363          list-style-image: url("gfx/x.png");          list-style-image: url("gfx/x.png");
364          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
365          font-size: 12pt;          font-size: 13.33px;
366          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
367          text-align: justify;          text-align: justify;
368          }          }
369    
370  li.partly       {  li.partly       {
371          list-style-image: url("gfx/yellow_light.png");          list-style-image: url("gfx/yellow_light.png");
372          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
373          font-size: 12pt;          font-size: 13.33px;
374          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
375          text-align: justify;          text-align: justify;
376          }          }
377    
# Line 254  a.info:hover span.info { Line 398  a.info:hover span.info {
398          color: #900; background-color: #DDF;          color: #900; background-color: #DDF;
399          text-align: left;          text-align: left;
400  }  }
401    
402    
403    
404    /* News section */
405    
406    div.news {
407        border: 1px dotted;
408        margin: 0.8em 2em;
409        padding: 0.4em 0.4em;
410        font-size: 13.33px;
411        font-family: sans-serif,Arial,Helvetica;
412        text-align: justify;
413        font-style: normal;
414        font-weight: normal;
415    }
416    
417    ul.news {
418        background: transparent;
419        list-style-type: disc;
420        margin: 0em 0em 0em 0em;
421        padding: 0em 0em 0em 1.5em;
422    }
423    
424    li.news {
425        font-size: 13.33px;
426        font-family: sans-serif,Arial,Helvetica;
427        text-align: justify;
428        font-style: normal;
429        font-weight: normal;
430    }
431    
432    span.news_date {
433        font-weight: bold;
434    }
435    
436    span.news_footer {
437        margin: 0em 2em;
438        font-size: 13.33px;
439        font-family: sans-serif,Arial,Helvetica;
440        text-align: left;
441        font-style: normal;
442        font-weight: normal;
443    }
444    
445    
446    
447    /* CVS Commits section */
448    
449    table.cvs {
450        font-size: 13.33px;
451        font-family: sans-serif,Arial,Helvetica;
452        text-align: justify;
453        font-style: normal;
454        font-weight: normal;
455        margin: 0em 2em;
456    }
457    
458    table.cvs_project {
459        border: 1px dotted;
460    }
461    
462    #cvs_content {
463        height: 300px;
464        overflow: hidden;
465        font-size: 13.33px;
466        font-family: sans-serif,Arial,Helvetica;
467        text-align: justify;
468        font-style: normal;
469        font-weight: normal;
470    }
471    
472    span.cvs_footer {
473        font-size: 13.33px;
474        font-family: sans-serif,Arial,Helvetica;
475        text-align: justify;
476        font-style: normal;
477        font-weight: normal;
478    }

Legend:
Removed from v.1246  
changed lines
  Added in v.2379

  ViewVC Help
Powered by ViewVC