Difference: WebCSSTabelas (1 vs. 2)

Revision 215 Oct 2006 - PjoTa

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="WebCSS"
>
>
META TOPICPARENT name="Trash.WebCSS"
 

CSS das tablelas do sítio

Revision 117 Apr 2006 - HumbertoJunior

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebCSS"

CSS das tablelas do sítio

%STARTINCLUDE%
#conteudo table{
  margin: auto auto auto auto;
  border-collapse: collapse;
  border: none;
  border-top: 2px solid #B0B0B0;
  border-bottom: 2px solid #B0B0B0;
  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: #a59bcb;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
  border-bottom: 2px solid #B0B0B0;
}

#conteudo table tr td{
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
  border-bottom: 1px solid #B0B0B0;
}

#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%


-- HumbertoJunior - 18 Apr 2006

 
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