Estilo do Sítio
Modularização:
%STARTINCLUDE%
body{
font-family: sans-serif;
font-size: 11px;
margin: 0px;
background-image: url("%ATTACHURL%/fundo.png");
}
#contBorda1{
background-color: #FFFFFF;
background-image: url("%ATTACHURL%/fundo_N.jpg");
background-repeat: repeat-x;
background-position: 0% 0%;
min-width: 700px;
}
#contBorda2{
background-image: url("%ATTACHURL%/fundo_S.jpg");
background-repeat: repeat-x;
background-position: 0% 100%;
}
#contBorda3{
background-image: url("%ATTACHURL%/fundo_O.jpg");
background-repeat: repeat-y;
background-position: 0% 0%;
}
#contBorda4{
background-image: url("%ATTACHURL%/fundo_L.jpg");
background-repeat: repeat-y;
background-position: 100% 0%;
}
#contBorda5{
background-image: url("%ATTACHURL%/fundo_NO.jpg");
background-repeat: no-repeat;
background-position: 0% 0%;
}
#contBorda6{
background-image: url("%ATTACHURL%/fundo_NL.jpg");
background-repeat: no-repeat;
background-position: 100% 0%;
}
#contBorda7{
background-image: url("%ATTACHURL%/fundo_SO.jpg");
background-repeat: no-repeat;
background-position: 0% 100%;
}
#contBorda8{
background-image: url("%ATTACHURL%/fundo_SL.jpg");
background-repeat: no-repeat;
background-position: 100% 100%;
}
#cabecalho{
/* Nada pra fazer... */
}
#cabecalho h1{
display: none;
}
#twikiBusca{
margin: 0px;
position: absolute;
right: 250px;
top: 80px;
color: #709070;
}
#twikiBusca input{
border: none;
border-bottom: 1px dashed #B0D0B0;
color: #709070;
text-align: center;
width: 150px;
font-size: 11px;
}
#twikiBusca input.submit{
background-color: #D0E0D0;
border: 1px solid #90B090;
color: #90B090;
font-size: 11px;
line-height: 13px;
height: 16px;
width: 16px;
}
#pagInicial{
position: absolute;
left: 103px;
top: 46px;
display: block;
width: 105px;
height: 76px;
}
#pagInicial span{
display: none;
}
#noticias{
padding-top: 50px;
margin-right: 50px;
width: 175px;
float: right;
text-align: right;
}
#noticias h3{
margin: 20px 20px 10px 0px;
text-align: center;
color: #90B090;
}
#noticias ul, #noticias li{
margin: 0px;
padding: 0px;
list-style: none;
}
#noticias li{
padding: 5px 0px 5px 0px;
}
#noticias a:link,
#noticias a:active,
#noticias a:visited {
text-decoration: none;
color: #307030;
}
#noticias a:hover {
color: #004000;
}
#noticias div{
color: #80A080;
padding: 10px;
}
#noticias div a{
display: block;
}
#menu{
padding: 130px 250px 0px 70px;
}
#menu a:link,
#menu a:active,
#menu a:visited {
padding: 0px 6px 0px 6px;
color: #709070;
font-weight: 900;
text-decoration: none;
}
#menu a:hover {
color: #005000;
}
#conteudo{
text-align: justify;
margin-right: 245px;
padding: 10px 5px 0px 70px;
min-height: 250px;
}
#conteudo #topicosPais{
color: #A0C0A0;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
color: #A0C0A0;
text-decoration: none;
}
#conteudo #topicosPais a:hover{
color: #409040;
}
#conteudo #btsTWiki a:link,
#conteudo #btsTWiki a:active,
#conteudo #btsTWiki a:visited{
display: block;
color: #90B090;
border: 1px solid #80A080;
background-color: #E0F0E0;
float: left;
padding: 0px 3px 0px 3px;
margin: 0px 3px 0px 3px;
text-decoration: none;
}
#conteudo #btsTWiki a:hover{
color: #107010;
border: 1px solid #006800;
background-color: #B0D0B0;
}
#rodape{
clear: both;
background-image: url("%ATTACHURL%/canto.jpg");
background-repeat: no-repeat;
background-position: 100% 0%;
margin-right: 245px;
padding: 35px 5px 35px 100px;
color: #90C090;
}
#btsPower{
text-align: center;
margin: 4px 0px 10px 0px;
}
/* * * * Estilo para o Contúdo * * * * * * * * * * * * * * * * * */
%INCLUDE{ConteudoCSS}%
/* * * * Estilo para Tabelas * * * * * * * * * * * * * * * * * */
%INCLUDE{TabelasCSS}%
%STOPINCLUDE%
--
AurelioAHeckert - 30 May 2005