/[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 771 by schoenebeck, Sun Sep 11 21:22:34 2005 UTC revision 2157 by schoenebeck, Sun Jan 16 19:00:42 2011 UTC
# Line 5  body    { Line 5  body    {
5  #mainwindow {  #mainwindow {
6          border: 1px solid black;          border: 1px solid black;
7          background: white;          background: white;
8            padding: 0;
9            }
10    
11    .lsbackground {
12          overflow: hidden;          overflow: hidden;
13          width: 100%;          width: 100%;
         padding: 0;  
14          }          }
15    
16  #contents {  #contents {
# Line 16  body    { Line 19  body    {
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    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  table.default {  table.default {
95          font-size: 12pt;          font-size: 13.33px;
96          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
97          text-align: justify;          text-align: justify;
98          font-style: normal;          font-style: normal;
99          font-weight: normal;          font-weight: normal;
100          padding: 1em 2.2em;          padding: 0em 0em 0em 0em;
101            margin: 0em 0em 0em 2em;
102            }
103    
104    table.decorated {
105            border: none;
106            background-color: transparent;
107            font-size: 13.33px;
108            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            font-size: 13.33px;
120            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            font-size: 13.33px;
131            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    .boxed {
139            padding: 0.6em;
140            border: 1px outset White;
141            background-color: #F0F0F0;
142            font-size: 13.33px;
143            font-family: sans-serif,Arial,Helvetica;
144            text-align: justify;
145            font-style: normal;
146            font-weight: normal;
147    }
148    
149    td.bordered {
150            text-align: center;
151            padding: 0.6em;
152            border: 2px outset White;
153            background-color: #F0F0F0;
154          }          }
155    
156  td.default {  td.default {
# Line 75  td.default { Line 158  td.default {
158          }          }
159    
160  .formatmatrix {  .formatmatrix {
161          font-size: 12pt;          font-size: 13.33px;
162          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
163          text-align: justify;          text-align: justify;
164          font-style: normal;          font-style: normal;
165          font-weight: normal;          font-weight: normal;
# Line 110  td.default { Line 193  td.default {
193          }          }
194    
195  .linkstable {  .linkstable {
196          font-size: 12pt;          font-size: 13.33px;
197          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
198          text-align: justify;          text-align: justify;
199          font-style: normal;          font-style: normal;
200          font-weight: normal;          font-weight: normal;
# Line 125  td.default { Line 208  td.default {
208          text-decoration: underline;          text-decoration: underline;
209          }          }
210    
211  table.default {  a:link {
212          margin-left: 2cm          color: #007;
213          }  }
214    
215    a:visited {
216            color: #889;
217    }
218    
219    p {
220            font-size: 13.33px;
221            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    
228  p.default  {  p.default  {
229          font-size: 12pt;          font-size: 13.33px;
230          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
231          text-align: justify;          text-align: justify;
232          font-style: normal;          font-style: normal;
233          font-weight: normal;          font-weight: normal;
234          padding: 1em 2.2em;          padding: 1em 2.2em;
235          }          }
236    
237    p.caution  {
238            border: solid 1px;
239            background: rgb(255, 180, 180);
240            font-size: 13.33px;
241            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  table.pure {  table.pure {
250          font-size: 12pt;          font-size: 13.33px;
251          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
252          font-style: normal;          font-style: normal;
253          font-weight: normal;          font-weight: normal;
254          }          }
255    
256  div.groupbox {  div.groupbox {
257          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
258          font-size: 12pt;          font-size: 13.33px;
259          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
260          text-align: justify;          text-align: justify;
261          font-style: normal;          font-style: normal;
262          font-weight: normal;          font-weight: normal;
# Line 159  div.groupbox { Line 267  div.groupbox {
267  p.groupbox {  p.groupbox {
268          border: none;          border: none;
269          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
270          font-size: 12pt;          font-size: 13.33px;
271          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
272          text-align: justify;          text-align: justify;
273          font-style: normal;          font-style: normal;
274          font-weight: normal;          font-weight: normal;
# Line 169  p.groupbox { Line 277  p.groupbox {
277          }          }
278    
279  span.default  {  span.default  {
280          font-size: 12pt;          font-size: 13.33px;
281          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
282          text-align: justify;          text-align: justify;
283          font-style: normal;          font-style: normal;
284          font-weight: normal;          font-weight: normal;
285          }          }
286    
287  ul      {  ul      {
         /* list-style-type:circle; */  
288          border: none;          border: none;
289          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
290          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 195  ol.default     { Line 302  ol.default     {
302    
303  li      {  li      {
304          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
305          font-size: 12pt;          font-size: 13.33px;
306          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
307          text-align: justify;          text-align: justify;
308          }          }
309    
310  li.ok   {  li.ok   {
311          list-style-image: url("gfx/okay_green.png");          list-style-image: url("gfx/okay_green.png");
312          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
313          font-size: 12pt;          font-size: 13.33px;
314          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
315          text-align: justify;          text-align: justify;
316          }          }
317    
318  li.false        {  li.false        {
319          list-style-image: url("gfx/x.png");          list-style-image: url("gfx/x.png");
320          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
321          font-size: 12pt;          font-size: 13.33px;
322          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
323          text-align: justify;          text-align: justify;
324          }          }
325    
326  li.partly       {  li.partly       {
327          list-style-image: url("gfx/yellow_light.png");          list-style-image: url("gfx/yellow_light.png");
328          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
329          font-size: 12pt;          font-size: 13.33px;
330          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
331          text-align: justify;          text-align: justify;
332          }          }
333    
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    
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        font-size: 13.33px;
367        font-family: sans-serif,Arial,Helvetica;
368        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        font-size: 13.33px;
382        font-family: sans-serif,Arial,Helvetica;
383        text-align: justify;
384        font-style: normal;
385        font-weight: normal;
386    }
387    
388    span.news_date {
389        font-weight: bold;
390    }
391    
392    span.news_footer {
393        margin: 0em 2em;
394        font-size: 13.33px;
395        font-family: sans-serif,Arial,Helvetica;
396        text-align: left;
397        font-style: normal;
398        font-weight: normal;
399    }
400    
401    
402    
403    /* CVS Commits section */
404    
405    table.cvs {
406        font-size: 13.33px;
407        font-family: sans-serif,Arial,Helvetica;
408        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        height: 300px;
420        overflow: hidden;
421        font-size: 13.33px;
422        font-family: sans-serif,Arial,Helvetica;
423        text-align: justify;
424        font-style: normal;
425        font-weight: normal;
426    }
427    
428    span.cvs_footer {
429        font-size: 13.33px;
430        font-family: sans-serif,Arial,Helvetica;
431        text-align: justify;
432        font-style: normal;
433        font-weight: normal;
434    }

Legend:
Removed from v.771  
changed lines
  Added in v.2157

  ViewVC Help
Powered by ViewVC