r4 - 06 Dec 2005 - 00:30:15 - LeandroSantosYou are here: TWiki >  BetaENEC Web  >  ProjetoGrafico > WebCSS > WebCSSTabelas

CSS das tablelas do sítio

%STARTINCLUDE%
#conteudo table{
  margin: auto auto auto auto;
  border-collapse: collapse;
  border: none;
  border-top: 2px solid #87b4cb;
  border-bottom: 2px solid #87b4cb;
  empty-cells: show;
}

#conteudo table tr th,
#conteudo table tr td{
  color: #000000;
  background-color: #FFFFFF;
  font-size: 12px;
  padding: 1px 6px 1px 6px;
  border: none;
}

#conteudo table tr th{
  text-align: center;
  color: #000000;
  
  background-color: #0094de;
  border-left: 1px solid #005b8a;
  border-right: 1px solid #005b8a;
  border-bottom: 2px solid #87b4cb;
}

#conteudo table tr td{
  border-left: 1px solid #005b8a;
  border-right: 1px solid #005b8a;
  border-bottom: 1px solid #87b4cb;
}

#conteudo #anexos table tr th,
#conteudo #anexos table tr td{
  font-size: 9px;
}
#conteudo #anexos table tr td img{
  display: none;
}

#conteudo table tr th a{
  text-decoration: none;
}
#conteudo table tr th td a:link,
#conteudo table tr th td a:active,
#conteudo table tr th td a:visited,
#conteudo table tr th a:hover{
   color: #000000;
}

%STOPINCLUDE%


Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback