XXII ENEComp em Salvador

Definição CSS das Tabelas

%STARTINCLUDE%
.MetaAttach table{
  border: none;
}
.MetaAttach table tr th{
  border: none;
  border-top: 2px solid #5090C0;
  border-bottom: 2px solid #5090C0;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  text-align: center;
  background-color: #70C0FF;
  color: #206090;
  font-size: 10px;
}
.MetaAttach table tr td{
  border: none;
  border-bottom: 1px solid #5090C0;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  text-align: left;
  font-size: 10px;
}

#Conteudo table{
  border: none;
  border-top: 2px solid #5090C0;
  border-left: 2px solid #5090C0;
  border-right: 1px solid #5090C0;
  border-bottom: 1px solid #5090C0;
}
#Conteudo table tr th{
  border: none;
  border-right: 1px solid #5090C0;
  border-bottom: 2px solid #5090C0;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  text-align: center;
  background-color: #70C0FF;
  color: #206090;
}
#Conteudo table tr td{
  border: none;
  border-right: 1px solid #5090C0;
  border-bottom: 1px solid #5090C0;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  text-align: left;
}
%STOPINCLUDE%


-- AurelioAHeckert - 24 Aug 2003

Tópico: TabelasCSS   Versão: 1 Editar Anexar Versões Mais...