Permitir registro e inicio de sesiĆ³n de usuarios sin clave.
[CLab.git] / estilo.css
blobc10a54382e9456ba6a26faaa2924464fa2f149b7
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: 5px;
14 input[type=text] {
15 background-color:#FFF7DF;
16 color:#800000
18 input[type=password] {
19 background-color:#FFF7DF;
20 color:#800000
22 /* Tablas */
23 table{
24 border-spacing: 0px;
25 border-collapse: collapse;
26 margin-top: 4px;
27 margin-bottom: 4px;
28 border: 1px #d79900 dotted;
29 border-top: 4px solid #EA9A1C;
30 border-bottom: 1px solid #EA9A1C;
31 width: 100%;
33 table th {
34 text-align: center;
35 font-weight: bold;
36 padding: 0.2em 0.5em;
37 border-top: 1px dotted #EA9A1C;
38 border-left: 1px dotted #EA9A1C;
39 border-right: 1px dotted #EA9A1C;
41 table td {
42 text-align: left;
43 border-top: 1px dotted #EA9A1C;
44 border-left: 1px dotted #EA9A1C;
45 border-right: 1px dotted #EA9A1C;
46 padding: 0.2em 0.5em;
48 table thead th {
49 text-align: center;
50 border-bottom: 1px solid #EA9A1C;
52 table th.Corner {
53 text-align: left;
56 /* --------- page title --------- */
58 #top
60 /* border adn background color is separate from h1,
61 so the png-alpha filter can be applied to the h1 for MSIE. */
62 /* draw the box and border */
63 /*BGTITULOS*/
64 background-color: #EFDAC2;
65 border: 1px solid #AAAAFF;
70 /* hide the text, keep visible for text/braille readers */
71 text-indent: -999em;
73 /* put logo in background */
74 background-image: url(logo.png);
75 background-repeat: no-repeat;
76 margin-bottom: 1px;
77 margin-left: 25%;
78 margin-top: 1px;
79 height: 80px;
82 h1 a
84 display: block;
85 height: 115px;
86 width: 250px;
92 display: block;
97 /* --------- content titles --------- */
101 text-align: center;
102 font-size: 14px;
103 padding: 5px;
104 margin-top: 0;
105 margin-bottom: 4px;
110 color: #555555;
111 font-size: 13px;
112 margin-bottom: 0;
113 font-weight: bold;
118 font-size: 12px;
119 margin-bottom: 5px;
122 /*.planetMainPage h2
124 text-align: right;
125 padding: 5px 0;
126 margin: 1.5em 0 0 0;
127 font-size: 150%;
128 border: 0;
131 .planetMainPage h3
133 font-size: 14pt;
134 font-weight: bold;
135 color: rgb(32, 32, 32);
136 margin: 0.2ex 0.5em 0.2ex 0;
139 .planetMainPage h4
141 font-size: 12pt;
142 font-weight: bold;
143 color: rgb(72, 72, 72);
144 margin: 0.2ex 1em 0.1ex 0;
145 border-bottom: 1px dotted gray;
148 .planetMainPage h3 a,
149 .planetMainPage h4 a
151 text-decoration: none;
152 color: inherit;
153 border-bottom-color: inherit;
156 .planetMainPage .content
158 padding-bottom: 1ex;
163 /* --------- content margins --------- */
165 #content
167 /*contenido*/
168 background-color: #EFDAC2;
169 border: 2px solid #AAAAFF;
171 /* indent the sections so the border has some spacing */
172 padding-left: 5px;
173 padding-right: 5px;
174 padding-bottom: 5px;
176 /* have a decent height */
177 min-height: 300px; /* unsupported by MSIE */
178 margin-bottom: 4px;
183 margin-top: 5px;
186 ul.list
188 padding-left: 30px;
189 margin-left: 0;
194 /* --------- sidebar, menu --------- */
197 If you're seriously thinking about getting
198 everything right pixel-wise in each browser,
199 you need to take care of this issue:
200 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
201 (and place alternative widths for MSIE in a '* html' prefixed selector)
204 dl.box
206 padding: 0;
207 width: 150px;
208 margin-top: 0;
209 margin-left: 0;
210 margin-right: 0;
211 margin-bottom: 4px;
214 dl.box dt,
215 dl.box dd
217 text-align: center;
218 margin: 0; /* get rid of the default indent */
221 dl.box dt
223 /*BGTITULOS*/
224 background-color: #EFDAC2;
225 border: 1px solid #AAAAFF ;
226 color: #AA0000;
227 font-weight: bold;
228 padding: 2px;
229 margin-bottom: 1px;
232 dl.box dd
234 /*BGCAJA*/
235 background-color: #FFF7DF;
236 padding: 0.05em 0.1em;
238 border-top: 1px solid #0081dd;
239 border-left: 1px solid #82A0C8;
240 border-right: 1px solid #82A0C8;
241 border-bottom: 1px solid #82A0C8;
243 line-height: 135%;
246 ul.menu
248 margin: 0;
249 padding: 1px;
252 ul.menu li
254 display: block;
255 list-style-type: none; /* for MSIE */
257 ul.menu li.l
259 display: block;
260 text-align: left;
261 margin-left: 5px;
262 height: 25px;
263 /* border:1px solid#CCCCCC;*/
264 list-style-type: none; /* for MSIE */
267 ul.menu li.onpath
269 font-weight: bold;
272 /* --------- content images --------- */
274 div.image_box
276 margin-top: 5px;
277 margin-bottom: 5px;
278 text-align: center;
281 div.image_box_left
283 float: left;
284 clear: right;
285 display: inline; /* for MSIE */
286 margin-top: 5px;
287 margin-left: 0;
288 margin-right: 20px;
289 margin-bottom: 0;
292 div.image_box_right
294 float: right;
295 clear: left;
296 display: inline; /* for MSIE */
297 margin-top: 5px;
298 margin-left: 20px;
299 margin-right: 0;
300 margin-bottom: 0;
303 * html div.image_box_left,
304 * html div.image_box_right
306 position: relative; /* for MSIE or it will hide the float */
309 p.image_caption a.zoomlink
311 margin: 10px;
315 div.image_box_left p.image_par,
316 div.image_box_right p.image_par
318 /* wrap the caption below the image for floating images */
319 display: table-cell;
320 /* padding-left: 40px;
321 padding-right: 40px; */
324 div.image_box_left p.image_caption,
325 div.image_box_right p.image_caption
327 display: table-caption;
328 caption-side: bottom;
331 /* --------- toc list --------- */
333 dl.toc img.toc_icon
335 float: left;
336 display: inline; /* for MSIE */
337 margin-right: 15px;
338 margin-bottom: 5px;
341 * html dl.toc img.toc_icon
343 position: relative; /* for MSIE or it will hide the float */
346 dl.toc dt
348 clear: both;
349 margin: 0;
350 padding: 0;
353 dl.toc dd
355 margin: 0 0 7px 0;
356 padding: 0;
359 dl.toc span.toc_title
361 padding-top: 8px;
362 display: block;
363 height: 1.5em;
364 font-size: 15px;
367 dl.toc:after
369 content: ".";
370 display: block;
371 height: 0;
372 clear: both;
373 visibility: hidden;
376 * html dl.toc { height: 1px; }
377 *+html dl.toc { min-height: 0; }
379 /* --------- hyperlinks --------- */
382 color: #800000;
383 text-decoration: none;
384 font-weight: bold;
387 a:hover {
388 color: #F00000;
389 /*border: 1px dotted #800000; text-decoration:none;*/
392 /* --------- misc formatting --------- */
394 span.command { color: #003399; }
395 span.argument { color: #3DB73D; }
396 span.variable { color: #3DB73D; font-style: italic; }
397 span.comment { color: #3DB73D; font-style: italic; }
399 span.file,
400 span.code,
403 font-size: 12px;
404 font-family: monospace, fixed;
407 a img
409 /* hide the border for clickable images
410 so MSIE doesn't draw an ugly blue border */
411 border-width: 0;
416 margin-left: 3px;
417 border-left: 2px solid #cce;
418 padding: 0.5em;
419 overflow: auto;
424 /* --------- position all wrappers --------- */
426 #container
428 position: relative; /* influences the position:absolute of the leftwrapper,rightwrapper */
429 margin: 0; /* stop the cascade from the body tag */
430 margin-top: 10px;
433 #leftwrapper
435 position: absolute;
436 left: 0;
437 top: 0;
438 width: 160px;
441 #centerwrapper
443 left: 0;
444 top: 0;
445 /* using padding here instead of margin,
446 because MSIE misinterprets the box-model. */
447 padding-right: 160px;
448 padding-left: 160px;
449 padding-top: 0;
452 #rightwrapper
454 position: absolute;
455 right: 0;
456 top: 0;
457 width: 160px;
460 #rightwrapper dl.box
462 right: 0;
463 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
466 .clear
468 clear: left;
469 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */
470 overflow: hidden;