Difference: WebCSSTabelas (1 vs. 4)

Revision 431 Jan 2007 - PjoTa

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

CSS das tablelas do sítio

Revision 322 Dec 2006 - PjoTa

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

CSS das tablelas do sítio

%STARTINCLUDE%
Deleted:
<
<
#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; }

 
Changed:
<
<
#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{

>
>
table td, table th{
  font-size: 9px;
Changed:
<
<
} #conteudo #anexos table tr td img{ display: none;
>
>
position: relative; z-index: 10;
 }
Changed:
<
<
#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;
>
>
table th{ text-align: center;
 }

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