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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2157 - (show annotations) (download) (as text)
Sun Jan 16 19:00:42 2011 UTC (13 years, 3 months ago) by schoenebeck
File MIME type: text/css
File size: 7818 byte(s)
* added "Computer Music Special 44 2010" to news section

1 body {
2 background: rgb(220,220,220);
3 }
4
5 #mainwindow {
6 border: 1px solid black;
7 background: white;
8 padding: 0;
9 }
10
11 .lsbackground {
12 overflow: hidden;
13 width: 100%;
14 }
15
16 #contents {
17 margin: 0;
18 }
19
20
21 h2 {
22 font-size: 14.67px;
23 font-family: sans-serif,Arial,Helvetica;
24 font-style: normal;
25 font-weight: bold;
26 border: none;
27 background: rgb(240,240,240);
28 margin: 0.8em 0.4em 0.8em 0.8em;
29 padding: 0.4em 0.4em 0.4em 0.4em;
30 }
31
32 h3 {
33 font-size: 14.67px;
34 font-family: sans-serif,Arial,Helvetica;
35 font-style: normal;
36 font-weight: bold;
37 border: none;
38 background: rgb(240,240,240);
39 margin: 0.8em 0.4em 0.8em 0.8em;
40 padding: 0.4em 0.4em 0.4em 0.4em;
41 }
42
43 .hidden
44 {
45 display: none;
46 }
47
48 img {
49 border: none;
50 display: block;
51 }
52
53 table th {
54 font-size: 14.67px;
55 font-family: sans-serif,Arial,Helvetica;
56 font-style: normal;
57 font-weight: bold;
58 background: rgb(240,240,240);
59 }
60
61 .code {
62 overflow: auto;
63 font-size: 10.67px;
64 /*max-width: 300;*/
65 background-color: #F6F6F6;
66 border: 2px outset GhostWhite;
67 margin: 0em 3em 0em 3.2em;
68 padding-left: 3px;
69 padding-right: 3px;
70 padding-top: 3px;
71 padding-bottom: 3px;
72 }
73
74 .figure {
75 overflow: auto;
76 font-size: 10.67px;
77 margin: 0em 3em 0em 3.2em;
78 padding-left: 3px;
79 padding-right: 3px;
80 padding-top: 3px;
81 padding-bottom: 3px;
82 }
83
84 table {
85 font-size: 13.33px;
86 font-family: sans-serif,Arial,Helvetica;
87 text-align: justify;
88 font-style: normal;
89 font-weight: normal;
90 padding: 0em 0em 0em 0em;
91 margin: 0em 0em 0em 0em;
92 }
93
94 table.default {
95 font-size: 13.33px;
96 font-family: sans-serif,Arial,Helvetica;
97 text-align: justify;
98 font-style: normal;
99 font-weight: normal;
100 padding: 0em 0em 0em 0em;
101 margin: 0em 0em 0em 2em;
102 }
103
104 table.decorated {
105 border: none;
106 background-color: transparent;
107 font-size: 13.33px;
108 font-family: sans-serif,Arial,Helvetica;
109 text-align: justify;
110 font-style: normal;
111 font-weight: normal;
112 padding: 0em 0em 0em 0em;
113 margin: 0em 0em 0em 2em;
114 }
115
116 td.decorated {
117 border: none;
118 background-color: #F2F2F4;
119 font-size: 13.33px;
120 font-family: sans-serif,Arial,Helvetica;
121 font-style: normal;
122 font-weight: normal;
123 text-align: left;
124 padding: 0.6em;
125 }
126
127 td.decorated_header {
128 border: none;
129 background-color: #E0E0FF;
130 font-size: 13.33px;
131 font-family: sans-serif,Arial,Helvetica;
132 font-style: normal;
133 font-weight: bold;
134 text-align: left;
135 padding: 0.6em;
136 }
137
138 .boxed {
139 padding: 0.6em;
140 border: 1px outset White;
141 background-color: #F0F0F0;
142 font-size: 13.33px;
143 font-family: sans-serif,Arial,Helvetica;
144 text-align: justify;
145 font-style: normal;
146 font-weight: normal;
147 }
148
149 td.bordered {
150 text-align: center;
151 padding: 0.6em;
152 border: 2px outset White;
153 background-color: #F0F0F0;
154 }
155
156 td.default {
157 padding: 0.6em;
158 }
159
160 .formatmatrix {
161 font-size: 13.33px;
162 font-family: sans-serif,Arial,Helvetica;
163 text-align: justify;
164 font-style: normal;
165 font-weight: normal;
166 }
167
168 .formatmatrix th{
169 border: 1px solid rgb(200,200,200);
170 }
171
172 .formatmatrix td {
173 padding: 0.6em;
174 }
175
176 .formatmatrix tr.white td {
177 border: 1px solid rgb(240, 240, 240);
178 }
179
180 .formatmatrix tr.grey td {
181 background: rgb(230, 230, 230);
182 border: none;
183 }
184
185 .formatmatrix tr.green td {
186 background: rgb(180, 255, 180);
187 border: none;
188 }
189
190 .formatmatrix tr.red td {
191 background: rgb(255, 180, 180);
192 border: none;
193 }
194
195 .linkstable {
196 font-size: 13.33px;
197 font-family: sans-serif,Arial,Helvetica;
198 text-align: justify;
199 font-style: normal;
200 font-weight: normal;
201 }
202
203 .linkstable a {
204 text-decoration: none;
205 }
206
207 .linkstable a:hover {
208 text-decoration: underline;
209 }
210
211 a:link {
212 color: #007;
213 }
214
215 a:visited {
216 color: #889;
217 }
218
219 p {
220 font-size: 13.33px;
221 font-family: sans-serif,Arial,Helvetica;
222 text-align: justify;
223 font-style: normal;
224 font-weight: normal;
225 padding: 1em 2.2em;
226 }
227
228 p.default {
229 font-size: 13.33px;
230 font-family: sans-serif,Arial,Helvetica;
231 text-align: justify;
232 font-style: normal;
233 font-weight: normal;
234 padding: 1em 2.2em;
235 }
236
237 p.caution {
238 border: solid 1px;
239 background: rgb(255, 180, 180);
240 font-size: 13.33px;
241 font-family: sans-serif,Arial,Helvetica;
242 text-align: justify;
243 font-style: normal;
244 font-weight: normal;
245 margin: 1.6em 1.2em 1.6em 1.2em;
246 padding: 0.6em 0.6em 0.6em 0.6em;
247 }
248
249 table.pure {
250 font-size: 13.33px;
251 font-family: sans-serif,Arial,Helvetica;
252 font-style: normal;
253 font-weight: normal;
254 }
255
256 div.groupbox {
257 background: rgb(240, 240, 240);
258 font-size: 13.33px;
259 font-family: sans-serif,Arial,Helvetica;
260 text-align: justify;
261 font-style: normal;
262 font-weight: normal;
263 margin: 1em 3em 1em 3em;
264 padding: 1em 1em 1em 2.2em;
265 }
266
267 p.groupbox {
268 border: none;
269 background: rgb(240, 240, 240);
270 font-size: 13.33px;
271 font-family: sans-serif,Arial,Helvetica;
272 text-align: justify;
273 font-style: normal;
274 font-weight: normal;
275 margin: 1em 3em 1em 3em;
276 padding: 1em 1em 1em 2.2em;
277 }
278
279 span.default {
280 font-size: 13.33px;
281 font-family: sans-serif,Arial,Helvetica;
282 text-align: justify;
283 font-style: normal;
284 font-weight: normal;
285 }
286
287 ul {
288 border: none;
289 background: rgb(240, 240, 240);
290 list-style-image: url("gfx/okay.png");
291 margin: 1em 3em 1em 3em;
292 padding: 1em 1em 1em 2.2em;
293 }
294
295 ol.default {
296 /* list-style-type:circle; */
297 border: none;
298 background: rgb(240, 240, 240);
299 margin: 1em 3em 1em 3em;
300 padding: 1em 1em 1em 2.2em;
301 }
302
303 li {
304 padding: 0.2em 0.2em 0.2em 0.2em;
305 font-size: 13.33px;
306 font-family: sans-serif,Arial,Helvetica;
307 text-align: justify;
308 }
309
310 li.ok {
311 list-style-image: url("gfx/okay_green.png");
312 padding: 0.2em 0.2em 0.2em 0.2em;
313 font-size: 13.33px;
314 font-family: sans-serif,Arial,Helvetica;
315 text-align: justify;
316 }
317
318 li.false {
319 list-style-image: url("gfx/x.png");
320 padding: 0.2em 0.2em 0.2em 0.2em;
321 font-size: 13.33px;
322 font-family: sans-serif,Arial,Helvetica;
323 text-align: justify;
324 }
325
326 li.partly {
327 list-style-image: url("gfx/yellow_light.png");
328 padding: 0.2em 0.2em 0.2em 0.2em;
329 font-size: 13.33px;
330 font-family: sans-serif,Arial,Helvetica;
331 text-align: justify;
332 }
333
334
335 /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
336 a.info {
337 /* This is the key. */
338 position: relative;
339 z-index: 24;
340 text-decoration: none;
341 }
342 a.info:hover {
343 z-index: 25;
344 color: #FFF; background-color: #900;
345 }
346 a.info span { display: none; }
347 a.info:hover span.info {
348 /* The span will display just on :hover state. */
349 display: block;
350 position: absolute;
351 font-size: smaller;
352 top: 2em; left: -5em; width: 15em;
353 padding: 2px; border: 1px solid #333;
354 color: #900; background-color: #DDF;
355 text-align: left;
356 }
357
358
359
360 /* News section */
361
362 div.news {
363 border: 1px dotted;
364 margin: 0.8em 2em;
365 padding: 0.4em 0.4em;
366 font-size: 13.33px;
367 font-family: sans-serif,Arial,Helvetica;
368 text-align: justify;
369 font-style: normal;
370 font-weight: normal;
371 }
372
373 ul.news {
374 background: transparent;
375 list-style-type: disc;
376 margin: 0em 0em 0em 0em;
377 padding: 0em 0em 0em 1.5em;
378 }
379
380 li.news {
381 font-size: 13.33px;
382 font-family: sans-serif,Arial,Helvetica;
383 text-align: justify;
384 font-style: normal;
385 font-weight: normal;
386 }
387
388 span.news_date {
389 font-weight: bold;
390 }
391
392 span.news_footer {
393 margin: 0em 2em;
394 font-size: 13.33px;
395 font-family: sans-serif,Arial,Helvetica;
396 text-align: left;
397 font-style: normal;
398 font-weight: normal;
399 }
400
401
402
403 /* CVS Commits section */
404
405 table.cvs {
406 font-size: 13.33px;
407 font-family: sans-serif,Arial,Helvetica;
408 text-align: justify;
409 font-style: normal;
410 font-weight: normal;
411 margin: 0em 2em;
412 }
413
414 table.cvs_project {
415 border: 1px dotted;
416 }
417
418 #cvs_content {
419 height: 300px;
420 overflow: hidden;
421 font-size: 13.33px;
422 font-family: sans-serif,Arial,Helvetica;
423 text-align: justify;
424 font-style: normal;
425 font-weight: normal;
426 }
427
428 span.cvs_footer {
429 font-size: 13.33px;
430 font-family: sans-serif,Arial,Helvetica;
431 text-align: justify;
432 font-style: normal;
433 font-weight: normal;
434 }

  ViewVC Help
Powered by ViewVC