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

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


#menu {
  width: 200px;
  float: left;
  background-image: url("%ATTACHURL%/");
}
#menu h3 {
  background-image: url("%ATTACHURL%/");
  height: 49px;
  font-size: 0px;
  margin: 0px;
}

#menuLinks {
  background-image: url("%ATTACHURL%/menu_base.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding-bottom: 20px;
}

#menuLinks a:link,
#menuLinks a:active,
#menuLinks a:visited{
  display: block;
  text-align: left;
  text-decoration: none;
  margin: 10px 15px 10px 40px;
  border-bottom: 1px solid #CCCCCC;
  color:   #000000;
}
#menuLinks a:hover{
  background-color: #CCFF33;
  border-bottom: 2px solid #CC0033;
  color:   #333300;
}
#fBusca{
  float: left;
  clear: left;
  margin: 20px 0px 0px 20px;
}
#fBusca input{
  text-align: center;
  font-size: 11px;
  color: #999999;
  width: 130px;
  border: 1px solid #999999;
}
#fBusca input#btBuscar{
  width: 20px;
}

#conteudo {
  margin: 20px 5% 0px 300px;
  text-align: justify;
  color:  #000000;
  font-size: 12px;
}

#conteudo a:link,
#conteudo a:active,
#conteudo a:visited{
  background-repeat: repeat-x;
  background-position: 50% 50%;
  color: #000000;
  text-decoration:none;
}
#conteudo a:hover{
  background-color: #CCFF33;
  border-bottom: 2px solid #CC0033;
  color:   #333300;
}


/* * *  Forum  * * */

.forum{
  margin: 10px 2px 2px 10px;
  padding: 5px;
  border: 2px solid #502020;
  background-color: #FFFFFF;
}
.forum:hover{
  background-color: #F8E0E0;
}

.tituloForumPost{
  font-size: 14px;
  border-bottom: 1px dotted #502020;
  margin: 0px 0px 6px 0px;
}

.tituloForumPost small{
  font-size: 9px;
  font-weight: 300;
  float: right;
  position: relative;
  top: -12px;
}

.forum .formForum{
  border-top: 1px dotted #502020;
}

.addComment spam{
  border-top: 1px dotted  #CC3300;
  border-left: 1px dotted  #CC3300;
  padding: 0px 5px 0px 5px;
  background-color:  #999999;
  position: relative;
  top: 5px;
  left: 5px;
}
.forum:hover .addComment spam{
  background-color: #FFD0D0;
}

.addComment a{
  text-decoration: none;
}

.formForum{
  margin: 20px 0px 0px 0px;
  text-align: right;
  padding: 4px 20px 4px 4px;
}


#rodape{
  clear: both;
  margin-top: 10px;
  border-top: 1px solid  #FFFF66;
  border-bottom: 1px solid  #FFFF66;
  background-color: #FF9933;
  padding: 22px 10% 2px 5%;
  line-height: 31px;
  color: #FFFF66;
  text-align: right;
}

#btsPower{
  float: left;
}
#btsPower img{
  margin-left: 10px;
}

#conteudo #topicosPais{
  font-size: 11px;
  color:  #FF6666;
  margin: 10px 10px 0px 0px;
  text-align: right;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color:  #FF6666;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color:  #999999;
  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: 30px;
  float: left;
  margin-left: 5px;
  border: 1px 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: 1px 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");   }


#btsFormata{
  position: absolute;
  right: 5px;
  top: 170px;
}#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:  #66CC00 ;
}
#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:  #66CC00;
  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{

  border: 2px dotted #999999;

}

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


-- RozaneZart - 14 Sep 2004

Topic attachments
I Attachment Action Size DateSorted ascending Who Comment
pngpng BtAnexar.png manage 1.5 K 19 Jan 2007 - 09:24 UnknownUser  
pngpng BtEdit.png manage 1.7 K 19 Jan 2007 - 09:24 UnknownUser  
pngpng BtMais.png manage 1.1 K 19 Jan 2007 - 09:24 UnknownUser  
pngpng BtVersao.png manage 1.0 K 19 Jan 2007 - 09:24 UnknownUser  
jpgjpg fundo_rodape.jpg manage 0.9 K 19 Jan 2007 - 09:24 UnknownUser  
jpgjpg fundo_topo.jpg manage 0.8 K 19 Jan 2007 - 09:24 UnknownUser  
jpgjpg logo.jpg manage 9.1 K 19 Jan 2007 - 09:24 UnknownUser  
pngpng menu.png manage 0.9 K 19 Jan 2007 - 09:24 UnknownUser  
jpgjpg topo.jpg manage 36.3 K 19 Jan 2007 - 09:24 UnknownUser  
jpgjpg topo_b.jpg manage 125.1 K 19 Jan 2007 - 09:24 UnknownUser  
Página Inicial >> ProjetoGrafico
Editar Anexar Versões Mais...
--> PPGAC-UFBA