/[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 1275 by schoenebeck, Wed Aug 8 17:18:12 2007 UTC revision 1841 by schoenebeck, Fri Feb 20 19:59:18 2009 UTC
# 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 {  td.bordered {
126          text-align: center;          text-align: center;
127          padding: 0.6em;          padding: 0.6em;
# Line 82  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 117  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 132  td.default { Line 184  td.default {
184          text-decoration: underline;          text-decoration: underline;
185          }          }
186    
187  table.default {  a:link {
188          margin-left: 2cm          color: #007;
189          }  }
190    
191    a:visited {
192            color: #889;
193    }
194    
195    p {
196            font-size: 10pt;
197            font-family: sans-serif,Arial,Helvetica;
198            text-align: justify;
199            font-style: normal;
200            font-weight: normal;
201            padding: 1em 2.2em;
202    }
203    
204  p.default  {  p.default  {
205          font-size: 12pt;          font-size: 10pt;
206          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
207          text-align: justify;          text-align: justify;
208          font-style: normal;          font-style: normal;
209          font-weight: normal;          font-weight: normal;
210          padding: 1em 2.2em;          padding: 1em 2.2em;
211          }          }
212    
213    p.caution  {
214            border: solid 1px;
215            background: rgb(255, 180, 180);
216            font-size: 10pt;
217            font-family: sans-serif,Arial,Helvetica;
218            text-align: justify;
219            font-style: normal;
220            font-weight: normal;
221            margin: 1.6em 1.2em 1.6em 1.2em;
222            padding: 0.6em 0.6em 0.6em 0.6em;
223    }
224    
225  table.pure {  table.pure {
226          font-size: 12pt;          font-size: 10pt;
227          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
228          font-style: normal;          font-style: normal;
229          font-weight: normal;          font-weight: normal;
230          }          }
231    
232  div.groupbox {  div.groupbox {
233          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
234          font-size: 12pt;          font-size: 10pt;
235          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
236          text-align: justify;          text-align: justify;
237          font-style: normal;          font-style: normal;
238          font-weight: normal;          font-weight: normal;
# Line 166  div.groupbox { Line 243  div.groupbox {
243  p.groupbox {  p.groupbox {
244          border: none;          border: none;
245          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
246          font-size: 12pt;          font-size: 10pt;
247          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
248          text-align: justify;          text-align: justify;
249          font-style: normal;          font-style: normal;
250          font-weight: normal;          font-weight: normal;
# Line 176  p.groupbox { Line 253  p.groupbox {
253          }          }
254    
255  span.default  {  span.default  {
256          font-size: 12pt;          font-size: 10pt;
257          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
258          text-align: justify;          text-align: justify;
259          font-style: normal;          font-style: normal;
260          font-weight: normal;          font-weight: normal;
# Line 201  ol.default     { Line 278  ol.default     {
278    
279  li      {  li      {
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.ok   {  li.ok   {
287          list-style-image: url("gfx/okay_green.png");          list-style-image: url("gfx/okay_green.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.false        {  li.false        {
295          list-style-image: url("gfx/x.png");          list-style-image: url("gfx/x.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  li.partly       {  li.partly       {
303          list-style-image: url("gfx/yellow_light.png");          list-style-image: url("gfx/yellow_light.png");
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: 10pt;
306          font-family: sans-serif;          font-family: sans-serif,Arial,Helvetica;
307          text-align: justify;          text-align: justify;
308          }          }
309    
# Line 262  div.news { Line 339  div.news {
339      border: 1px dotted;      border: 1px dotted;
340      margin: 0.8em 2em;      margin: 0.8em 2em;
341      padding: 0.4em 0.4em;      padding: 0.4em 0.4em;
342      font-size: 11pt;      font-size: 10pt;
343      font-family: sans-serif;      font-family: sans-serif,Arial,Helvetica;
344      text-align: justify;      text-align: justify;
345      font-style: normal;      font-style: normal;
346      font-weight: normal;      font-weight: normal;
# Line 277  ul.news { Line 354  ul.news {
354  }  }
355    
356  li.news {  li.news {
357      font-size: 11pt;      font-size: 10pt;
358      font-family: sans-serif;      font-family: sans-serif,Arial,Helvetica;
359      text-align: justify;      text-align: justify;
360      font-style: normal;      font-style: normal;
361      font-weight: normal;      font-weight: normal;
# Line 290  span.news_date { Line 367  span.news_date {
367    
368  span.news_footer {  span.news_footer {
369      margin: 0em 2em;      margin: 0em 2em;
370        font-size: 10pt;
371        font-family: sans-serif,Arial,Helvetica;
372        text-align: left;
373        font-style: normal;
374        font-weight: normal;
375  }  }
376    
377    
# Line 297  span.news_footer { Line 379  span.news_footer {
379  /* CVS Commits section */  /* CVS Commits section */
380    
381  table.cvs {  table.cvs {
382      table-layout: automatic;      font-size: 10pt;
383      font-size: 11pt;      font-family: sans-serif,Arial,Helvetica;
     font-family: sans-serif;  
384      text-align: justify;      text-align: justify;
385      font-style: normal;      font-style: normal;
386      font-weight: normal;      font-weight: normal;
# Line 307  table.cvs { Line 388  table.cvs {
388  }  }
389    
390  table.cvs_project {  table.cvs_project {
     table-layout: automatic;  
391      border: 1px dotted;      border: 1px dotted;
392  }  }
393    
394  #cvs_content {  #cvs_content {
395      max-height: 300px;      height: 300px;
396      overflow: hidden;      overflow: hidden;
397      font-size: 11pt;      font-size: 10pt;
398      font-family: sans-serif;      font-family: sans-serif,Arial,Helvetica;
399      text-align: justify;      text-align: justify;
400      font-style: normal;      font-style: normal;
401      font-weight: normal;      font-weight: normal;
402  }  }
403    
404  span.cvs_footer {  span.cvs_footer {
405      font-size: 11pt;      font-size: 10pt;
406      font-family: sans-serif;      font-family: sans-serif,Arial,Helvetica;
407      text-align: justify;      text-align: justify;
408      font-style: normal;      font-style: normal;
409      font-weight: normal;      font-weight: normal;

Legend:
Removed from v.1275  
changed lines
  Added in v.1841

  ViewVC Help
Powered by ViewVC