MenĂºs de administrador, instructor y visitante.
[CLab.git] / estilo.css
blob3a39d572e5e6b40613a44dbf63c0e2bd99f3b69c
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 input[type=text] {
15 background-color:#FFF7DF;
16 color:#800000
18 input[type=password] {
19 background-color:#FFF7DE;
20 color:#800000
23 /* --------- page title --------- */
25 #top
27 /* border adn background color is separate from h1,
28 so the png-alpha filter can be applied to the h1 for MSIE. */
29 /* draw the box and border */
30 /*BGTITULOS*/
31 background-color: #D57100;
32 border: 1px solid #82A0C8;
37 /* hide the text, keep visible for text/braille readers */
38 text-indent: -999em;
40 /* put logo in background */
41 background-image: url(/logo.png);
42 background-repeat: no-repeat;
44 /* reset margin */
45 margin-bottom: 0;
47 /* instead of background-position, add margin to h1 for
48 compatibility with png-alpha filter for MSIE */
49 margin-left: 1px;
50 margin-top: 1px;
51 height: 80px;
54 h1 a
56 display: block;
57 height: 115px;
58 width: 250px;
61 hr,h2,
62 .hide
64 display: none;
67 #content hr,
68 #centerwrapper h2
70 display: block;
75 /* --------- content titles --------- */
77 h2,
78 #content
80 /*contenido*/
81 background-color: #EFDAC2;
82 border: 1px solid #AAA4A4;
87 text-align: center;
88 font-size: 14px;
89 padding: 5px;
90 margin-top: 0;
91 margin-bottom: 2px;
96 color: #555555;
97 font-size: 13px;
98 margin-bottom: 0;
99 font-weight: bold;
104 font-size: 12px;
105 margin-bottom: 5px;
108 h4.faq_question
110 font-size: 13px;
111 margin-top: 30px;
114 .planetMainPage h2
116 text-align: right;
117 padding: 5px 0;
118 margin: 1.5em 0 0 0;
119 font-size: 150%;
120 border: 0;
123 .planetMainPage h3
125 font-size: 14pt;
126 font-weight: bold;
127 color: rgb(32, 32, 32);
128 margin: 0.2ex 0.5em 0.2ex 0;
131 .planetMainPage h4
133 font-size: 12pt;
134 font-weight: bold;
135 color: rgb(72, 72, 72);
136 margin: 0.2ex 1em 0.1ex 0;
137 border-bottom: 1px dotted gray;
140 .planetMainPage h3 a,
141 .planetMainPage h4 a
143 text-decoration: none;
144 color: inherit;
145 border-bottom-color: inherit;
148 .planetMainPage .content
150 padding-bottom: 1ex;
155 /* --------- content margins --------- */
157 #content
159 /* indent the sections so the border has some spacing */
160 padding-left: 5px;
161 padding-right: 5px;
163 /* have a decent height */
164 min-height: 300px; /* unsupported by MSIE */
167 div.section
169 /* include a top line by default */
170 margin-top: 20px;
171 border-top: 1px solid #000000;
173 /* indent the contents */
174 padding-left: 20px;
175 padding-right: 20px;
177 clear: left;
180 div.section:first-child,
181 div.first_section
183 /* the first_section class was added by XSL for MSIE.
184 MSIE does not support the CSS2 :first-child selector */
185 margin-top: 0;
186 border-top-width: 0px;
191 margin-top: 5px;
194 ul.list
196 padding-left: 30px;
197 margin-left: 0;
202 /* --------- sidebar, menu --------- */
205 If you're seriously thinking about getting
206 everything right pixel-wise in each browser,
207 you need to take care of this issue:
208 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
209 (and place alternative widths for MSIE in a '* html' prefixed selector)
212 dl.box
214 padding: 0;
215 width: 150px;
216 margin-top: 0;
217 margin-left: 0;
218 margin-right: 0;
219 margin-bottom: 16px;
222 dl.box dt,
223 dl.box dd
225 text-align: center;
226 margin: 0; /* get rid of the default indent */
229 dl.box dt
231 /*BGTITULOS*/
232 background-color: #D57100;
233 color: #FFFFFF;
234 font-weight: bold;
235 padding: 1px;
238 dl.box dd
240 /*BGCAJA*/
241 background-color: #FFF7DF;
242 padding: 0.05em 0.1em;
244 border-top: 1px solid #0081dd;
245 border-left: 1px solid #82A0C8;
246 border-right: 1px solid #82A0C8;
247 border-bottom: 1px solid #82A0C8;
249 line-height: 135%;
252 ul.menu
254 margin: 0;
255 padding: 1px;
258 ul.menu li
260 display: block;
261 list-style-type: none; /* for MSIE */
263 ul.menu li.l
265 display: block;
266 text-align: left;
267 margin-left: 5px;
268 height: 25px;
269 /* border:1px solid#CCCCCC;*/
270 list-style-type: none; /* for MSIE */
273 ul.menu li.onpath
275 font-weight: bold;
280 /* --------- homepage --------- */
282 p#downloadnow
284 float: left;
285 display: inline;
287 border: 1px solid #06f;
288 margin-bottom: 0.5em;
291 p#downloadnow a.main
293 display: block;
294 padding: 0.2em 1em 0.2em 0.2em;
295 font-weight: bold;
298 p#downloadnow img
300 vertical-align: middle;
303 p#downloadinfo
305 clear: left;
308 p#downloadinfo small
310 padding-left: 0.5em;
311 font-size: 80%;
314 p#downloadother
316 padding-left: 0.5em;
317 font-size: 90%;
322 /* --------- content images --------- */
324 div.image_box
326 margin-top: 10px;
327 margin-bottom: 40px;
328 text-align: center;
331 div.image_box_left
333 float: left;
334 clear: right;
335 display: inline; /* for MSIE */
336 margin-top: 5px;
337 margin-left: 0;
338 margin-right: 20px;
339 margin-bottom: 0;
342 div.image_box_right
344 float: right;
345 clear: left;
346 display: inline; /* for MSIE */
347 margin-top: 5px;
348 margin-left: 20px;
349 margin-right: 0;
350 margin-bottom: 0;
353 * html div.image_box_left,
354 * html div.image_box_right
356 position: relative; /* for MSIE or it will hide the float */
359 p.image_caption a.zoomlink
361 margin: 10px;
365 div.image_box_left p.image_par,
366 div.image_box_right p.image_par
368 /* wrap the caption below the image for floating images */
369 display: table-cell;
370 /* padding-left: 40px;
371 padding-right: 40px; */
374 div.image_box_left p.image_caption,
375 div.image_box_right p.image_caption
377 display: table-caption;
378 caption-side: bottom;
383 /* --------- highlight messages --------- */
385 div.important
387 border: 1px solid #008000;
388 background-color: #99ccff;
389 padding: 0.5em;
390 text-align: center;
391 width: 28em;
392 margin-left: 1em;
393 float: right;
396 div.important h3
398 color: #000;
399 font-weight: bold;
400 border: 0;
401 padding: 0;
402 margin: 0;
403 background-color: transparent;
408 /* --------- toc list --------- */
410 dl.toc img.toc_icon
412 float: left;
413 display: inline; /* for MSIE */
414 margin-right: 15px;
415 margin-bottom: 5px;
418 * html dl.toc img.toc_icon
420 position: relative; /* for MSIE or it will hide the float */
423 dl.toc dt
425 clear: both;
426 margin: 0;
427 padding: 0;
430 dl.toc dd
432 margin: 0 0 7px 0;
433 padding: 0;
436 dl.toc span.toc_title
438 padding-top: 8px;
439 display: block;
440 height: 1.5em;
441 font-size: 15px;
444 dl.toc:after
446 content: ".";
447 display: block;
448 height: 0;
449 clear: both;
450 visibility: hidden;
453 * html dl.toc { height: 1px; }
454 *+html dl.toc { min-height: 0; }
458 /* --------- authors page --------- */
460 dl.authors_toc img.toc_icon
462 border: 1px solid #AAA4A4;
463 margin-bottom: 10px;
466 dl.authors_toc span.toc_title
468 padding-top: 2px;
471 dl.authors_toc dd
473 margin-bottom: 10px;
476 dl.credits_toc dt
478 float: left;
481 dl.credits_toc dt span.toc_title
483 /* revert.. */
484 font-size: 100%;
485 display: inline;
488 dl.credits_toc dd
490 margin-left: 200px;
495 /* --------- hyperlinks --------- */
499 color: #800000;
500 text-decoration: none;
503 a:hover
505 color: #FF0000;
506 text-decoration: none;
511 /* --------- misc formatting --------- */
513 span.command { color: #003399; }
514 span.argument { color: #3DB73D; }
515 span.variable { color: #3DB73D; font-style: italic; }
516 span.comment { color: #3DB73D; font-style: italic; }
518 span.file,
519 span.code,
522 font-size: 12px;
523 font-family: monospace, fixed;
526 a img
528 /* hide the border for clickable images
529 so MSIE doesn't draw an ugly blue border */
530 border-width: 0;
535 margin-left: 3px;
536 border-left: 2px solid #cce;
537 padding: 0.5em;
538 overflow: auto;
543 /* --------- position all wrappers --------- */
545 #container
547 position: relative; /* influences the position:absolute of the leftwrapper,rightwrapper */
548 margin: 0; /* stop the cascade from the body tag */
549 margin-top: 10px;
552 #leftwrapper
554 position: absolute;
555 left: 0;
556 top: 0;
557 width: 160px;
560 #rightwrapper dl.box
562 right: 0;
565 #centerwrapper
567 left: 0;
568 top: 0;
569 /* using padding here instead of margin,
570 because MSIE misinterprets the box-model. */
571 padding-right: 160px;
572 padding-left: 160px;
573 padding-top: 0;
576 #rightwrapper
578 position: absolute;
579 right: 0;
580 top: 0;
581 width: 160px;
584 #rightwrapper dl.box
586 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
589 .clear
591 clear: left;
592 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */
593 overflow: hidden;