Notes Hover 01
Visualize [xxx]
1) Cole esse código no seu css:
/*** NOTES HOVER 01 BY BRIDABRAGA ***/ .posts .boxnotes {position:absolute; top:0; top:0; margin-top:10px; -webkit-transition: margin-top; -webkit-transition-timing-function: ease-in; -webkit-transition-duration: 1100ms; opacity: 0;} .posts{position:relative; -webkit-transition-duration: 1100ms;} .posts:hover .boxnotes{background: #fff; opacity: .8; color: #eee; font-family: Consolas; font-size:12px; margin-top:1px; text-align: center; width: 100%; height: 17px; -webkit-transition-duration: 1100ms;} .perma {background:; color: #777777;} .perma a{color: #777777;}img a{width:100%}
2) Agora cole esse código depois de {block:Photo}:
{block:Date}{block:IndexPage}<div class="boxnotes"><div class="perma"> <font color="#777">↻ </font><a href="{reblogurl}"target="_blank">reblog</a>{block:NoteCount} / <a href="{Permalink}" title="permalink"><font color="#777">❤ </font></span>{NoteCount}</a>{/block:NoteCount}</div></div> {/block:IndexPage}{/block:Date}
Para alterar a cor dos ícones de reblog e like, é só alterar onde está em negrito.
Mude todos “.posts” e “.posts:hover” para a div de custome dos seus posts.
Não remova os créditos, se pegar de like e bom uso! Por: Brida Braga ♥













