Difference: ConteudoCSS (1 vs. 2)

Revision 222 Aug 2005 - LeandroSantos

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

CSS do Conteúdo do Sítio

Line: 20 to 20
  position: relative; left: 50%; margin-left: -380px;
Deleted:
<
<
margin-top: 0px;
  padding: 0px;

}

Line: 58 to 57
 #conteudo h5{ font-size: 115%; } #conteudo h6{ font-size: 100%; }
Deleted:
<
<
/* #conteudo hr{ height: 0px; border: none; border-top: 2px dotted #F0A000; }

#conteudo ul{ margin: 0px 0px 0px 15px; padding: 0px; } */

 #conteudo a:link, #conteudo a:active, #conteudo a:visited{

Revision 121 Aug 2005 - LeandroSantos

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

CSS do Conteúdo do Sítio

%STARTINCLUDE%

body{
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/fundoPag.png");
  background-repeat: repeat-x;
  background-color: #c8707d;
  font-size: 12px;
  margin-top: 0px;
}

#body1{
  width: 760px; 
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/corpoPag.png");
  background-repeat: repeat-y;
  position: relative;
  left: 50%;
  margin-left: -380px;
  margin-top: 0px;
  padding: 0px;
  
}


#conteudo{
  width: 430px; 
  margin-left: 175px;
  text-align: justify;
  position: relative;
  max-width: 420px;
  min-height:400px;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 100%;
  padding:0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#conteudo p{
  text-indent: 20px;
}

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #b43d4d;
}
#conteudo h1{ font-size: 175%; text-align: center; }
#conteudo h2{ font-size: 160%; }
#conteudo h3{ font-size: 145%; }
#conteudo h4{ font-size: 130%; }
#conteudo h5{ font-size: 115%; }
#conteudo h6{ font-size: 100%; }

/*
#conteudo hr{
  height: 0px;
  border: none;
  border-top: 2px dotted #F0A000;
}

#conteudo ul{
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
*/

#conteudo a:link,
#conteudo a:active,
#conteudo a:visited{
  color: #b43d4d;
  text-decoration: none;
}
#conteudo a:hover{
  color: #e7949f;
  text-decoration: underline;
}


#conteudo #topicosPais{
  font-size: 11px;
  color: #f399c4;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color: #f65dac;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color: #e1059b;
  text-decoration: none;
}


%STOPINCLUDE%


-- LeandroSantos - 21 Aug 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