Difference: TablesCSS (1 vs. 3)

Revision 304 May 2005 - MonicaPaz

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

Tabelas

Line: 18 to 18
 #conteudo table tr td{ color: #707070; font-size: 12px;
Changed:
<
<
padding: 1px 2px 1px 2px;
>
>
padding: 1px 1px 1px 1px;
  border: none; }

Revision 204 May 2005 - MonicaPaz

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

Tabelas

Line: 18 to 18
 #conteudo table tr td{ color: #707070; font-size: 12px;
Changed:
<
<
padding: 1px 6px 1px 6px;
>
>
padding: 1px 2px 1px 2px;
  border: none; }

Revision 129 Mar 2005 - MonicaPaz

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

Tabelas

%STARTINCLUDE%
#conteudo table tr td{
   width: 300pt;
   border-width: 1pt;
   border-style: solid;
   border-color: #900000;
   font-size: 10px;
   font-family: verdana, arial;
   color: #000000;
   text-align: center;
}

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

#conteudo table tr th{
  text-align: center;
  color: #580000;
  background-color: #FF6666;
  border-left: 1px solid #ff9999;
  border-right: 1px solid #ff9999;
  border-bottom: 2px solid #900000;
}

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

%STOPINCLUDE%

Exemplo
<-- -->
Sorted ascending
exemplo
1 2
3 4

-- MonicaPaz - 29 Mar 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