Difference: ArcoCSS ( vs. 1)

Revision 126 Oct 2006 - DanielaFeitosa

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="ProjetoGrafico"

CSS do Sítio

%STARTINCLUDE%

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

#cabecalho{
  height: 86px;
  background-color: #006600;
  margin: 0px 0px 10px 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#PreviewNote{
  border: 3px solid #006600;
  background-color: ##F5F5F5;
  margin: 0px 20px 0px 20px;
  color: #993300;
  text-align: center;
  font-size: 160%;
  font-weight: 800;
}

/* * * Menu * * * * * * * * * * * * * * * * * * * * * */

#menu{
  width: 120px;
  max-width: 110px;
  padding: 10px;
  float: left;
}

#menu div{
  Xborder-top: 1px solid #006600;
  Xborder-bottom: 1px solid #006600;
}

#menu a:link,
#menu a:active,
#menu a:visited{
  display: block;
  color: #006600;
  border-bottom: 1px solid #006600;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
  text-align: center;
}
#menu a:hover{
  color: #FFFFFF;
  background-color: #006600;
}

/* * * Conteudo * * * * * * * * * * * * * * * * * * * */

#conteudo{
  min-height: 500px;
  color: #505050;
  text-align: justify;
  position: relative;
  left: 15px;
  margin-left: 115px;
  margin-right: 180px;
}

#conteudo p{
  text-indent: 30px;
}

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #006600;
  padding-left: 10px;
}
#conteudo h1{ font-size: 175%; text-align: center; }
#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: 1px solid #006600;
  width: 100%;
}

#conteudo ul{
  margin: 0px 0px 0px 0px;
  padding: 10px;
}

#conteudo li{
  margin: 0px 0px 0px 20px;
}

#conteudo a:link,
#conteudo a:active,
#conteudo a:visited{
  color: #006600;
  text-decoration: none;
}
#conteudo a:hover{
  color: #CDC9C9;
  text-decoration: underline;
}

/*#conteudo .atencao{
  left: 30%;
  padding: 10px;
  border: 1px dotted #006600;
  background-color: #CDC9C9;
  color: #000000;
  text-align: center;
}*/

#conteudo .atencao{
  position: relative;
  margin-left: 150px;
  margin-right: 150px;
  border: 2px dashed #006600;
  background-color: #CDC9C9;
  color: #000000;
  padding: 8px;
  text-align: center;
}

#conteudo .atencao p strong{
  margin: 10px 0px 0px 0px;
  width: 150px;
  text-indent: 30px;
}
 
#conteudo .atencao strong{
  color: #33300;
}

#conteudo #topicosPais{
  font-size: 11px;
  color: #006600;
  align: right;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color: #006600;
  text-decoration: none;
  align: right;
}
#conteudo #topicosPais a:hover{
  color: #D8D8D8;
  text-decoration: none;
  align: right;
}

/* * * Tabelas * * * * * * * * * * * * * * * * * * * */

#conteudo table{
  margin: auto auto auto auto;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #006600;
  border-bottom: 2px solid #006600;
  empty-cells: show;
}

#conteudo table tr th,
#conteudo table tr td{
  color: black;
  font-size: 12px;
  padding: 1px 1px 1px 1px;
  border: none;
}

#conteudo table tr th{
  text-align: center;
  color: #133300;
  background-color: #CDC9C9;
  border-left: 1px solid  #8B8989;
  border-right: 1px solid  #8B8989;
  border-bottom: 1px solid #006600;
}

#conteudo table tr td{
  border-left: 1px solid #CDC9C9;
  border-right: 1px solid #CDC9C9;
  border-bottom: 1px solid #8B8989;
}

#conteudo #anexos table tr th,
#conteudo #anexos table tr td{
  font-size: 9px;
}
#conteudo #anexos table tr td img{
  display: none;
}

#esquerda {
    position: absolute;
    left: 5px;
    top: 450px;
    width: 115px;
    text-align: center;
    font-size: 10px;
}
#esquerda #imagens {
    max-width: 115px;
    background: #FFFFFF;
    border: 1px solid #808080;
    text-align: center;
    padding: 5px 0 5px 0;
    text-decoration: none;
}
#esquerda #imagens img {
    width: 115px;
    border: none;
}

/* ***************************************** */

#rodape{
  padding: 5px 15% 10px 15%;
  text-align: justify;
  color: #D8D8D8;
  font-size: 11px;
}

#rodape a:link,
#rodape a:active,
#rodape a:visited{
  color: #C0C0C0;
  text-decoration: none;
}
#rodape a:hover{
  text-decoration: underline;
}
#rodape hr{
  border-top: 1px solid #CDC9C9;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
%STOPINCLUDE%

-- DanielaFeitosa - 26 Oct 2006

 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback