CSS do Sítio

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

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

/********************* Topo Pagina **********************/
#cabecalho{
  width: 760px;
  height: 220px;
  position: absolute;
  left: 50%;
  margin-left: -380px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/topoPag.png");
  background-repeat: no-repeat;
  padding: 0px;
}

/********************* Menu **********************/
#menu{
  width: 138px;
  position: absolute;
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/fundoMenu.png");
  left: 19px;
  display: block;
  z-index: 10px;
}

#menu ul{
  margin: 0px;
  padding: 8px 0px 4px 8px;

}

#menu li{
  list-style: none;
  margin: 0px 0px 6px 0px;
  padding: 0px;

}

#menu a:link,
#menu a:active,
#menu a:visited{
  color: #b50051;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  border: 1px solid #b50051; 
  text-decoration: none;
  width: 140px;
 
}
#menu a:hover{
  color: #FFFFFF;
  border: 2px solid #b50051;
}

/* * * Conteudo * * * * * * * * * * * * * * * * * * * */


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

#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;
}

/* * * Tabelas * * * * * * * * * * * * * * * * * * * */

#conteudo table{
  margin: auto auto auto auto;
  border-collapse: collapse;
  border: none;
  border-top: 2px solid #e1369b;
  border-bottom: 2px solid #e1369b;
  empty-cells: show;
}

#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: #f000b5;
  background-color: #fff0f2;
  border-left: 1px solid #ffccd3;
  border-right: 1px solid #ffccd3;
  border-bottom: 2px solid #e1369b;
}

#conteudo table tr td{
  border-left: 1px solid #fdd6ed;
  border-right: 1px solid #fdd6ed;
  border-bottom: 1px solid #f67fc5;
  background-color: #f3c6cd;
}

#conteudo #anexos table tr th,
#conteudo  table tr td{
  font-size: 9px;
}
#conteudo #anexos table tr td img{
  display: none;
}



/************* Botoes Power ***********************/
#btsPower{
  position: absolute;
  left: 20px;
  bottom: 50px;
  width: 100px;
  z-index: 5;
}
#btsPower a{
  display: block;
  margin-top: 5px;
}

/************* Botoes Twiki ***********************/
#btsTWiki{
  position: relative;
  bottom: 7px;
  float: right;
  z-index: 10;
}

#btsTWiki a#btEdit:link,   #btsTWiki a#btEdit:active,   #btsTWiki a#btEdit:visited,
#btsTWiki a#btAnexar:link, #btsTWiki a#btAnexar:active, #btsTWiki a#btAnexar:visited,
#btsTWiki a#btVersao:link, #btsTWiki a#btVersao:active, #btsTWiki a#btVersao:visited,
#btsTWiki a#btMais:link,   #btsTWiki a#btMais:active,   #btsTWiki a#btMais:visited{
  border: 1px solid #F8E0A0;
  background-color: #FFF8EA;
  display: block;
  font-size: 0px;
  height: 16px;
  width: 16px;
  float: left;
  margin: 1px 6px 1px 1px;
  text-decoration: none;
}
#btsTWiki a#btEdit:hover,
#btsTWiki a#btAnexar:hover,
#btsTWiki a#btVersao:hover,
#btsTWiki a#btMais:hover{
  border: 2px solid #F0D080;
  background-color: #FFFFF4;
  margin: 0px 5px 0px 0px;
}
#btsTWiki a#btEdit{   background-image: url("%ATTACHURL%/BtEdit.png"); }
#btsTWiki a#btAnexar{ background-image: url("%ATTACHURL%/BtAnexar.png"); }
#btsTWiki a#btVersao{ background-image: url("%ATTACHURL%/BtVersao.png"); }
#btsTWiki a#btMais{   background-image: url("%ATTACHURL%/BtMais.png"); }



/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#ultimasNoticias{
  position: absolute;
  left: 640px;
  top:100px;
  width: 130px;
}

#ultimasNoticias strong{
  display: block;
  text-align: center;
  color: #E8A000;
  font-size: 12px;
  border-top: 1px dotted #F0B000;
  border-bottom: 1px dotted #F0B000;
}

#ultimasNoticias ul, #ultimasNoticias li{
  list-style: none;
  margin: 6px 0px 0px 0px;
  padding: 0px;
}

#ultimasNoticias li a:link,
#ultimasNoticias li a:active,
#ultimasNoticias li a:visited{
  display: block;
  color: #C07000;
  background-color: #FFE870;
  border: 2px dotted #F0B000;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}
#ultimasNoticias li a:hover{
  color: #A05000;
  background-color: #FFF0A0;
  border: 2px dotted #E0A000;
}

#ultimasNoticias div a:link,
#ultimasNoticias div a:active,
#ultimasNoticias div a:visited{
  margin-top: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #F8B000;
  font-size: 10px;
  border-top: 1px dotted #F0B000;
  border-bottom: 1px dotted #F0B000;
}

#ultimasNoticias div a:hover{
  color: #E08000;
}

#rodape{
  height: 171px;
  max-height: 134px;
  width: 620px;
  max-width: 445px;
  padding: 35px 50px 0px 125px;
  text-align: justify;
  background: url("%ATTACHURL%/Rodape.jpg") no-repeat;
  color: #F8C050;
  position: relative;
  left: 15px;
  z-index: 1;
}

#rodape a:link,
#rodape a:active,
#rodape a:visited{
  color: #F0A000;
  text-decoration: none;
}
#rodape a:hover{
  color: #E08000;
}

%STOPINCLUDE%

-- LeandroSantos - 25 Jul 2005

revisão: r6 - 26 Jul 2005 - 17:47:19 - LeandroSantos?