From 027ef22e617aa6a506f8641c43c71730b73ebbbe Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 22 Sep 2003 21:38:23 +0000 Subject: [PATCH] Se agregan los nuevos estilos de Tabla (y un nuevo test). --- .../{estilo_servicio.php => estilo_claro.php} | 35 ++++------ lib/MECON/HTML/Tabla/estilo_comun.php | 30 ++++---- lib/MECON/HTML/Tabla/estilo_impresion.php | 32 ++++----- lib/MECON/HTML/Tabla/estilo_llamativo.php | 61 ++++++++++++++++ lib/MECON/HTML/Tabla/estilo_medio.php | 61 ++++++++++++++++ lib/MECON/HTML/Tabla/estilo_oscuro.php | 61 ++++++++++++++++ test/HTML/prueba_tabla.php | 10 +-- test/HTML/tabla_estilos.php | 61 ++++++++++++++++ www/css/html/tabla/claro.css | 37 ++++++++++ www/css/html/tabla/comun.css | 69 +++++++++---------- www/css/html/tabla/impresion.css | 37 ++++++++++ www/css/html/tabla/llamativo.css | 37 ++++++++++ www/css/html/tabla/medio.css | 37 ++++++++++ www/css/html/tabla/oscuro.css | 37 ++++++++++ www/css/html/tabla/servicios.css | 38 ---------- 15 files changed, 507 insertions(+), 136 deletions(-) rename lib/MECON/HTML/Tabla/{estilo_servicio.php => estilo_claro.php} (80%) create mode 100644 lib/MECON/HTML/Tabla/estilo_llamativo.php create mode 100644 lib/MECON/HTML/Tabla/estilo_medio.php create mode 100644 lib/MECON/HTML/Tabla/estilo_oscuro.php create mode 100644 test/HTML/tabla_estilos.php create mode 100644 www/css/html/tabla/claro.css create mode 100644 www/css/html/tabla/impresion.css create mode 100644 www/css/html/tabla/llamativo.css create mode 100644 www/css/html/tabla/medio.css create mode 100644 www/css/html/tabla/oscuro.css delete mode 100644 www/css/html/tabla/servicios.css diff --git a/lib/MECON/HTML/Tabla/estilo_servicio.php b/lib/MECON/HTML/Tabla/estilo_claro.php similarity index 80% rename from lib/MECON/HTML/Tabla/estilo_servicio.php rename to lib/MECON/HTML/Tabla/estilo_claro.php index c8714bd..c69f3bd 100644 --- a/lib/MECON/HTML/Tabla/estilo_servicio.php +++ b/lib/MECON/HTML/Tabla/estilo_claro.php @@ -26,40 +26,33 @@ $Id$ // Opciones para la tabla {{{ return array ( - 'css' => '/MECON/css/html/tabla/servicios', + 'css' => '/MECON/css/html/tabla/claro', 'atributos' => array ( // {{{ - 'tabla_comun' => array( // {{{ + 'tabla_contenedora' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 2, - 'cellspacing' => 2, + 'cellpadding' => 0, + 'cellspacing' => 0, 'border' => 0, - 'bgcolor' => '#336699', + 'bgcolor' => '#003366', ), // }}} - 'tabla_contenedora' => array( // {{{ + 'celda_contenedora' => array( // {{{ + ), // }}} + 'tabla_comun' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 0, - 'cellspacing' => 0, + 'cellpadding' => 2, + 'cellspacing' => 2, 'border' => 0, - 'bgcolor' => '#336699', ), // }}} 'celda_cabecera' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#FFFFFF', - 'class' => 'mecon_html_tabla_servicios_titulo_form', - ), // }}} - 'celda_comun' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#FFFFFF', - 'class' => 'mecon_html_tabla_servicios_txt1', + 'class' => 'mecon_html_tabla_claro_cabecera', ), // }}} 'celda_titulo' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#FFFFFF', - 'class' => 'mecon_html_tabla_servicios_txt1', + 'class' => 'mecon_html_tabla_claro_titulo', ), // }}} - 'celda_contenedora' => array( // {{{ + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_claro_comun', ), // }}} ), // }}} ); diff --git a/lib/MECON/HTML/Tabla/estilo_comun.php b/lib/MECON/HTML/Tabla/estilo_comun.php index 014a498..8129a7a 100644 --- a/lib/MECON/HTML/Tabla/estilo_comun.php +++ b/lib/MECON/HTML/Tabla/estilo_comun.php @@ -28,38 +28,32 @@ $Id$ return array ( 'css' => '/MECON/css/html/tabla/comun', 'atributos' => array ( // {{{ - 'tabla_comun' => array( // {{{ + 'tabla_contenedora' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 2, - 'cellspacing' => 2, + 'cellpadding' => 0, + 'cellspacing' => 0, 'border' => 0, 'bgcolor' => '#336699', ), // }}} - 'tabla_contenedora' => array( // {{{ + 'celda_contenedora' => array( // {{{ + ), // }}} + 'tabla_comun' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 0, - 'cellspacing' => 0, + 'cellpadding' => 2, + 'cellspacing' => 2, 'border' => 0, 'bgcolor' => '#336699', ), // }}} 'celda_cabecera' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#336699', - 'class' => 'mecon_html_tabla_comun_texto11_blanco', - ), // }}} - 'celda_comun' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#FFFFFF', - 'class' => 'mecon_html_tabla_comun_texto11_negro', + 'class' => 'mecon_html_tabla_comun_cabecera', ), // }}} 'celda_titulo' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#DDEEFF', - 'class' => 'mecon_html_tabla_comun_texto11_negro', + 'class' => 'mecon_html_tabla_comun_titulo', ), // }}} - 'celda_contenedora' => array( // {{{ + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_comun_comun', ), // }}} ), // }}} ); diff --git a/lib/MECON/HTML/Tabla/estilo_impresion.php b/lib/MECON/HTML/Tabla/estilo_impresion.php index 0cb0bfe..9c35230 100644 --- a/lib/MECON/HTML/Tabla/estilo_impresion.php +++ b/lib/MECON/HTML/Tabla/estilo_impresion.php @@ -26,40 +26,34 @@ $Id$ // Opciones para la tabla {{{ return array ( - 'css' => '/MECON/css/html/tabla/comun', + 'css' => '/MECON/css/html/tabla/impresion', 'atributos' => array ( // {{{ - 'tabla_comun' => array( // {{{ + 'tabla_contenedora' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 2, - 'cellspacing' => 2, + 'cellpadding' => 0, + 'cellspacing' => 0, 'border' => 0, 'bgcolor' => '#666666', ), // }}} - 'tabla_contenedora' => array( // {{{ + 'celda_contenedora' => array( // {{{ + ), // }}} + 'tabla_comun' => array( // {{{ 'width' => '100%', 'align' => 'center', - 'cellpadding' => 0, - 'cellspacing' => 0, + 'cellpadding' => 2, + 'cellspacing' => 2, 'border' => 0, 'bgcolor' => '#666666', ), // }}} 'celda_cabecera' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#666666', - 'class' => 'mecon_html_tabla_comun_texto11_blanco', - ), // }}} - 'celda_comun' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#FFFFFF', - 'class' => 'mecon_html_tabla_comun_texto11_negro', + 'class' => 'mecon_html_tabla_impresion_cabecera', ), // }}} 'celda_titulo' => array( // {{{ - 'align' => 'center', - 'bgcolor' => '#CCCCCC', - 'class' => 'mecon_html_tabla_comun_texto11_negro', + 'class' => 'mecon_html_tabla_impresion_titulo', ), // }}} - 'celda_contenedora' => array( // {{{ + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_impresion_comun', ), // }}} ), // }}} ); diff --git a/lib/MECON/HTML/Tabla/estilo_llamativo.php b/lib/MECON/HTML/Tabla/estilo_llamativo.php new file mode 100644 index 0000000..3b83697 --- /dev/null +++ b/lib/MECON/HTML/Tabla/estilo_llamativo.php @@ -0,0 +1,61 @@ + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ + +// Opciones para la tabla {{{ +return array ( + 'css' => '/MECON/css/html/tabla/llamativo', + 'atributos' => array ( // {{{ + 'tabla_contenedora' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 0, + 'cellspacing' => 0, + 'border' => 0, + 'bgcolor' => '#FF9900', + ), // }}} + 'celda_contenedora' => array( // {{{ + ), // }}} + 'tabla_comun' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 2, + 'cellspacing' => 2, + 'border' => 0, + ), // }}} + 'celda_cabecera' => array( // {{{ + 'class' => 'mecon_html_tabla_llamativo_cabecera', + ), // }}} + 'celda_titulo' => array( // {{{ + 'class' => 'mecon_html_tabla_llamativo_titulo', + ), // }}} + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_llamativo_comun', + ), // }}} + ), // }}} +); +// }}} + +?> \ No newline at end of file diff --git a/lib/MECON/HTML/Tabla/estilo_medio.php b/lib/MECON/HTML/Tabla/estilo_medio.php new file mode 100644 index 0000000..a2bec25 --- /dev/null +++ b/lib/MECON/HTML/Tabla/estilo_medio.php @@ -0,0 +1,61 @@ + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ + +// Opciones para la tabla {{{ +return array ( + 'css' => '/MECON/css/html/tabla/medio', + 'atributos' => array ( // {{{ + 'tabla_comun' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 2, + 'cellspacing' => 2, + 'border' => 0, + ), // }}} + 'tabla_contenedora' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 0, + 'cellspacing' => 0, + 'border' => 0, + 'bgcolor' => '#003366', + ), // }}} + 'celda_cabecera' => array( // {{{ + 'class' => 'mecon_html_tabla_medio_cabecera', + ), // }}} + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_medio_comun', + ), // }}} + 'celda_titulo' => array( // {{{ + 'class' => 'mecon_html_tabla_medio_titulo', + ), // }}} + 'celda_contenedora' => array( // {{{ + ), // }}} + ), // }}} +); +// }}} + +?> \ No newline at end of file diff --git a/lib/MECON/HTML/Tabla/estilo_oscuro.php b/lib/MECON/HTML/Tabla/estilo_oscuro.php new file mode 100644 index 0000000..a1a108f --- /dev/null +++ b/lib/MECON/HTML/Tabla/estilo_oscuro.php @@ -0,0 +1,61 @@ + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ + +// Opciones para la tabla {{{ +return array ( + 'css' => '/MECON/css/html/tabla/oscuro', + 'atributos' => array ( // {{{ + 'tabla_comun' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 2, + 'cellspacing' => 2, + 'border' => 0, + ), // }}} + 'tabla_contenedora' => array( // {{{ + 'width' => '100%', + 'align' => 'center', + 'cellpadding' => 0, + 'cellspacing' => 0, + 'border' => 0, + 'bgcolor' => '#003366', + ), // }}} + 'celda_cabecera' => array( // {{{ + 'class' => 'mecon_html_tabla_oscuro_cabecera', + ), // }}} + 'celda_comun' => array( // {{{ + 'class' => 'mecon_html_tabla_oscuro_comun', + ), // }}} + 'celda_titulo' => array( // {{{ + 'class' => 'mecon_html_tabla_oscuro_titulo', + ), // }}} + 'celda_contenedora' => array( // {{{ + ), // }}} + ), // }}} +); +// }}} + +?> \ No newline at end of file diff --git a/test/HTML/prueba_tabla.php b/test/HTML/prueba_tabla.php index a176d58..1b0367e 100644 --- a/test/HTML/prueba_tabla.php +++ b/test/HTML/prueba_tabla.php @@ -2,8 +2,8 @@ +Prueba de Tabla. - @@ -12,9 +12,9 @@ addRow($row,'cabecera'); @@ -52,7 +52,7 @@ print $tohtml."


