Associação Software Livre.Org - powered by Foswiki
Amadeu > ProjetoGrafico > SkinCSS
Wiki-SL webs: Main | System | Sandbox   Log In or Register

Changes | Index | Search | Go

CSS do Sítio

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

#cabecalho{
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  font-size: 36px;
  line-height: 60px;
  font-weight: 900;
  background-color: #A0A0A0;
  color: #FFC000;
  text-align: center;
  border-bottom: 3px dotted #408040;
}

#Logotipo{
  position: absolute;
  top: 5px;
  left: 2px;
}

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

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

#menu{
  position: relative;
  top: 60px;
  width: 145px;
  float: left;
}

#menu ul{
  margin: 0px;
  padding: 5px;
}

#menu li{
  list-style: none;
  margin: 6px 0px 0px 0px;
  padding: 0px;
}

#menu a:link,
#menu a:active,
#menu a:visited{
  display: block;
  color: #707070;
  border: 2px dotted #C0C0C0;
  background-color: #E0E0E0;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 0px 1px 0px;
  text-decoration: none;
  text-align: center;
  width: 140px;
}
#menu a:hover{
  color: #409040;
  border: 2px dotted #A0A0A0;
  background-color: #FFFFFF;
}

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

#conteudo{
  min-height: 380px;
  padding: 0px 45px 5px 165px;
  color: #505050;
  text-align: justify;
  margin: 0px;
}

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

/*#conteudo p:first-letter{
  background-image: url("%ATTACHURL%/BolaPontilhada.png");
  background-repeat: no-repeat;
  color: #F0A000;
  font-size: 315%;
  font-weight: 900;
  padding-left: 3px;
  float: left;
}*/

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #F0B000;
}
#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 h1 a:hover, #conteudo h2 a:hover,
#conteudo h3 a:hover, #conteudo h4 a:hover,
#conteudo h5 a:hover, #conteudo h6 a:hover{
  color: #F0B000;
  text-decoration: none;
}

#conteudo hr{
  height: 0px;
  border: none;
  border-top: 2px dotted #F0B000;
}

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

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

#conteudo #topicosPais{
  font-size: 11px;
  color: #F0C000;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color: #F0B800;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color: #FF9000;
  text-decoration: none;
}

#btsTWiki{
  position: relative;
  bottom: 20px;
  float: right;
  z-index: 10;
}
#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{
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
  display: block;
  font-size: 0px;
  height: 16px;
  width: 16px;
  float: left;
  margin: 1px 6px 1px 1px;
  text-decoration: none;
}
#btsTWiki a#btEdit:hover,
#btsTWiki a#btAnexar:hover,
#btsTWiki a#btVersao:hover,
#btsTWiki a#btMais:hover{
  border: 2px solid #D0D0D0;
  background-color: #FFFFFF;
  margin: 0px 5px 0px 0px;
}
#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"); }

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

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

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

#conteudo table tr th{
  text-align: center;
  color: #F0F0F0;
  background-color: #A0A0A0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 2px solid #B0B0B0;
}

#conteudo table tr td{
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #B0B0B0;
}

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

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

#btsPower{
  position: relative;
  top: 60px;
  clear: left;
  margin: 30px 10px 10px 10px;
}
#btsPower a{
  margin-left: 5px;
}

#btsFormata{
  position: absolute;
  right: 5px;
  top: 10px;
}

#btsFormata a:link,
#btsFormata a:active,
#btsFormata a:visited{
  display: block;
  float: left;
  color: #989898;
  background-color: #A8A8A8;
  border: 1px solid #989898;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: 4px;
}
#btsFormata a:hover{
  color: #909090;
  background-color: #D0D0D0;
  border: 1px solid #909090;
}

#rodape{
  margin: 0px 0px 0px 0px;
  padding: 60px 110px 20px 110px;
  border-top: 2px dotted #80B080;
  background-color: #E8E8E8;
  text-align: justify;
  text-indent: 10px;
  color: #F8C050;
}

#rodape a:link,
#rodape a:active,
#rodape a:visited{
  color: #F0A000;
  text-decoration: none;
}
#rodape a:hover{
  color: #E08000;
}
%STOPINCLUDE%

-- AurelioAHeckert - 19 Jun 2004

I Attachment Action Size Date Who Comment
pngpng BtAnexar.png manage 0.2 K 19 Jun 2004 - 23:14 AurelioAHeckert Botão de Anexação
pngpng BtEdit.png manage 0.2 K 19 Jun 2004 - 23:02 AurelioAHeckert Botão de Edição
pngpng BtMais.png manage 0.2 K 19 Jun 2004 - 23:14 AurelioAHeckert Botão de Mais Opções
pngpng BtVersao.png manage 0.2 K 19 Jun 2004 - 23:13 AurelioAHeckert Botão de Versões

Parents: ProjetoGrafico

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