/[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 2030 by schoenebeck, Wed Jul 15 09:13:06 2009 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: 11pt;          font-size: 11px;
20          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
21          font-style: normal;          font-style: normal;
22          font-weight: bold;          font-weight: bold;
# Line 27  h2     { Line 27  h2     {
27          }          }
28    
29  h3      {  h3      {
30          font-size: 11pt;          font-size: 11px;
31          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
32          font-style: normal;          font-style: normal;
33          font-weight: bold;          font-weight: bold;
# Line 48  img { Line 48  img {
48          }          }
49    
50  table th {  table th {
51          font-size: 11pt;          font-size: 11px;
52          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
53          font-style: normal;          font-style: normal;
54          font-weight: bold;          font-weight: bold;
# Line 57  table th { Line 57  table th {
57    
58  .code {  .code {
59          overflow: auto;          overflow: auto;
60          font-size: 8pt;          font-size: 8px;
61          /*max-width: 300;*/          /*max-width: 300;*/
62          background-color: #F6F6F6;          background-color: #F6F6F6;
63          border: 2px outset GhostWhite;          border: 2px outset GhostWhite;
# Line 70  table th { Line 70  table th {
70    
71  .figure {  .figure {
72          overflow: auto;          overflow: auto;
73          font-size: 8pt;          font-size: 8px;
74          margin: 0em 3em 0em 3.2em;          margin: 0em 3em 0em 3.2em;
75          padding-left: 3px;          padding-left: 3px;
76          padding-right: 3px;          padding-right: 3px;
# Line 79  table th { Line 79  table th {
79  }  }
80    
81  table.default {  table.default {
82          font-size: 10pt;          font-size: 10px;
83          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
84          text-align: justify;          text-align: justify;
85          font-style: normal;          font-style: normal;
# Line 91  table.default { Line 91  table.default {
91  table.decorated {  table.decorated {
92          border: none;          border: none;
93          background-color: transparent;          background-color: transparent;
94          font-size: 10pt;          font-size: 10px;
95          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
96          text-align: justify;          text-align: justify;
97          font-style: normal;          font-style: normal;
# Line 103  table.decorated { Line 103  table.decorated {
103  td.decorated {  td.decorated {
104          border: none;          border: none;
105          background-color: #F2F2F4;          background-color: #F2F2F4;
106          font-size: 10pt;          font-size: 10px;
107          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
108          font-style: normal;          font-style: normal;
109          font-weight: normal;          font-weight: normal;
# Line 114  td.decorated { Line 114  td.decorated {
114  td.decorated_header {  td.decorated_header {
115          border: none;          border: none;
116          background-color: #E0E0FF;          background-color: #E0E0FF;
117          font-size: 10pt;          font-size: 10px;
118          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
119          font-style: normal;          font-style: normal;
120          font-weight: bold;          font-weight: bold;
# Line 126  td.decorated_header { Line 126  td.decorated_header {
126          padding: 0.6em;          padding: 0.6em;
127          border: 1px outset White;          border: 1px outset White;
128          background-color: #F0F0F0;          background-color: #F0F0F0;
129          font-size: 10pt;          font-size: 10px;
130          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
131          text-align: justify;          text-align: justify;
132          font-style: normal;          font-style: normal;
# Line 145  td.default { Line 145  td.default {
145          }          }
146    
147  .formatmatrix {  .formatmatrix {
148          font-size: 10pt;          font-size: 10px;
149          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
150          text-align: justify;          text-align: justify;
151          font-style: normal;          font-style: normal;
# Line 180  td.default { Line 180  td.default {
180          }          }
181    
182  .linkstable {  .linkstable {
183          font-size: 10pt;          font-size: 10px;
184          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
185          text-align: justify;          text-align: justify;
186          font-style: normal;          font-style: normal;
# Line 204  a:visited { Line 204  a:visited {
204  }  }
205    
206  p {  p {
207          font-size: 10pt;          font-size: 10px;
208          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
209          text-align: justify;          text-align: justify;
210          font-style: normal;          font-style: normal;
# Line 213  p { Line 213  p {
213  }  }
214    
215  p.default  {  p.default  {
216          font-size: 10pt;          font-size: 10px;
217          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
218          text-align: justify;          text-align: justify;
219          font-style: normal;          font-style: normal;
# Line 224  p.default  { Line 224  p.default  {
224  p.caution  {  p.caution  {
225          border: solid 1px;          border: solid 1px;
226          background: rgb(255, 180, 180);          background: rgb(255, 180, 180);
227          font-size: 10pt;          font-size: 10px;
228          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
229          text-align: justify;          text-align: justify;
230          font-style: normal;          font-style: normal;
# Line 234  p.caution  { Line 234  p.caution  {
234  }  }
235    
236  table.pure {  table.pure {
237          font-size: 10pt;          font-size: 10px;
238          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
239          font-style: normal;          font-style: normal;
240          font-weight: normal;          font-weight: normal;
# Line 242  table.pure { Line 242  table.pure {
242    
243  div.groupbox {  div.groupbox {
244          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
245          font-size: 10pt;          font-size: 10px;
246          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
247          text-align: justify;          text-align: justify;
248          font-style: normal;          font-style: normal;
# Line 254  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: 10pt;          font-size: 10px;
258          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
259          text-align: justify;          text-align: justify;
260          font-style: normal;          font-style: normal;
# Line 264  p.groupbox { Line 264  p.groupbox {
264          }          }
265    
266  span.default  {  span.default  {
267          font-size: 10pt;          font-size: 10px;
268          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
269          text-align: justify;          text-align: justify;
270          font-style: normal;          font-style: normal;
# Line 289  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: 10pt;          font-size: 10px;
293          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
294          text-align: justify;          text-align: justify;
295          }          }
# Line 297  li     { Line 297  li     {
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: 10pt;          font-size: 10px;
301          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
302          text-align: justify;          text-align: justify;
303          }          }
# Line 305  li.ok  { Line 305  li.ok  {
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: 10pt;          font-size: 10px;
309          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
310          text-align: justify;          text-align: justify;
311          }          }
# Line 313  li.false       { Line 313  li.false       {
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: 10pt;          font-size: 10px;
317          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
318          text-align: justify;          text-align: justify;
319          }          }
# Line 350  div.news { Line 350  div.news {
350      border: 1px dotted;      border: 1px dotted;
351      margin: 0.8em 2em;      margin: 0.8em 2em;
352      padding: 0.4em 0.4em;      padding: 0.4em 0.4em;
353      font-size: 10pt;      font-size: 10px;
354      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
355      text-align: justify;      text-align: justify;
356      font-style: normal;      font-style: normal;
# Line 365  ul.news { Line 365  ul.news {
365  }  }
366    
367  li.news {  li.news {
368      font-size: 10pt;      font-size: 10px;
369      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
370      text-align: justify;      text-align: justify;
371      font-style: normal;      font-style: normal;
# Line 378  span.news_date { Line 378  span.news_date {
378    
379  span.news_footer {  span.news_footer {
380      margin: 0em 2em;      margin: 0em 2em;
381      font-size: 10pt;      font-size: 10px;
382      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
383      text-align: left;      text-align: left;
384      font-style: normal;      font-style: normal;
# Line 390  span.news_footer { Line 390  span.news_footer {
390  /* CVS Commits section */  /* CVS Commits section */
391    
392  table.cvs {  table.cvs {
393      font-size: 10pt;      font-size: 10px;
394      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
395      text-align: justify;      text-align: justify;
396      font-style: normal;      font-style: normal;
# Line 405  table.cvs_project { Line 405  table.cvs_project {
405  #cvs_content {  #cvs_content {
406      height: 300px;      height: 300px;
407      overflow: hidden;      overflow: hidden;
408      font-size: 10pt;      font-size: 10px;
409      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
410      text-align: justify;      text-align: justify;
411      font-style: normal;      font-style: normal;
# Line 413  table.cvs_project { Line 413  table.cvs_project {
413  }  }
414    
415  span.cvs_footer {  span.cvs_footer {
416      font-size: 10pt;      font-size: 10px;
417      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
418      text-align: justify;      text-align: justify;
419      font-style: normal;      font-style: normal;

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

  ViewVC Help
Powered by ViewVC