Canal

Páginas

20/06/2016

powe





BARRA DE ROLAGEM PERSONALIZADA ----------- */
/*** Rolagem da Vertical da Página ***/
::-webkit-scrollbar-thumb:vertical {
background: #9370DB; /*Cor da barrinha que se move*/
height:30px;
}
/*** Rolagem da Horizontal da Página***/
::-webkit-scrollbar-thumb:horizontal {
background-color:#9370DB; /*Cor da barrinha que se move*/
height:10px;
}
/*** Parte fixa da rolagem (fundo que não se move) ***/
::-webkit-scrollbar {
height:10px;
width:15px; /*Largura da barra de rolagem*/
background: #ffffff; /*Cor da parte fixa, que fica no fundo*/
}
/*Posts relacionados CSS*/
#estiloimg{
  width:120px; /*Largura da imagem*/
  height:120px; /*Altura da imagem*/
  border-radius:50%; /*Imagem redonda*/
}

.estilotexto{
  width:120px; /*Define a largura maxima da caixa do texto*/
  text-align:center; /*Alinha ao centro*/
  padding-left:3px; /*Define a distancia a esquerda*/
  height:65px; /*Define a altura*/
  margin: 3px 0pt 0pt; /*Margens*/
  padding: 0pt; /*Distancia em textos*/
  font-size: 12px; /*tamanho da fonte*/
  line-height: normal; /*Altura da linha*/
}

#footer-wrapper {
background: url(http://i67.tinypic.com/ir6ons.png)  no-repeat left; /*** cor do fundo ***/
background-repeat: repeat;
z-index: 100;
height: 80px;
clear: both;
font-size: 300%; /*** tamanho da fonte ***/
color: #000000; /*** cor da fonte ***/
text-align: center; /*** alinhamento da fonte ***/
padding: 1px;
font-family: Comic Scans MS;
font-size: 20px;
border: 3px dotted #000000;