Executiva Nacional dos Estudantes de Computação
CSS do Sítio
Modularização:
%STARTINCLUDE%
body {
background-image: url("%ATTACHURL%/fundo.png");
font-family: verdana, sans-serif;
font-size: 12px;
margin: 0px;
}
#tudo{
background-image: url("%ATTACHURL%/fundo_top.jpg");
background-repeat: repeat-x;
text-align: center;
background-color: #9BE3E0;
}
#corpo{
background-image: url("%ATTACHURL%/fundo_corpo.jpg");
width: 760px;
text-align: left;
margin: auto;
}
#cabecalho{
background-image: url("%ATTACHURL%/top.jpg");
height: 192px;
}
#cabecalho h1{
display: none;
}
#cabecalho form{
margin: 0px;
padding: 35px 180px 0px 0px;
float: right;
}
#cabecalho input{
font-size: 10px;
height: 12px;
text-align: center;
color: #C0C0C0;
border: none;
border-bottom: 1px dotted #D8D8D8;
}
#cabecalho #btBuscar{
background-color: #EDDFDF;
background-image: url("%ATTACHURL%/bt_buscar.png");
width: 15px;
height: 15px;
color: #FFFFFF;
font-size: 1px;
border: none;
}
#menu{
float: left;
width: 152px;
background-image: url("%ATTACHURL%/menu_fundo.jpg");
}
#menu ul{
margin: -13px 0px 0px 0px;
padding: 0px 0px 20px 0px;
background-image: url("%ATTACHURL%/menu_base.jpg");
background-repeat: no-repeat;
background-position: 0% 100%;
position: relative; /* Armengue pro IE */
}
#menu li{
margin: 0px;
padding: 5px 0px 5px 20px;
list-style: none;
}
#menu strong{
background-image: url("%ATTACHURL%/menu_titulo.jpg");
display: block;
width: 151px;
max-width: 141px;
margin-left: -20px;
padding: 3px 0px 3px 10px;
text-align: center;
color: #FFFFFF;
}
#menu a{
text-decoration: none;
color: #436841;
}
#menu a:hover{
color: #a5cb9b; /* #205e22;*/
}
#noticias{
margin-top: -155px;
padding: 0px 20px 0px 3px;
width: 160px;
max-width: 137px;
float: right;
text-align: right;
}
#noticias h3{
color: #D0D0D0;
text-align: left;
margin: 0px;
padding-bottom: 8px;
border-bottom: 1px dotted #D0D0D0;
font-size: 16px;
font-weight: 900;
}
#noticias ul{
margin: 0px;
padding: 0px;
}
#noticias li{
margin: 0px;
padding: 7px 0px 7px 0px;
list-style: none;
border-bottom: 1px dotted #D0D0D0;
}
#noticias li a{
text-decoration: none;
color: #808080;
}
#noticias li a:hover{
text-decoration: none;
color: #436841;
}
#noticias div{
margin-top: 20px;
font-size: 10px;
color: #C0C0C0;
}
#noticias div a{
color: #C0C0C0;
}
#rodape{
clear: both;
background-image: url("%ATTACHURL%/rodape.jpg");
background-position: 0% 100%;
background-repeat: no-repeat;
height: 160px;
max-height: 150px;
text-align: justify;
font-size: 9px;
color: #C0C0C0;
padding: 10px 170px 0px 200px;
}
#rodape a{
color: #b6d0b0;
}
#rodape a:hover{
color: #70e077;
}
#rodape #rev{
text-align: right;
}
#rodape #topicosPais{
margin-left: -35px;
text-align: left;
color: #60a063;
padding: 10px 0px 10px 0px;
}
#rodape #topicosPais a{
color: #039000;
font-size: 10px;
text-decoration: none;
}
#rodape #topicosPais a:hover{
color: #12c000;
}
#btsWiki {
text-align: right;
padding-bottom: 3px;
}
#rodape #btsWiki a:link,
#rodape #btsWiki a:visited {
padding: 0px 2px 0px 2px;
text-decoration: none;
border: 1px solid #ccc;
background: #e3ede2;
color: #94b790;
}
#rodape #btsWiki a:hover {
background: #73b770;
color: #FFFFFF;
border: 1px solid #208022;
}
#btsPower{
padding: 5px 0px 5px 140px;
}
#btsPower img{
margin: 0px 2px;
}
#conteudo{
float: left;
margin: -130px 0px 0px 10px;
width: 425px;
padding-top: 80px;
text-align: justify;
color: #505050;
}
/* * * * Conteúdo * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebCSSConteudo}%
/* * * * Tabelas * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebCSSTabelas}%
%STOPINCLUDE%