Difference: FolhaDeEstilos (6 vs. 7)

Revision 722 Jul 2010 - FlavioAraujo

Line: 1 to 1
 
%STARTINCLUDE%
<style type="text/css" media="screen">
/***********************Estrutura básica***********************/
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: arial, verdana, tahoma, sans;
}

body {
  padding: 10px 0px;
  background-color: #B6CDB6;
}

#topo {
  margin: auto;
  width: 760px;
  text-align: center;
  min-height: 10px;
  background-color: #943634;
  border-bottom: 5px solid #B6CDB6;
}

#corpo {
  margin: auto;
  width: 760px;
  min-height: 10px;
  background-color: #DD7F1F;
}

#menu {
  float: left;
  width: 186px;
  min-height: 10px;
}

#conteudo {
  position: relative;
  float: left;
  width: 542px;
  min-height: 500px;
  *height: 500px;
  background-color: white;
  border-left: 2px solid #B6CDB6;
}

#rodape {
  border-top: 5px solid #B6CDB6;
  float: right;
  width: 760px;
  min-height: 10px;
  background-color: #DD7F1F;
  font-size: 10px;
}

#edicao {
  margin: auto;
  text-align: center;
  width: 760px;
  min-height: 10px;
  /** height: 10px;*/
}

.clear { clear: both;}
/*----------------------------Estrutura básica----------------------------*/

/****************************Topo**************************/
#topo {
  text-align: center;
}

#topo h1 {
  color: white;
  font-size: 32px;
  background-color: #E5B8B7;
}

#topo a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

#topo img {
  float: left;
}
/*----------------------------------Topo---------------------------------*/

/****************************Menu**************************/
#menu {
}

#menu ul {
  list-style-type: none;
  z-index: 1;
}

#menu li {
  position: relative;
}

#menu ul a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 6px 15px;
}

#menu ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100%;
  display: none;
  background-color: #DD7F1F;
  border: 1px solid white;
}

#menu ul ul a {
  font-size: 11px;
  padding: 5px 15px;
  border: 1px solid white;
}

#menu ul ul a:hover {
}

#menu li li {
}
/*----------------------------------Menu---------------------------------*/

/**************************Conteúdo************************/
#conteudo {
  padding: 15px;
  font-size: 13px;
}

#conteudo ul {
  padding-left: 30px;
}

#conteudo h1, #conteudo h2, #conteudo h3 {
  color: #7d2625;
}

#conteudo a, #conteudo a:visited {
  color: #7d2625;
  text-decoration: none;
}

#conteudo a:hover {
  text-decoration: underline;
}

#conteudo p {
  padding: 10px 0px;
}

#conteudo thead th {
  padding: 5px;
}

#conteudo tbody td {
  padding: 3px;
}

#conteudo #logos {
  position: relative;
  right: -15px;
  float: right;
  height: 325px;
  width: 78px;
  background-image: url('/twiki/pub/SUPAC/FolhaDeEstilos/lateraldir.gif');
}

#conteudo #logos img{
  position: relative;
  top: 85px;
  right: -13px;
  padding-bottom: 15px;
}
/*--------------------------------Conteúdo------------------------------*/
/***************************Rodapé*************************/
Changed:
<
<
.itemRodape {
>
>
#rodape div { float: left; }

#rodape {

  color: white; font-size: 11px; border-color: #B6CDB6; border-style: solid; text-align: center; float: left;
Added:
>
>
white-space: pre-line; padding: 10px 0px;
 }
Changed:
<
<
.itemRodape a {
>
>
#rodape a {
  color: black; text-decoration: none;
Added:
>
>
font-weight: bold;
 }
Changed:
<
<
.itemRodape a:hover {
>
>
#rodape a:hover {
  text-decoration: underline; }

#endereco { border-bottom-width: 2px; border-right-width: 2px; height: 40px; width: 590px; padding-top: 8px; font-size: 14px; }

#email { border-bottom-width: 2px; font-size: 14px; font-weight: bold; height: 33px; width: 168px; padding-top: 15px; }

#webdesign, #atualizacao, #ano { padding: 5px; }

#webdesign, #atualizacao { border-right-width: 2px; width: 284px; }

#ano { width: 158px; } /*---------------------------------Rodapé-------------------------------*/

#edicao a, #edicao a:visited { color: #943634; font-size: 11px; text-decoration: none; font-weight: bold; }

 
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