Estilo de post header (notes)
Então gente, hoje trouxe o estilo de post header (notes) do meu theme sorrow, que foi muito pedido a um tempinho atrás.
Visualize: (xx).
Cole isso antes de </head>
<link rel="stylesheet" type="text/css" href="http://goo.gl/F6c7pZ">
Cole isso no seu css (antes de </style>)
/*Post header por Gabriele (clamam.tumblr.com), dísponível em passo-html (passo-html.tumblr.com). Jamais retire os créditos!!!*/ .cl-perma{width:25px; left:333px; top:0px; position:absolute; z-index:9999;} .cl-perma a{width:25px; opacity:0; margin-bottom:3px; line-height:23px; height:23px; text-align:center; font-weight:bold; color:#000; background:#eee; margin-left:0px; vertical-align:middle; border:1px solid #ccc; display:block; transition:all .5s ease; -webkit-transition: all 1.5s linear; -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;} .posts:hover .cl-perma a{opacity:1;}
Cole isso após <div class="posts">
{block:IndexPage} <div class="cl-perma"> <a href="{Permalink}" target="_blank" title="{timeago}"><i class="fa fa-link"></i></a> <a href="{Permalink}" target="_blank" title="{notecountwithlabel}"><i class="fa fa-heart"></i></a> <a href="{ReblogURL}" target="_blank" title="reblogar"><i class="fa fa-refresh"></i></a></div> {/block:IndexPage}
Para mudar os ícones vá nesse site aqui.
Se gostar ou usar dê like e jamais retire os créditos! /Gabi.








