Difference: TablesCSS (1 vs. 2)

Revision 229 Jul 2005 - RozaneZart

Line: 1 to 1
 
META TOPICPARENT name="SkinCSS"

CSS para formatar as Tabelas deste Sítio

Line: 10 to 10
 }

td, th{

Changed:
<
<
border: 1px solid #FF6666;
>
>
border: 1px solid #66CCFF;
  background-color: #FFFFFF; padding: 1px 3px 1px 3px; } th{
Changed:
<
<
background-color: #FF6666;
>
>
background-color: #66CCFF;
  text-align: center; } #conteudo th a:link, #conteudo th a:active, #conteudo th a:visited,

Revision 122 May 2005 - RozaneZart

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

CSS para formatar as Tabelas deste Sítio

%STARTINCLUDE%
table{
  border-collapse: collapse;
  border: 2px solid #FF6666;
}

td, th{
  border: 1px solid #FF6666;
  background-color: #FFFFFF;
  padding: 1px 3px 1px 3px;
}
th{
  background-color: #FF6666;
  text-align: center;
}
#conteudo th a:link, #conteudo th a:active, #conteudo th a:visited,
th a:link, th a:active, th a:visited{
  background-image: none;
}

#conteudo .tabSemBorda table,
#conteudo .tabSemBorda tr,
#conteudo .tabSemBorda td,
#conteudo .tabSemBorda th{
  border: none;
}
%STOPINCLUDE%

-- AurelioAHeckert - 02 May 2005

-- RozaneZart - 22 May 2005

 
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