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