Difference: TablesCSS ( vs. 1)

Revision 103 Oct 2006 - 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  #000000;
}

td, th{
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 1px 3px 1px 3px;
}
th{
  background-color:  #999999;
  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%

-- RozaneZart - 03 Oct 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