"; /////////////////////////////////////////////////////////////////////////////////////////// echo 'PRECATED
'; - $TABLA2 = new MECON_HTML_Tabla ('width="500" align="right"'); + $TABLA2 = new MECON_HTML_Tabla ('width="500" align="right"', 'claro'); $row = array ('R0C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9'); $TABLA2->addRow($row,'cabecera colspan=10'); $row = array ('R1C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9'); diff --git a/test/HTML/tabla_estilos.php b/test/HTML/tabla_estilos.php new file mode 100644 index 0000000..1668d30 --- /dev/null +++ b/test/HTML/tabla_estilos.php @@ -0,0 +1,61 @@ +read()) !== false) { + if (preg_match('/^estilo_(.*)\.php$/', $f, $m)) { + $tablas[] = new MECON_HTML_Tabla(array(), $m[1]); + $estilos[] = $m[1]; + } +} + +?> + + + + +Prueba de Tabla. + +getCSS()) . '"/>' ?> + + +
+ + + +
+' . $estilos[$i] . ''; + + $row = array ('R0C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9'); + $tablas[$i]->addRow($row,'cabecera colspan=10'); + $row = array ('R1C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9'); + $tablas[$i]->addRow($row); + $row = array ('R2C0','R2C1','R2C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9'); + $tablas[$i]->addRow($row); + $row = array ('R3C0','R3C1','R3C2','R3C3','R3C4','R3C5','R3C6','R3C7','R3C8','R3C9'); + $tablas[$i]->addRow($row); + + $tablas[$i]->updateCellAttributes(1, 0, 'rowspan=3'); + $tablas[$i]->updateCellAttributes(1, 1, 'rowspan=3'); + $tablas[$i]->updateCellAttributes(1, 2, 'colspan=8'); + $tablas[$i]->updateCellAttributes(2, 2, 'colspan=2'); + $tablas[$i]->updateCellAttributes(2, 4, 'colspan=2'); + $tablas[$i]->updateCellAttributes(2, 6, array ('colspan'=>2)); + $tablas[$i]->updateCellAttributes(2, 8, 'colspan=2'); + $tablas[$i]->updateColAttributes(2, 'titulo'); + + echo $tablas[$i]->toHtml() . '
'; +} + +?> +
+ + + + diff --git a/www/css/html/tabla/claro.css b/www/css/html/tabla/claro.css new file mode 100644 index 0000000..1ec9a5e --- /dev/null +++ b/www/css/html/tabla/claro.css @@ -0,0 +1,37 @@ + +.mecon_html_tabla_claro_cabecera { + color: #003366; + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + vertical-align: middle ; + font-weight: bold; + text-align: left; +} + +.mecon_html_tabla_claro_titulo { + color: #003366; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + text-align: left; + vertical-align: top; + font-weight: normal; +} + +.mecon_html_tabla_claro_comun { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 8pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + text-align: left; + vertical-align: top; + font-weight: normal; +} + diff --git a/www/css/html/tabla/comun.css b/www/css/html/tabla/comun.css index fbdb36e..288dc33 100644 --- a/www/css/html/tabla/comun.css +++ b/www/css/html/tabla/comun.css @@ -1,38 +1,37 @@ -/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: -// +--------------------------------------------------------------------+ -// | HTML - TABLE | -// +--------------------------------------------------------------------+ -// | Libreria para la estandarizacion de los elementos html de los | -// | de la Intranet | -// | Ministerio de Economía | -// +--------------------------------------------------------------------+ -// | Creado: fri mar 21 ART 2003 | -// | Autor: Martin Marrese | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -*/ -.mecon_html_tabla_comun_texto11_blanco -{ - FONT-FAMILY: Arial, Helvetica, sans-serif; - FONT-SIZE: 11px; - FONT-STYLE: bold; - COLOR: #FFFFFF; - FONT-WEIGHT: normal; - TEXT-DECORATION: none; +.mecon_html_tabla_comun_cabecera { + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: bold; + color: #FFFFFF; + background-color: #336699; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; } -.mecon_html_tabla_comun_texto11_negro -{ - FONT-FAMILY: Arial, Helvetica, sans-serif; - FONT-SIZE: 11px; - FONT-STYLE: normal; - COLOR: #000000; - FONT-WEIGHT: normal; - TEXT-DECORATION: none; + +.mecon_html_tabla_comun_titulo { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + color: #000000; + background-color: #DDEEFF; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; +} + +.mecon_html_tabla_comun_comun { + font-family: arial, helvetica, sans-serif; + font-size: 8pt; + font-style: normal; + color: #000000; + background-color: #FFFFFF; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; } + diff --git a/www/css/html/tabla/impresion.css b/www/css/html/tabla/impresion.css new file mode 100644 index 0000000..9c33e5d --- /dev/null +++ b/www/css/html/tabla/impresion.css @@ -0,0 +1,37 @@ + +.mecon_html_tabla_impresion_cabecera { + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: bold; + color: #FFFFFF; + background-color: #666666; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; +} + +.mecon_html_tabla_impresion_titulo { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + color: #000000; + background-color: #CCCCCC; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; +} + +.mecon_html_tabla_impresion_comun { + font-family: arial, helvetica, sans-serif; + font-size: 8pt; + font-style: normal; + color: #000000; + background-color: #FFFFFF; + font-weight: normal; + text-decoration: none; + text-align: center; + vertical-align: middle; +} + diff --git a/www/css/html/tabla/llamativo.css b/www/css/html/tabla/llamativo.css new file mode 100644 index 0000000..06eb268 --- /dev/null +++ b/www/css/html/tabla/llamativo.css @@ -0,0 +1,37 @@ + +.mecon_html_tabla_llamativo_cabecera { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + vertical-align: middle ; + font-weight: bold; + text-align: left; +} + +.mecon_html_tabla_llamativo_titulo { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + background-color: #FFCC99; + text-align: left; + vertical-align: top; + font-weight: bold; +} + +.mecon_html_tabla_llamativo_comun { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 8pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + text-align: left; + vertical-align: top; + font-weight: normal; +} + diff --git a/www/css/html/tabla/medio.css b/www/css/html/tabla/medio.css new file mode 100644 index 0000000..28114ac --- /dev/null +++ b/www/css/html/tabla/medio.css @@ -0,0 +1,37 @@ + +.mecon_html_tabla_medio_cabecera { + color: #003366; + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + vertical-align: middle ; + font-weight: normal; + text-align: left; +} + +.mecon_html_tabla_medio_titulo { + color: #FFFFFF; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + background-color: #6285A4; + text-align: left; + vertical-align: top; + font-weight: bold; +} + +.mecon_html_tabla_medio_comun { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 8pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + text-align: left; + vertical-align: top; + font-weight: normal; +} + diff --git a/www/css/html/tabla/oscuro.css b/www/css/html/tabla/oscuro.css new file mode 100644 index 0000000..65a5657 --- /dev/null +++ b/www/css/html/tabla/oscuro.css @@ -0,0 +1,37 @@ + +.mecon_html_tabla_oscuro_cabecera { + color: #FFFFFF; + font-family: Arial, Helvetica, sans-serif; + font-size: 11pt; + font-style: normal; + line-height: normal; + background-color: #003366; + vertical-align: middle ; + font-weight: bold; + text-align: left; +} + +.mecon_html_tabla_oscuro_titulo { + color: #FFFFFF; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + background-color: #6285A4; + text-align: left; + vertical-align: top; + font-weight: bold; +} + +.mecon_html_tabla_oscuro_comun { + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-size: 9pt; + font-style: normal; + line-height: normal; + background-color: #FFFFFF; + text-align: left; + vertical-align: top; + font-weight: normal; +} + diff --git a/www/css/html/tabla/servicios.css b/www/css/html/tabla/servicios.css deleted file mode 100644 index c76213f..0000000 --- a/www/css/html/tabla/servicios.css +++ /dev/null @@ -1,38 +0,0 @@ -/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: -// +--------------------------------------------------------------------+ -// | HTML - TABLE | -// +--------------------------------------------------------------------+ -// | Libreria para la estandarizacion de los elementos html de los | -// | de la Intranet | -// | Ministerio de Economía | -// +--------------------------------------------------------------------+ -// | Creado: fri mar 21 ART 2003 | -// | Autor: Martin Marrese | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -*/ - -.mecon_html_tabla_texto11_blanco -{ - FONT-FAMILY: Arial, Helvetica, sans-serif; - FONT-SIZE: 11px; - FONT-STYLE: bold; - COLOR: #FFFFFF; - FONT-WEIGHT: normal; - TEXT-DECORATION: none; -} -.mecon_html_tabla_texto11_negro -{ - FONT-FAMILY: Arial, Helvetica, sans-serif; - FONT-SIZE: 11px; - FONT-STYLE: normal; - COLOR: #000000; - FONT-WEIGHT: normal; - TEXT-DECORATION: none; -} -- 2.43.0