Notes Hover by Brida #01
Visualize [xxx]
1) Cole esse cĂłdigo no seu css:
/*** NOTES HOVER 01 BY @AGRIDOCEJA - POR @PASSOHTML ***/ .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: #777; 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 â„




















