CSS do Sítio

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

%STARTINCLUDE%

body{
  margin: 0px;
  background-color: #E0E0E0;
  background-image: url("%ATTACHURL%/FundoCinza.png");
  font-family: sans-serif;
  font-size: 12px;
}

#cabecalho{
  height: 242px;
  background-image: url("%ATTACHURL%/FundoTopo.jpg");
  margin: 0px;
  font-size: 0px;
  line-height: 0px;
}
#cabecalho small{
  display: block;
  width: 420px;
  height: 242px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("%ATTACHURL%/FundoTopoEsq.jpg");
  font-size: 0px;
  line-height: 0px;
}

#menu{
  position: absolute;
  top: 10px;
  right: 40px;
  width: 300px;
  height: 200px;
  font-family: sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
}

#menu ul, #menu li{
  margin: 0px;
  padding: 2px;
  list-style: none;
  text-align: right;
}

#menu li a:link,
#menu li a:active,
#menu li a:visited{
  color: #0070D0;
  text-decoration: none;
}
#menu li a:hover{
  color: #0060B0;
  text-decoration: none;
}

#menu input{
  border: 1px solid #0080D0;
  background-color: #50C0FF;
  color: #0080D0;
  width: 100px;
  height: 17px;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  padding: 0px;
}
#menu #btBuscar{
  background-color: #0098F0;
  color: #50C0FF;
  width: 18px;
  font-family: monospace;
  font-weight: 900;
  font-size: 11px;
  line-height: 9px;
}

#conteudoBorda1{
  background-image: url("%ATTACHURL%/FundoContEsq.png");
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}
#conteudoBorda2{
  background-image: url("%ATTACHURL%/FundoContBaixo.png");
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
#conteudo{
  background-image: url("%ATTACHURL%/FundoContBaixoEsq.png");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  padding: 1px 30px 40px 60px;
  text-align: justify;
}

#conteudo hr{
  border: none;
  height: 0px;
  border-top: 4px double #0090D0;
}

#conteudo a:link, #conteudo a:active, #conteudo a:visited{
  color: #0070C0;
  text-decoration: none;
}
#conteudo a:hover{
  color: #0050B0;
  text-decoration: underline;
}

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #0060B0;
}
#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: #0060B0;
  text-decoration: none;
}
#conteudo h1{
  font-size: 210%;
  font-weight:900;
  text-align: center;
  color: #FFFFFF;
  background-color: #0090F0;
  border-top: 2px solid #00B8FF;
  border-bottom: 2px solid #00B8FF;
  margin: 5px 10px 20px 10px;
}
#conteudo h1 a:link, #conteudo h1 a:active,
#conteudo h1 a:visited, #conteudo h1 a:hover{
  color: #FFFFFF;
}
#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 #topicosPais{
  font-size: 11px;
  color: #0080D0;
  margin-top: 10px;
  position: absolute;
  top: 200px;
  left: 170px;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color: #0070C0;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color: #0060B0;
  text-decoration: none;
}


#conteudo #revisao{
  position: relative;
  bottom: -8px;
  float: left;
  font-size: 9px;
  color: #C0C0C0;
}
#conteudo #revisao a:link,
#conteudo #revisao a:active,
#conteudo #revisao a:visited{
  color: #C0C0C0;
  text-decoration: none;
}
#conteudo #revisao a:hover{
  color: #909090;
  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: 20px;
  width: 20px;
  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;
}
#btsFormata a:link,
#btsFormata a:active,
#btsFormata a:visited{
  display: block;
  color: #0090F0;
  background-color: #00A0FF;
  border: 1px solid #0090F0;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-bottom: 4px;
}
#btsFormata a:hover{
  color: #0070C0;
  background-color: #00B0FF;
  border: 1px solid #0080D0;
}


#rodape{
  padding: 5px 60px 10px 80px;
  text-align: justify;
  text-indent: 11px;
  color: #A0A0A0;
  font-size: 10px;
}
#rodape a:link,
#rodape a:active,
#rodape a:visited{
  color: #808080;
  text-decoration: none;
}
#rodape a:hover{
  color: #505050;
}

#btsPower{
  margin: 10px;
}
#btsPower img{
  margin-right: 10px;
}

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

code {
  color: #000066;
}

div.fragment {
  background : #FFFFCC;
  border : 1px solid #CCCCCC;
  margin-left : 2em;
  margin-right : 2em;
  padding : 4px;
}


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

-- AurelioAHeckert - 05 Sep 2004

Topic attachments
I Attachment Action Size Date Who Comment
pngpng BtAnexar.png manage 0.2 K 05 Sep 2004 - 23:37 AurelioAHeckert  
pngpng BtEdit.png manage 0.2 K 05 Sep 2004 - 23:37 AurelioAHeckert  
pngpng BtMais.png manage 0.2 K 05 Sep 2004 - 23:39 AurelioAHeckert  
pngpng BtVersao.png manage 0.2 K 05 Sep 2004 - 23:38 AurelioAHeckert  
pngpng FundoCinza.png manage 13.7 K 05 Sep 2004 - 23:41 AurelioAHeckert  
pngpng FundoContBaixo.png manage 2.4 K 05 Sep 2004 - 23:41 AurelioAHeckert  
pngpng FundoContBaixoEsq.png manage 3.0 K 05 Sep 2004 - 23:41 AurelioAHeckert  
pngpng FundoContEsq.png manage 3.9 K 05 Sep 2004 - 23:41 AurelioAHeckert  
jpgjpg FundoTopo.jpg manage 0.4 K 05 Sep 2004 - 23:40 AurelioAHeckert  
jpgjpg FundoTopoEsq.jpg manage 28.4 K 05 Sep 2004 - 23:40 AurelioAHeckert  
Topic revision: r5 - 28 Oct 2004 - 17:04:48 - AntonioTerceiro
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki-SL? Send feedback