/[svn]/web/trunk/www.linuxsampler.org/index.css
ViewVC logotype

Annotation of /web/trunk/www.linuxsampler.org/index.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 585 - (hide annotations) (download) (as text)
Wed May 25 04:39:32 2005 UTC (18 years, 11 months ago) by schoenebeck
File MIME type: text/css
File size: 3329 byte(s)
wiped out the dust for the first official release of LinuxSampler

1 senoner 542 body {
2     background: rgb(220,220,220);
3     }
4    
5     #mainwindow {
6     border: 1px solid black;
7     background: white;
8     overflow: hidden;
9     width: 100%;
10     padding: 0;
11     }
12    
13     #contents {
14     margin: 0;
15     }
16    
17    
18     h2 {
19     font-size: 14pt;
20     font-family: sans-serif;
21     border: none;
22     background: rgb(240,240,240);
23     margin: 0.8em 2em;
24     padding: 0.4em 0.4em;
25     }
26    
27     h3 {
28     font-size: 14pt;
29     font-family: sans-serif;
30     font-weight: normal;
31     border: none;
32     background: rgb(240,240,240);
33     margin: 0.8em 2em;
34     padding: 0.4em 0.4em;
35     }
36    
37     .hidden
38     {
39     display: none;
40     }
41    
42     img {
43     border: none;
44     display: block;
45     }
46    
47     table th {
48     background: rgb(226,226,226);
49     }
50    
51     .code {
52     width: 100%;
53     background-color: #F6F6F6;
54     border: 2px outset GhostWhite;
55     padding-left: 3px;
56     padding-right: 3px;
57     padding-top: 3px;
58     padding-bottom: 3px;
59     }
60    
61     .formatmatrix {
62     font-size: 12pt;
63     font-family: sans-serif;
64     text-align: justify;
65     font-style: normal;
66     font-weight: normal;
67     }
68    
69     .formatmatrix th{
70     border: 1px solid rgb(200,200,200);
71     }
72    
73     .formatmatrix td {
74     padding: 0.6em;
75     }
76    
77     .formatmatrix tr.white td {
78     border: 1px solid rgb(240, 240, 240);
79     }
80    
81     .formatmatrix tr.grey td {
82     background: rgb(230, 230, 230);
83     border: none;
84     }
85    
86     .formatmatrix tr.green td {
87     background: rgb(180, 255, 180);
88     border: none;
89     }
90    
91     .formatmatrix tr.red td {
92     background: rgb(255, 180, 180);
93     border: none;
94     }
95    
96     .linkstable {
97     font-size: 12pt;
98     font-family: sans-serif;
99     text-align: justify;
100     font-style: normal;
101     font-weight: normal;
102     }
103    
104     .linkstable a {
105     text-decoration: none;
106     }
107    
108     .linkstable a:hover {
109     text-decoration: underline;
110     }
111    
112     table.default {
113     margin-left: 2cm
114     }
115    
116     p.default {
117     font-size: 12pt;
118     font-family: sans-serif;
119     text-align: justify;
120     font-style: normal;
121     font-weight: normal;
122     padding: 1em 2.2em;
123     }
124    
125     table.pure {
126     font-size: 12pt;
127     font-family: sans-serif;
128     font-style: normal;
129     font-weight: normal;
130     }
131    
132     div.groupbox {
133     background: rgb(240, 240, 240);
134     font-size: 12pt;
135     font-family: sans-serif;
136     text-align: justify;
137     font-style: normal;
138     font-weight: normal;
139     margin: 1em 3em 1em 3em;
140     padding: 1em 1em 1em 2.2em;
141     }
142    
143     p.groupbox {
144     border: none;
145     background: rgb(240, 240, 240);
146     font-size: 12pt;
147     font-family: sans-serif;
148     text-align: justify;
149     font-style: normal;
150     font-weight: normal;
151     margin: 1em 3em 1em 3em;
152     padding: 1em 1em 1em 2.2em;
153     }
154    
155     span.default {
156     font-size: 12pt;
157     font-family: sans-serif;
158     text-align: justify;
159     font-style: normal;
160     font-weight: normal;
161     }
162    
163     ul {
164     /* list-style-type:circle; */
165     border: none;
166     background: rgb(240, 240, 240);
167     list-style-image: url("gfx/okay.png");
168     margin: 1em 3em 1em 3em;
169     padding: 1em 1em 1em 2.2em;
170     }
171    
172 schoenebeck 585 ol.default {
173     /* list-style-type:circle; */
174     border: none;
175     background: rgb(240, 240, 240);
176     margin: 1em 3em 1em 3em;
177     padding: 1em 1em 1em 2.2em;
178     }
179    
180 senoner 542 li {
181     padding: 0.2em 0.2em 0.2em 0.2em;
182     font-size: 12pt;
183     font-family: sans-serif;
184     text-align: justify;
185     }
186    
187     li.ok {
188     list-style-image: url("gfx/okay_green.png");
189     padding: 0.2em 0.2em 0.2em 0.2em;
190     font-size: 12pt;
191     font-family: sans-serif;
192     text-align: justify;
193     }
194    
195     li.false {
196     list-style-image: url("gfx/x.png");
197     padding: 0.2em 0.2em 0.2em 0.2em;
198     font-size: 12pt;
199     font-family: sans-serif;
200     text-align: justify;
201     }
202    
203     li.partly {
204     list-style-image: url("gfx/yellow_light.png");
205     padding: 0.2em 0.2em 0.2em 0.2em;
206     font-size: 12pt;
207     font-family: sans-serif;
208     text-align: justify;
209     }

  ViewVC Help
Powered by ViewVC