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

Legend:
Removed from v.782  
changed lines
  Added in v.2031

  ViewVC Help
Powered by ViewVC