domingo, 25 de janeiro de 2015

hello

  .post-outer {
background: #FFFFFF;
box-shadow: inset 0px 0px 10px #ccc, 0px 0px 5px #ccc;
border-radius: 5px 5px 5px 5px;
border: 3px solid #F5F5F5;
outline-offset: -5px;
outline: 1px dashed #98FB98;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
-webkit-transition-duration: .60s;
}
   .post-outer:hover {
border-radius: 5px 5px 5px 5px;
border: 3px solid #E0FFFF
outline: 1px dashed #DDA0DD;
-webkit-transition-duration: .60s;

  .sidebar .widget {
background: #FFFFFF;
box-shadow: inset 0px 0px 10px #ccc, 0px 0px 5px #ccc;
border-radius: 5px 5px 5px 5px;
border: 3px solid #F5F5F5;
outline-offset: -5px;
outline: 1px dashed#DDA0DD;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
-webkit-transition-duration: .60s;
}
   .sidebar .widget:hover {
border-radius: 5px 5px 5px 5px;
border: 3px solid#F5F5F5;
outline: 1px dashed #DA70D6;
-webkit-transition-duration: .60s;
}
<style>
/*Títulos dos gadgets personalizados by Cat Girl*/
.sidebar h2 {
font-family: trebuchet ms; /* Fonte */
font-style: normal; /* Estilo da fonte, pode mudar para italic */
font-size: 14px; /* Tamanho da fonte */
text-align: center; /* Alinhamento do texto pode mudar para left ou right*/
color: #DDA0DD; /*Cor da fonte*/
background:  #98FB98; /* Cor do fundo */
padding-left: 12px;
margin-bottom: 5px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
/*Fim dos títulos dos gadgets personalizados, não retire créditos*/
}
</style>

Nenhum comentário:

Postar um comentário