/[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 2032 by schoenebeck, Wed Nov 18 20:53:47 2009 UTC revision 2033 by persson, Sun Nov 22 10:03:14 2009 UTC
# Line 5  body    { Line 5  body    {
5  #mainwindow {  #mainwindow {
6          border: 1px solid black;          border: 1px solid black;
7          background: white;          background: white;
         overflow: auto;  
         width: 100%;  
8          padding: 0;          padding: 0;
9          }          }
10    
11    .lsbackground {
12            overflow: hidden;
13            width: 100%;
14            }
15    
16  #contents {  #contents {
17          margin: 0;          margin: 0;
18          }          }
19    
20    
21  h2      {  h2      {
22          font-size: 11px;          font-size: 14.67px;
23          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
24          font-style: normal;          font-style: normal;
25          font-weight: bold;          font-weight: bold;
# Line 27  h2     { Line 30  h2     {
30          }          }
31    
32  h3      {  h3      {
33          font-size: 11px;          font-size: 14.67px;
34          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
35          font-style: normal;          font-style: normal;
36          font-weight: bold;          font-weight: bold;
# Line 48  img { Line 51  img {
51          }          }
52    
53  table th {  table th {
54          font-size: 11px;          font-size: 14.67px;
55          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
56          font-style: normal;          font-style: normal;
57          font-weight: bold;          font-weight: bold;
# Line 57  table th { Line 60  table th {
60    
61  .code {  .code {
62          overflow: auto;          overflow: auto;
63          font-size: 8px;          font-size: 10.67px;
64          /*max-width: 300;*/          /*max-width: 300;*/
65          background-color: #F6F6F6;          background-color: #F6F6F6;
66          border: 2px outset GhostWhite;          border: 2px outset GhostWhite;
# Line 70  table th { Line 73  table th {
73    
74  .figure {  .figure {
75          overflow: auto;          overflow: auto;
76          font-size: 8px;          font-size: 10.67px;
77          margin: 0em 3em 0em 3.2em;          margin: 0em 3em 0em 3.2em;
78          padding-left: 3px;          padding-left: 3px;
79          padding-right: 3px;          padding-right: 3px;
# Line 79  table th { Line 82  table th {
82  }  }
83    
84  table.default {  table.default {
85          font-size: 10px;          font-size: 13.33px;
86          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
87          text-align: justify;          text-align: justify;
88          font-style: normal;          font-style: normal;
# Line 91  table.default { Line 94  table.default {
94  table.decorated {  table.decorated {
95          border: none;          border: none;
96          background-color: transparent;          background-color: transparent;
97          font-size: 10px;          font-size: 13.33px;
98          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
99          text-align: justify;          text-align: justify;
100          font-style: normal;          font-style: normal;
# Line 103  table.decorated { Line 106  table.decorated {
106  td.decorated {  td.decorated {
107          border: none;          border: none;
108          background-color: #F2F2F4;          background-color: #F2F2F4;
109          font-size: 10px;          font-size: 13.33px;
110          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
111          font-style: normal;          font-style: normal;
112          font-weight: normal;          font-weight: normal;
# Line 114  td.decorated { Line 117  td.decorated {
117  td.decorated_header {  td.decorated_header {
118          border: none;          border: none;
119          background-color: #E0E0FF;          background-color: #E0E0FF;
120          font-size: 10px;          font-size: 13.33px;
121          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
122          font-style: normal;          font-style: normal;
123          font-weight: bold;          font-weight: bold;
# Line 126  td.decorated_header { Line 129  td.decorated_header {
129          padding: 0.6em;          padding: 0.6em;
130          border: 1px outset White;          border: 1px outset White;
131          background-color: #F0F0F0;          background-color: #F0F0F0;
132          font-size: 10px;          font-size: 13.33px;
133          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
134          text-align: justify;          text-align: justify;
135          font-style: normal;          font-style: normal;
# Line 145  td.default { Line 148  td.default {
148          }          }
149    
150  .formatmatrix {  .formatmatrix {
151          font-size: 10px;          font-size: 13.33px;
152          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
153          text-align: justify;          text-align: justify;
154          font-style: normal;          font-style: normal;
# Line 180  td.default { Line 183  td.default {
183          }          }
184    
185  .linkstable {  .linkstable {
186          font-size: 10px;          font-size: 13.33px;
187          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
188          text-align: justify;          text-align: justify;
189          font-style: normal;          font-style: normal;
# Line 204  a:visited { Line 207  a:visited {
207  }  }
208    
209  p {  p {
210          font-size: 10px;          font-size: 13.33px;
211          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
212          text-align: justify;          text-align: justify;
213          font-style: normal;          font-style: normal;
# Line 213  p { Line 216  p {
216  }  }
217    
218  p.default  {  p.default  {
219          font-size: 10px;          font-size: 13.33px;
220          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
221          text-align: justify;          text-align: justify;
222          font-style: normal;          font-style: normal;
# Line 224  p.default  { Line 227  p.default  {
227  p.caution  {  p.caution  {
228          border: solid 1px;          border: solid 1px;
229          background: rgb(255, 180, 180);          background: rgb(255, 180, 180);
230          font-size: 10px;          font-size: 13.33px;
231          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
232          text-align: justify;          text-align: justify;
233          font-style: normal;          font-style: normal;
# Line 234  p.caution  { Line 237  p.caution  {
237  }  }
238    
239  table.pure {  table.pure {
240          font-size: 10px;          font-size: 13.33px;
241          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
242          font-style: normal;          font-style: normal;
243          font-weight: normal;          font-weight: normal;
# Line 242  table.pure { Line 245  table.pure {
245    
246  div.groupbox {  div.groupbox {
247          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
248          font-size: 10px;          font-size: 13.33px;
249          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
250          text-align: justify;          text-align: justify;
251          font-style: normal;          font-style: normal;
# Line 254  div.groupbox { Line 257  div.groupbox {
257  p.groupbox {  p.groupbox {
258          border: none;          border: none;
259          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
260          font-size: 10px;          font-size: 13.33px;
261          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
262          text-align: justify;          text-align: justify;
263          font-style: normal;          font-style: normal;
# Line 264  p.groupbox { Line 267  p.groupbox {
267          }          }
268    
269  span.default  {  span.default  {
270          font-size: 10px;          font-size: 13.33px;
271          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
272          text-align: justify;          text-align: justify;
273          font-style: normal;          font-style: normal;
# Line 289  ol.default     { Line 292  ol.default     {
292    
293  li      {  li      {
294          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
295          font-size: 10px;          font-size: 13.33px;
296          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
297          text-align: justify;          text-align: justify;
298          }          }
# Line 297  li     { Line 300  li     {
300  li.ok   {  li.ok   {
301          list-style-image: url("gfx/okay_green.png");          list-style-image: url("gfx/okay_green.png");
302          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
303          font-size: 10px;          font-size: 13.33px;
304          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
305          text-align: justify;          text-align: justify;
306          }          }
# Line 305  li.ok  { Line 308  li.ok  {
308  li.false        {  li.false        {
309          list-style-image: url("gfx/x.png");          list-style-image: url("gfx/x.png");
310          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
311          font-size: 10px;          font-size: 13.33px;
312          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
313          text-align: justify;          text-align: justify;
314          }          }
# Line 313  li.false       { Line 316  li.false       {
316  li.partly       {  li.partly       {
317          list-style-image: url("gfx/yellow_light.png");          list-style-image: url("gfx/yellow_light.png");
318          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;
319          font-size: 10px;          font-size: 13.33px;
320          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
321          text-align: justify;          text-align: justify;
322          }          }
# Line 350  div.news { Line 353  div.news {
353      border: 1px dotted;      border: 1px dotted;
354      margin: 0.8em 2em;      margin: 0.8em 2em;
355      padding: 0.4em 0.4em;      padding: 0.4em 0.4em;
356      font-size: 10px;      font-size: 13.33px;
357      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
358      text-align: justify;      text-align: justify;
359      font-style: normal;      font-style: normal;
# Line 365  ul.news { Line 368  ul.news {
368  }  }
369    
370  li.news {  li.news {
371      font-size: 10px;      font-size: 13.33px;
372      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
373      text-align: justify;      text-align: justify;
374      font-style: normal;      font-style: normal;
# Line 378  span.news_date { Line 381  span.news_date {
381    
382  span.news_footer {  span.news_footer {
383      margin: 0em 2em;      margin: 0em 2em;
384      font-size: 10px;      font-size: 13.33px;
385      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
386      text-align: left;      text-align: left;
387      font-style: normal;      font-style: normal;
# Line 390  span.news_footer { Line 393  span.news_footer {
393  /* CVS Commits section */  /* CVS Commits section */
394    
395  table.cvs {  table.cvs {
396      font-size: 10px;      font-size: 13.33px;
397      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
398      text-align: justify;      text-align: justify;
399      font-style: normal;      font-style: normal;
# Line 405  table.cvs_project { Line 408  table.cvs_project {
408  #cvs_content {  #cvs_content {
409      height: 300px;      height: 300px;
410      overflow: hidden;      overflow: hidden;
411      font-size: 10px;      font-size: 13.33px;
412      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
413      text-align: justify;      text-align: justify;
414      font-style: normal;      font-style: normal;
# Line 413  table.cvs_project { Line 416  table.cvs_project {
416  }  }
417    
418  span.cvs_footer {  span.cvs_footer {
419      font-size: 10px;      font-size: 13.33px;
420      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;
421      text-align: justify;      text-align: justify;
422      font-style: normal;      font-style: normal;

Legend:
Removed from v.2032  
changed lines
  Added in v.2033

  ViewVC Help
Powered by ViewVC