/[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 1276 by schoenebeck, Fri Aug 10 12:46:34 2007 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          overflow: hidden;          overflow: auto;
9          width: 100%;          width: 100%;
10          padding: 0;          padding: 0;
11          }          }
# Line 16  body    { Line 16  body    {
16    
17    
18  h2      {  h2      {
19          font-size: 14pt;          font-size: 11pt;
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: 11pt;
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: 11pt;
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: 8pt;
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: 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  table.default {  table.default {
82          font-size: 12pt;          font-size: 10pt;
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: 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    td.bordered {
126            text-align: center;
127            padding: 0.6em;
128            border: 2px outset White;
129            background-color: #F0F0F0;
130          }          }
131    
132  td.default {  td.default {
# Line 75  td.default { Line 134  td.default {
134          }          }
135    
136  .formatmatrix {  .formatmatrix {
137          font-size: 12pt;          font-size: 10pt;
138          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
139          text-align: justify;          text-align: justify;
140          font-style: normal;          font-style: normal;
141          font-weight: normal;          font-weight: normal;
# Line 110  td.default { Line 169  td.default {
169          }          }
170    
171  .linkstable {  .linkstable {
172          font-size: 12pt;          font-size: 10pt;
173          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
174          text-align: justify;          text-align: justify;
175          font-style: normal;          font-style: normal;
176          font-weight: normal;          font-weight: normal;
# Line 125  td.default { Line 184  td.default {
184          text-decoration: underline;          text-decoration: underline;
185          }          }
186    
187  table.default {  p {
188          margin-left: 2cm          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    
196  p.default  {  p.default  {
197          font-size: 12pt;          font-size: 10pt;
198          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
199          text-align: justify;          text-align: justify;
200          font-style: normal;          font-style: normal;
201          font-weight: normal;          font-weight: normal;
202          padding: 1em 2.2em;          padding: 1em 2.2em;
203          }          }
204    
205    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  table.pure {  table.pure {
218          font-size: 12pt;          font-size: 10pt;
219          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
220          font-style: normal;          font-style: normal;
221          font-weight: normal;          font-weight: normal;
222          }          }
223    
224  div.groupbox {  div.groupbox {
225          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
226          font-size: 12pt;          font-size: 10pt;
227          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
228          text-align: justify;          text-align: justify;
229          font-style: normal;          font-style: normal;
230          font-weight: normal;          font-weight: normal;
# Line 159  div.groupbox { Line 235  div.groupbox {
235  p.groupbox {  p.groupbox {
236          border: none;          border: none;
237          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
238          font-size: 12pt;          font-size: 10pt;
239          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
240          text-align: justify;          text-align: justify;
241          font-style: normal;          font-style: normal;
242          font-weight: normal;          font-weight: normal;
# Line 169  p.groupbox { Line 245  p.groupbox {
245          }          }
246    
247  span.default  {  span.default  {
248          font-size: 12pt;          font-size: 10pt;
249          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
250          text-align: justify;          text-align: justify;
251          font-style: normal;          font-style: normal;
252          font-weight: normal;          font-weight: normal;
253          }          }
254    
255  ul      {  ul      {
         /* list-style-type:circle; */  
256          border: none;          border: none;
257          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
258          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 195  ol.default     { Line 270  ol.default     {
270    
271  li      {  li      {
272          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
273          font-size: 12pt;          font-size: 10pt;
274          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
275          text-align: justify;          text-align: justify;
276          }          }
277    
278  li.ok   {  li.ok   {
279          list-style-image: url("gfx/okay_green.png");          list-style-image: url("gfx/okay_green.png");
280          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
281          font-size: 12pt;          font-size: 10pt;
282          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
283          text-align: justify;          text-align: justify;
284          }          }
285    
286  li.false        {  li.false        {
287          list-style-image: url("gfx/x.png");          list-style-image: url("gfx/x.png");
288          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
289          font-size: 12pt;          font-size: 10pt;
290          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
291          text-align: justify;          text-align: justify;
292          }          }
293    
294  li.partly       {  li.partly       {
295          list-style-image: url("gfx/yellow_light.png");          list-style-image: url("gfx/yellow_light.png");
296          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
297          font-size: 12pt;          font-size: 10pt;
298          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
299          text-align: justify;          text-align: justify;
300          }          }
301    
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    
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        font-size: 10pt;
335        font-family: sans-serif,Arial,Helvetica;
336        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        font-size: 10pt;
350        font-family: sans-serif,Arial,Helvetica;
351        text-align: justify;
352        font-style: normal;
353        font-weight: normal;
354    }
355    
356    span.news_date {
357        font-weight: bold;
358    }
359    
360    span.news_footer {
361        margin: 0em 2em;
362    }
363    
364    
365    
366    /* CVS Commits section */
367    
368    table.cvs {
369        font-size: 10pt;
370        font-family: sans-serif,Arial,Helvetica;
371        text-align: justify;
372        font-style: normal;
373        font-weight: normal;
374        margin: 0em 2em;
375    }
376    
377    table.cvs_project {
378        border: 1px dotted;
379    }
380    
381    #cvs_content {
382        max-height: 300px;
383        overflow: hidden;
384        font-size: 10pt;
385        font-family: sans-serif,Arial,Helvetica;
386        text-align: justify;
387        font-style: normal;
388        font-weight: normal;
389    }
390    
391    span.cvs_footer {
392        font-size: 10pt;
393        font-family: sans-serif,Arial,Helvetica;
394        text-align: justify;
395        font-style: normal;
396        font-weight: normal;
397    }

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

  ViewVC Help
Powered by ViewVC