Logo UFBA
 

CSS do Sítio

A especificação das tabelas está em TablesCSS.

%STARTINCLUDE%

body{
  font-family: sans-serif;
  font-size: 14px;
  margin: 0px;
  background-color: #FFFFFF;
}

#cabecalho{
  margin: 0px;
  height: 230px;
  background-image: url("%ATTACHURL%/fundo_topo.jpg");
}
#cabecalho big{
  display: block;
  height: 230px;
  background-image: url("%ATTACHURL%/topo.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
#cabecalho span{
  display: none;
}

#menu {
  width: 170px;
  float: left;
  margin: -50px 0px 0px 20px;
}
#menu h3 {
  font-size: 16px;
  font-weight: 900;
  color: #E0A0FF
}

#menuLinks {
  border-top: 2px dotted #D000D0;
}

#menuLinks a:link,
#menuLinks a:active,
#menuLinks a:visited{
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
  border-bottom: 2px dotted #D000D0;
  color: #A010B8;
}
#menuLinks a:hover{
  background-color: #FFAAFF;
  color: #700070;
}

#fBusca{
  margin: 20px 0px 0px 0px;
  text-align: center;
}
#fBusca input{
  text-align: center;
  font-size: 11px;
  color: #A050A0;
  width: 130px;
  border: 1px solid #C070C0;
}
#fBusca input#btBuscar{
  width: 20px;
  background-color: #E8A0E8;
}

#rodape{
   color: #F8C0F8;
   font-family: sans-serif;
   font-size: 11px;
   text-align: center;
   border-top: 2px dotted #E0A0E0;
   padding: 20px 20px 20px 20px;
   margin-top: 20px;
   clear: both;
}
#rodape a:link,
#rodape a:active,
#rodape a:visited{
   color: #F8C0F8;
}
#rodape a:hover{
   color: #E0A0E0;
}

#promocao{
  float: left;
}

#btsPower{
  text-align: right;
}
#btsPower img{
  margin-right: 10px;
}
#btsPower pre{
  float: right;
}

#conteudo {
  margin: 0px 10% 0px 230px;
  text-align: justify;
  color: #680078;
  font-size: 13px;
}

#conteudo a:link,
#conteudo a:active,
#conteudo a:visited{
  background-image: url("%ATTACHURL%/linha_link.png");
  background-repeat: repeat-x;
  background-position: 50% 50%;
  color: #C000C0;
  text-decoration: none;
}
#conteudo a:hover{
  color: #F000C0;
}

#conteudo #topicosPais{
  font-size: 11px;
  color:  #FFDDFF;
  margin: 10px 10px 0px 0px;
  text-align: right;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  background-image: none;
  color: #F0B0F0;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color:  #EF30E0;
  text-decoration: none;
}

#btsTWiki{
  position: relative;
  bottom: -2px;
  float: right;
}
#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{
  display: block;
  font-size: 0px;
  height: 30px;
  width: 35px;
  float: left;
  margin-left: 5px;
  border: 0px solid #FFFFFF;
  text-decoration: none;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
#btsTWiki a#btEdit:hover,
#btsTWiki a#btAnexar:hover,
#btsTWiki a#btVersao:hover,
#btsTWiki a#btMais:hover{
  border: 0px solid #E0E0E0;
  text-decoration: none;
}
#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");   }

}#PreviewNote{
  border: 3px dotted #580000;
  background-color: #F00000;
  margin: 0px 20px 0px 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 160%;
  font-weight: 800;
}

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #C040E0;
}
#conteudo h1 a:hover, #conteudo h2 a:hover,
#conteudo h3 a:hover, #conteudo h4 a:hover,
#conteudo h5 a:hover, #conteudo h6 a:hover{
  color: #9F040F0;
  text-decoration: none;
}
#conteudo h1{
  font-size: 210%;
  font-weight:900;
  text-align: center;
  margin: 20px 0px 20px 0px;
}
#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: 5px dotted #F040F0;
}  

#conteudo input{
  color: #803080;
  border: 1px solid #B050B0;
}

#conteudo ul{
  list-style-image: url("%ATTACHURL%/Spalt.png");
}
#conteudo ol{
  list-style-image: none;
}


/* * * * Tabelas * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{TablesCSS}%
%STOPINCLUDE%

-- RozaneSuzart? - 29 Apr 2005

Topic attachments
I Attachment Action Size Date Who Comment
pngpng BtAnexar.png manage 1.6 K 29 Apr 2005 - 14:26 UnknownUser  
pngpng BtEdit.png manage 1.1 K 29 Apr 2005 - 14:26 UnknownUser  
pngpng BtMais.png manage 1.0 K 29 Apr 2005 - 14:27 UnknownUser  
pngpng BtVersao.png manage 0.8 K 29 Apr 2005 - 14:27 UnknownUser  
jpgjpg fundo_topo.jpg manage 0.4 K 11 May 2005 - 13:39 UnknownUser  
pngpng menu.png manage 0.9 K 29 Apr 2005 - 13:38 UnknownUser  
jpgjpg topo.jpg manage 33.6 K 11 May 2005 - 13:54 UnknownUser  
pngpng topo.png manage 77.4 K 29 Apr 2005 - 22:41 UnknownUser  
Página Inicial >> ProjetoGrafico
Editar Anexar Versões Mais...
--> PPGAC-UFBA