CorreciĆ³n de tabla en datos de usuario.
[CLab.git] / estilo.css
blob823b5a015e7e19e713cc9393edec8c60d98eddbc
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 border: 1px #d79900 dotted;
27 border-top: 4px solid #EA9A1C;
28 border-bottom: 1px solid #EA9A1C;
29 width: 100%;
31 table th {
32 text-align: center;
33 font-weight: bold;
34 padding: 0.2em 0.5em;
35 border-top: 1px dotted #EA9A1C;
36 border-left: 1px dotted #EA9A1C;
37 border-right: 1px dotted #EA9A1C;
39 table td {
40 text-align: right;
41 border-top: 1px dotted #EA9A1C;
42 border-left: 1px dotted #EA9A1C;
43 border-right: 1px dotted #EA9A1C;
44 padding: 0.2em 0.5em;
46 table thead th {
47 text-align: center;
48 border-bottom: 1px solid #EA9A1C;
50 table th.Corner {
51 text-align: left;
54 /* --------- page title --------- */
56 #top
58 /* border adn background color is separate from h1,
59 so the png-alpha filter can be applied to the h1 for MSIE. */
60 /* draw the box and border */
61 /*BGTITULOS*/
62 background-color: #EFDAC2;
63 border: 1px solid #AAAAFF;
68 /* hide the text, keep visible for text/braille readers */
69 text-indent: -999em;
71 /* put logo in background */
72 background-image: url(logo.png);
73 background-repeat: no-repeat;
74 margin-bottom: 1px;
75 margin-left: 25%;
76 margin-top: 1px;
77 height: 80px;
80 h1 a
82 display: block;
83 height: 115px;
84 width: 250px;
90 display: block;
95 /* --------- content titles --------- */
99 text-align: center;
100 font-size: 14px;
101 padding: 5px;
102 margin-top: 0;
103 margin-bottom: 4px;
108 color: #555555;
109 font-size: 13px;
110 margin-bottom: 0;
111 font-weight: bold;
116 font-size: 12px;
117 margin-bottom: 5px;
120 /*.planetMainPage h2
122 text-align: right;
123 padding: 5px 0;
124 margin: 1.5em 0 0 0;
125 font-size: 150%;
126 border: 0;
129 .planetMainPage h3
131 font-size: 14pt;
132 font-weight: bold;
133 color: rgb(32, 32, 32);
134 margin: 0.2ex 0.5em 0.2ex 0;
137 .planetMainPage h4
139 font-size: 12pt;
140 font-weight: bold;
141 color: rgb(72, 72, 72);
142 margin: 0.2ex 1em 0.1ex 0;
143 border-bottom: 1px dotted gray;
146 .planetMainPage h3 a,
147 .planetMainPage h4 a
149 text-decoration: none;
150 color: inherit;
151 border-bottom-color: inherit;
154 .planetMainPage .content
156 padding-bottom: 1ex;
161 /* --------- content margins --------- */
163 #content
165 /*contenido*/
166 background-color: #EFDAC2;
167 border: 2px solid #AAAAFF;
169 /* indent the sections so the border has some spacing */
170 padding-left: 5px;
171 padding-right: 5px;
172 padding-bottom: 5px;
174 /* have a decent height */
175 min-height: 300px; /* unsupported by MSIE */
176 margin-bottom: 4px;
181 margin-top: 5px;
184 ul.list
186 padding-left: 30px;
187 margin-left: 0;
192 /* --------- sidebar, menu --------- */
195 If you're seriously thinking about getting
196 everything right pixel-wise in each browser,
197 you need to take care of this issue:
198 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
199 (and place alternative widths for MSIE in a '* html' prefixed selector)
202 dl.box
204 padding: 0;
205 width: 150px;
206 margin-top: 0;
207 margin-left: 0;
208 margin-right: 0;
209 margin-bottom: 4px;
212 dl.box dt,
213 dl.box dd
215 text-align: center;
216 margin: 0; /* get rid of the default indent */
219 dl.box dt
221 /*BGTITULOS*/
222 background-color: #EFDAC2;
223 border: 1px solid #AAAAFF ;
224 color: #AA0000;
225 font-weight: bold;
226 padding: 2px;
227 margin-bottom: 1px;
230 dl.box dd
232 /*BGCAJA*/
233 background-color: #FFF7DF;
234 padding: 0.05em 0.1em;
236 border-top: 1px solid #0081dd;
237 border-left: 1px solid #82A0C8;
238 border-right: 1px solid #82A0C8;
239 border-bottom: 1px solid #82A0C8;
241 line-height: 135%;
244 ul.menu
246 margin: 0;
247 padding: 1px;
250 ul.menu li
252 display: block;
253 list-style-type: none; /* for MSIE */
255 ul.menu li.l
257 display: block;
258 text-align: left;
259 margin-left: 5px;
260 height: 25px;
261 /* border:1px solid#CCCCCC;*/
262 list-style-type: none; /* for MSIE */
265 ul.menu li.onpath
267 font-weight: bold;
270 /* --------- content images --------- */
272 div.image_box
274 margin-top: 5px;
275 margin-bottom: 5px;
276 text-align: center;
279 div.image_box_left
281 float: left;
282 clear: right;
283 display: inline; /* for MSIE */
284 margin-top: 5px;
285 margin-left: 0;
286 margin-right: 20px;
287 margin-bottom: 0;
290 div.image_box_right
292 float: right;
293 clear: left;
294 display: inline; /* for MSIE */
295 margin-top: 5px;
296 margin-left: 20px;
297 margin-right: 0;
298 margin-bottom: 0;
301 * html div.image_box_left,
302 * html div.image_box_right
304 position: relative; /* for MSIE or it will hide the float */
307 p.image_caption a.zoomlink
309 margin: 10px;
313 div.image_box_left p.image_par,
314 div.image_box_right p.image_par
316 /* wrap the caption below the image for floating images */
317 display: table-cell;
318 /* padding-left: 40px;
319 padding-right: 40px; */
322 div.image_box_left p.image_caption,
323 div.image_box_right p.image_caption
325 display: table-caption;
326 caption-side: bottom;
329 /* --------- toc list --------- */
331 dl.toc img.toc_icon
333 float: left;
334 display: inline; /* for MSIE */
335 margin-right: 15px;
336 margin-bottom: 5px;
339 * html dl.toc img.toc_icon
341 position: relative; /* for MSIE or it will hide the float */
344 dl.toc dt
346 clear: both;
347 margin: 0;
348 padding: 0;
351 dl.toc dd
353 margin: 0 0 7px 0;
354 padding: 0;
357 dl.toc span.toc_title
359 padding-top: 8px;
360 display: block;
361 height: 1.5em;
362 font-size: 15px;
365 dl.toc:after
367 content: ".";
368 display: block;
369 height: 0;
370 clear: both;
371 visibility: hidden;
374 * html dl.toc { height: 1px; }
375 *+html dl.toc { min-height: 0; }
377 /* --------- hyperlinks --------- */
380 color: #800000;
381 text-decoration: none;
384 a:hover {
385 color: #F00000;
386 border: 1px dotted #800000; text-decoration:none;
389 /* --------- misc formatting --------- */
391 span.command { color: #003399; }
392 span.argument { color: #3DB73D; }
393 span.variable { color: #3DB73D; font-style: italic; }
394 span.comment { color: #3DB73D; font-style: italic; }
396 span.file,
397 span.code,
400 font-size: 12px;
401 font-family: monospace, fixed;
404 a img
406 /* hide the border for clickable images
407 so MSIE doesn't draw an ugly blue border */
408 border-width: 0;
413 margin-left: 3px;
414 border-left: 2px solid #cce;
415 padding: 0.5em;
416 overflow: auto;
421 /* --------- position all wrappers --------- */
423 #container
425 position: relative; /* influences the position:absolute of the leftwrapper,rightwrapper */
426 margin: 0; /* stop the cascade from the body tag */
427 margin-top: 10px;
430 #leftwrapper
432 position: absolute;
433 left: 0;
434 top: 0;
435 width: 160px;
438 #centerwrapper
440 left: 0;
441 top: 0;
442 /* using padding here instead of margin,
443 because MSIE misinterprets the box-model. */
444 padding-right: 160px;
445 padding-left: 160px;
446 padding-top: 0;
449 #rightwrapper
451 position: absolute;
452 right: 0;
453 top: 0;
454 width: 160px;
457 #rightwrapper dl.box
459 right: 0;
460 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
463 .clear
465 clear: left;
466 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */
467 overflow: hidden;