]> git.llucax.com Git - mecon/meconlib.git/blob - www/css/html/tabla/comun.css
Se agregan los nuevos estilos de Tabla (y un nuevo test).
[mecon/meconlib.git] / www / css / html / tabla / comun.css
1
2 .mecon_html_tabla_comun_cabecera {
3         font-family: Arial, Helvetica, sans-serif;
4         font-size: 11pt;
5         font-style: bold;
6         color: #FFFFFF;
7         background-color: #336699;
8         font-weight: normal;
9         text-decoration: none;
10         text-align: center;
11         vertical-align: middle;
12 }
13
14 .mecon_html_tabla_comun_titulo {
15         font-family: arial, helvetica, sans-serif;
16         font-size: 10pt;
17         font-style: normal;
18         color: #000000;
19         background-color: #DDEEFF;
20         font-weight: normal;
21         text-decoration: none;
22         text-align: center;
23         vertical-align: middle;
24 }
25
26 .mecon_html_tabla_comun_comun {
27         font-family: arial, helvetica, sans-serif;
28         font-size: 8pt;
29         font-style: normal;
30         color: #000000;
31         background-color: #FFFFFF;
32         font-weight: normal;
33         text-decoration: none;
34         text-align: center;
35         vertical-align: middle;
36 }
37