Creada plantilla para menĂº de ingreso.
[CLab.git] / estilo.css
blob0c6731f1ef83f6feea2f4b3e31593747b2cfc666
1 body
3 color: #111;
4 /*BGPAGINA*/
5 background-color: #FFFFFF;
6 font-family: "Tahoma", "Verdana", "Arial", serif;
7 font-size: 13px;
9 /* we dictate the margin */
10 padding: 0;
11 margin: 12px;
14 /* --------- page title --------- */
16 #top
18 /* border adn background color is separate from h1,
19 so the png-alpha filter can be applied to the h1 for MSIE. */
20 /* draw the box and border */
21 /*BGTITULOS*/
22 background-color: #D57100;
23 border: 1px solid #82A0C8;
28 /* hide the text, keep visible for text/braille readers */
29 text-indent: -999em;
31 /* put logo in background */
32 background-image: url(/logo.png);
33 background-repeat: no-repeat;
35 /* reset margin */
36 margin-bottom: 0;
38 /* instead of background-position, add margin to h1 for
39 compatibility with png-alpha filter for MSIE */
40 margin-left: 1px;
41 margin-top: 1px;
42 height: 80px;
45 h1 a
47 display: block;
48 height: 115px;
49 width: 250px;
52 hr,h2,
53 .hide
55 display: none;
58 #content hr,
59 #centerwrapper h2
61 display: block;
66 /* --------- content titles --------- */
68 h2,
69 #content
71 /*contenido*/
72 background-color: #EFDAC2;
73 border: 1px solid #AAA4A4;
78 text-align: center;
79 font-size: 14px;
80 padding: 5px;
81 margin-top: 0;
82 margin-bottom: 2px;
87 color: #555555;
88 font-size: 13px;
89 margin-bottom: 0;
90 font-weight: bold;
95 font-size: 12px;
96 margin-bottom: 5px;
99 h4.faq_question
101 font-size: 13px;
102 margin-top: 30px;
105 .planetMainPage h2
107 text-align: right;
108 padding: 5px 0;
109 margin: 1.5em 0 0 0;
110 font-size: 150%;
111 border: 0;
114 .planetMainPage h3
116 font-size: 14pt;
117 font-weight: bold;
118 color: rgb(32, 32, 32);
119 margin: 0.2ex 0.5em 0.2ex 0;
122 .planetMainPage h4
124 font-size: 12pt;
125 font-weight: bold;
126 color: rgb(72, 72, 72);
127 margin: 0.2ex 1em 0.1ex 0;
128 border-bottom: 1px dotted gray;
131 .planetMainPage h3 a,
132 .planetMainPage h4 a
134 text-decoration: none;
135 color: inherit;
136 border-bottom-color: inherit;
139 .planetMainPage .content
141 padding-bottom: 1ex;
146 /* --------- content margins --------- */
148 #content
150 /* indent the sections so the border has some spacing */
151 padding-left: 5px;
152 padding-right: 5px;
154 /* have a decent height */
155 min-height: 300px; /* unsupported by MSIE */
158 div.section
160 /* include a top line by default */
161 margin-top: 20px;
162 border-top: 1px solid #000000;
164 /* indent the contents */
165 padding-left: 20px;
166 padding-right: 20px;
168 clear: left;
171 div.section:first-child,
172 div.first_section
174 /* the first_section class was added by XSL for MSIE.
175 MSIE does not support the CSS2 :first-child selector */
176 margin-top: 0;
177 border-top-width: 0px;
182 margin-top: 5px;
185 ul.list
187 padding-left: 30px;
188 margin-left: 0;
193 /* --------- sidebar, menu --------- */
196 If you're seriously thinking about getting
197 everything right pixel-wise in each browser,
198 you need to take care of this issue:
199 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
200 (and place alternative widths for MSIE in a '* html' prefixed selector)
203 dl.box
205 padding: 0;
206 width: 150px;
207 margin-top: 0;
208 margin-left: 0;
209 margin-right: 0;
210 margin-bottom: 16px;
213 dl.box dt,
214 dl.box dd
216 text-align: center;
217 margin: 0; /* get rid of the default indent */
220 dl.box dt
222 /*BGTITULOS*/
223 background-color: #D57100;
224 color: #FFFFFF;
225 font-weight: bold;
226 padding: 1px;
229 dl.box dd
231 /*BGCAJA*/
232 background-color: #FFF7DF;
233 padding: 0.05em 0.1em;
235 border-top: 1px solid #0081dd;
236 border-left: 1px solid #82A0C8;
237 border-right: 1px solid #82A0C8;
238 border-bottom: 1px solid #82A0C8;
240 line-height: 135%;
243 ul.menu
245 margin: 0;
246 padding: 1px;
249 ul.menu li
251 display: block;
252 list-style-type: none; /* for MSIE */
254 ul.menu li.l
256 display: block;
257 text-align: left;
258 margin-left: 5px;
259 height: 25px;
260 /* border:1px solid#CCCCCC;*/
261 list-style-type: none; /* for MSIE */
264 ul.menu li.onpath
266 font-weight: bold;
271 /* --------- homepage --------- */
273 p#downloadnow
275 float: left;
276 display: inline;
278 border: 1px solid #06f;
279 margin-bottom: 0.5em;
282 p#downloadnow a.main
284 display: block;
285 padding: 0.2em 1em 0.2em 0.2em;
286 font-weight: bold;
289 p#downloadnow img
291 vertical-align: middle;
294 p#downloadinfo
296 clear: left;
299 p#downloadinfo small
301 padding-left: 0.5em;
302 font-size: 80%;
305 p#downloadother
307 padding-left: 0.5em;
308 font-size: 90%;
313 /* --------- content images --------- */
315 div.image_box
317 margin-top: 10px;
318 margin-bottom: 40px;
319 text-align: center;
322 div.image_box_left
324 float: left;
325 clear: right;
326 display: inline; /* for MSIE */
327 margin-top: 5px;
328 margin-left: 0;
329 margin-right: 20px;
330 margin-bottom: 0;
333 div.image_box_right
335 float: right;
336 clear: left;
337 display: inline; /* for MSIE */
338 margin-top: 5px;
339 margin-left: 20px;
340 margin-right: 0;
341 margin-bottom: 0;
344 * html div.image_box_left,
345 * html div.image_box_right
347 position: relative; /* for MSIE or it will hide the float */
350 p.image_caption a.zoomlink
352 margin: 10px;
356 div.image_box_left p.image_par,
357 div.image_box_right p.image_par
359 /* wrap the caption below the image for floating images */
360 display: table-cell;
361 /* padding-left: 40px;
362 padding-right: 40px; */
365 div.image_box_left p.image_caption,
366 div.image_box_right p.image_caption
368 display: table-caption;
369 caption-side: bottom;
374 /* --------- highlight messages --------- */
376 div.important
378 border: 1px solid #008000;
379 background-color: #99ccff;
380 padding: 0.5em;
381 text-align: center;
382 width: 28em;
383 margin-left: 1em;
384 float: right;
387 div.important h3
389 color: #000;
390 font-weight: bold;
391 border: 0;
392 padding: 0;
393 margin: 0;
394 background-color: transparent;
399 /* --------- toc list --------- */
401 dl.toc img.toc_icon
403 float: left;
404 display: inline; /* for MSIE */
405 margin-right: 15px;
406 margin-bottom: 5px;
409 * html dl.toc img.toc_icon
411 position: relative; /* for MSIE or it will hide the float */
414 dl.toc dt
416 clear: both;
417 margin: 0;
418 padding: 0;
421 dl.toc dd
423 margin: 0 0 7px 0;
424 padding: 0;
427 dl.toc span.toc_title
429 padding-top: 8px;
430 display: block;
431 height: 1.5em;
432 font-size: 15px;
435 dl.toc:after
437 content: ".";
438 display: block;
439 height: 0;
440 clear: both;
441 visibility: hidden;
444 * html dl.toc { height: 1px; }
445 *+html dl.toc { min-height: 0; }
449 /* --------- authors page --------- */
451 dl.authors_toc img.toc_icon
453 border: 1px solid #AAA4A4;
454 margin-bottom: 10px;
457 dl.authors_toc span.toc_title
459 padding-top: 2px;
462 dl.authors_toc dd
464 margin-bottom: 10px;
467 dl.credits_toc dt
469 float: left;
472 dl.credits_toc dt span.toc_title
474 /* revert.. */
475 font-size: 100%;
476 display: inline;
479 dl.credits_toc dd
481 margin-left: 200px;
486 /* --------- hyperlinks --------- */
490 color: #800000;
491 text-decoration: none;
494 a:hover
496 color: #FF0000;
497 text-decoration: none;
502 /* --------- misc formatting --------- */
504 span.command { color: #003399; }
505 span.argument { color: #3DB73D; }
506 span.variable { color: #3DB73D; font-style: italic; }
507 span.comment { color: #3DB73D; font-style: italic; }
509 span.file,
510 span.code,
513 font-size: 12px;
514 font-family: monospace, fixed;
517 a img
519 /* hide the border for clickable images
520 so MSIE doesn't draw an ugly blue border */
521 border-width: 0;
526 margin-left: 3px;
527 border-left: 2px solid #cce;
528 padding: 0.5em;
529 overflow: auto;
534 /* --------- position all wrappers --------- */
536 #container
538 position: relative; /* influences the position:absolute of the leftwrapper,rightwrapper */
539 margin: 0; /* stop the cascade from the body tag */
540 margin-top: 10px;
543 #leftwrapper
545 position: absolute;
546 left: 0;
547 top: 0;
548 width: 160px;
551 #rightwrapper dl.box
553 right: 0;
556 #centerwrapper
558 left: 0;
559 top: 0;
560 /* using padding here instead of margin,
561 because MSIE misinterprets the box-model. */
562 padding-right: 160px;
563 padding-left: 160px;
564 padding-top: 0;
567 #rightwrapper
569 position: absolute;
570 right: 0;
571 top: 0;
572 width: 160px;
575 #rightwrapper dl.box
577 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
580 .clear
582 clear: left;
583 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */
584 overflow: hidden;