/[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 2033 - (show annotations) (download) (as text)
Sun Nov 22 10:03:14 2009 UTC (14 years, 4 months ago) by persson
File MIME type: text/css
File size: 7601 byte(s)
* table layout fixes, trying to get rid of unnecessary scrollbars
* increased font size again

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.default {
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 2em;
92 }
93
94 table.decorated {
95 border: none;
96 background-color: transparent;
97 font-size: 13.33px;
98 font-family: sans-serif,Arial,Helvetica;
99 text-align: justify;
100 font-style: normal;
101 font-weight: normal;
102 padding: 0em 0em 0em 0em;
103 margin: 0em 0em 0em 2em;
104 }
105
106 td.decorated {
107 border: none;
108 background-color: #F2F2F4;
109 font-size: 13.33px;
110 font-family: sans-serif,Arial,Helvetica;
111 font-style: normal;
112 font-weight: normal;
113 text-align: left;
114 padding: 0.6em;
115 }
116
117 td.decorated_header {
118 border: none;
119 background-color: #E0E0FF;
120 font-size: 13.33px;
121 font-family: sans-serif,Arial,Helvetica;
122 font-style: normal;
123 font-weight: bold;
124 text-align: left;
125 padding: 0.6em;
126 }
127
128 .boxed {
129 padding: 0.6em;
130 border: 1px outset White;
131 background-color: #F0F0F0;
132 font-size: 13.33px;
133 font-family: sans-serif,Arial,Helvetica;
134 text-align: justify;
135 font-style: normal;
136 font-weight: normal;
137 }
138
139 td.bordered {
140 text-align: center;
141 padding: 0.6em;
142 border: 2px outset White;
143 background-color: #F0F0F0;
144 }
145
146 td.default {
147 padding: 0.6em;
148 }
149
150 .formatmatrix {
151 font-size: 13.33px;
152 font-family: sans-serif,Arial,Helvetica;
153 text-align: justify;
154 font-style: normal;
155 font-weight: normal;
156 }
157
158 .formatmatrix th{
159 border: 1px solid rgb(200,200,200);
160 }
161
162 .formatmatrix td {
163 padding: 0.6em;
164 }
165
166 .formatmatrix tr.white td {
167 border: 1px solid rgb(240, 240, 240);
168 }
169
170 .formatmatrix tr.grey td {
171 background: rgb(230, 230, 230);
172 border: none;
173 }
174
175 .formatmatrix tr.green td {
176 background: rgb(180, 255, 180);
177 border: none;
178 }
179
180 .formatmatrix tr.red td {
181 background: rgb(255, 180, 180);
182 border: none;
183 }
184
185 .linkstable {
186 font-size: 13.33px;
187 font-family: sans-serif,Arial,Helvetica;
188 text-align: justify;
189 font-style: normal;
190 font-weight: normal;
191 }
192
193 .linkstable a {
194 text-decoration: none;
195 }
196
197 .linkstable a:hover {
198 text-decoration: underline;
199 }
200
201 a:link {
202 color: #007;
203 }
204
205 a:visited {
206 color: #889;
207 }
208
209 p {
210 font-size: 13.33px;
211 font-family: sans-serif,Arial,Helvetica;
212 text-align: justify;
213 font-style: normal;
214 font-weight: normal;
215 padding: 1em 2.2em;
216 }
217
218 p.default {
219 font-size: 13.33px;
220 font-family: sans-serif,Arial,Helvetica;
221 text-align: justify;
222 font-style: normal;
223 font-weight: normal;
224 padding: 1em 2.2em;
225 }
226
227 p.caution {
228 border: solid 1px;
229 background: rgb(255, 180, 180);
230 font-size: 13.33px;
231 font-family: sans-serif,Arial,Helvetica;
232 text-align: justify;
233 font-style: normal;
234 font-weight: normal;
235 margin: 1.6em 1.2em 1.6em 1.2em;
236 padding: 0.6em 0.6em 0.6em 0.6em;
237 }
238
239 table.pure {
240 font-size: 13.33px;
241 font-family: sans-serif,Arial,Helvetica;
242 font-style: normal;
243 font-weight: normal;
244 }
245
246 div.groupbox {
247 background: rgb(240, 240, 240);
248 font-size: 13.33px;
249 font-family: sans-serif,Arial,Helvetica;
250 text-align: justify;
251 font-style: normal;
252 font-weight: normal;
253 margin: 1em 3em 1em 3em;
254 padding: 1em 1em 1em 2.2em;
255 }
256
257 p.groupbox {
258 border: none;
259 background: rgb(240, 240, 240);
260 font-size: 13.33px;
261 font-family: sans-serif,Arial,Helvetica;
262 text-align: justify;
263 font-style: normal;
264 font-weight: normal;
265 margin: 1em 3em 1em 3em;
266 padding: 1em 1em 1em 2.2em;
267 }
268
269 span.default {
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 }
276
277 ul {
278 border: none;
279 background: rgb(240, 240, 240);
280 list-style-image: url("gfx/okay.png");
281 margin: 1em 3em 1em 3em;
282 padding: 1em 1em 1em 2.2em;
283 }
284
285 ol.default {
286 /* list-style-type:circle; */
287 border: none;
288 background: rgb(240, 240, 240);
289 margin: 1em 3em 1em 3em;
290 padding: 1em 1em 1em 2.2em;
291 }
292
293 li {
294 padding: 0.2em 0.2em 0.2em 0.2em;
295 font-size: 13.33px;
296 font-family: sans-serif,Arial,Helvetica;
297 text-align: justify;
298 }
299
300 li.ok {
301 list-style-image: url("gfx/okay_green.png");
302 padding: 0.2em 0.2em 0.2em 0.2em;
303 font-size: 13.33px;
304 font-family: sans-serif,Arial,Helvetica;
305 text-align: justify;
306 }
307
308 li.false {
309 list-style-image: url("gfx/x.png");
310 padding: 0.2em 0.2em 0.2em 0.2em;
311 font-size: 13.33px;
312 font-family: sans-serif,Arial,Helvetica;
313 text-align: justify;
314 }
315
316 li.partly {
317 list-style-image: url("gfx/yellow_light.png");
318 padding: 0.2em 0.2em 0.2em 0.2em;
319 font-size: 13.33px;
320 font-family: sans-serif,Arial,Helvetica;
321 text-align: justify;
322 }
323
324
325 /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
326 a.info {
327 /* This is the key. */
328 position: relative;
329 z-index: 24;
330 text-decoration: none;
331 }
332 a.info:hover {
333 z-index: 25;
334 color: #FFF; background-color: #900;
335 }
336 a.info span { display: none; }
337 a.info:hover span.info {
338 /* The span will display just on :hover state. */
339 display: block;
340 position: absolute;
341 font-size: smaller;
342 top: 2em; left: -5em; width: 15em;
343 padding: 2px; border: 1px solid #333;
344 color: #900; background-color: #DDF;
345 text-align: left;
346 }
347
348
349
350 /* News section */
351
352 div.news {
353 border: 1px dotted;
354 margin: 0.8em 2em;
355 padding: 0.4em 0.4em;
356 font-size: 13.33px;
357 font-family: sans-serif,Arial,Helvetica;
358 text-align: justify;
359 font-style: normal;
360 font-weight: normal;
361 }
362
363 ul.news {
364 background: transparent;
365 list-style-type: disc;
366 margin: 0em 0em 0em 0em;
367 padding: 0em 0em 0em 1.5em;
368 }
369
370 li.news {
371 font-size: 13.33px;
372 font-family: sans-serif,Arial,Helvetica;
373 text-align: justify;
374 font-style: normal;
375 font-weight: normal;
376 }
377
378 span.news_date {
379 font-weight: bold;
380 }
381
382 span.news_footer {
383 margin: 0em 2em;
384 font-size: 13.33px;
385 font-family: sans-serif,Arial,Helvetica;
386 text-align: left;
387 font-style: normal;
388 font-weight: normal;
389 }
390
391
392
393 /* CVS Commits section */
394
395 table.cvs {
396 font-size: 13.33px;
397 font-family: sans-serif,Arial,Helvetica;
398 text-align: justify;
399 font-style: normal;
400 font-weight: normal;
401 margin: 0em 2em;
402 }
403
404 table.cvs_project {
405 border: 1px dotted;
406 }
407
408 #cvs_content {
409 height: 300px;
410 overflow: hidden;
411 font-size: 13.33px;
412 font-family: sans-serif,Arial,Helvetica;
413 text-align: justify;
414 font-style: normal;
415 font-weight: normal;
416 }
417
418 span.cvs_footer {
419 font-size: 13.33px;
420 font-family: sans-serif,Arial,Helvetica;
421 text-align: justify;
422 font-style: normal;
423 font-weight: normal;
424 }

  ViewVC Help
Powered by ViewVC