Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Então vamos lá procure por <div class='post-header-line-1'/>,
- você vai achar dois códigos desse mas o que precisamos é o segundo. Ele vai estar assim:
- <div class='post-header'>
- <div class='post-header-line-1'/>
- </div>
- <b:if cond='data:blog.metaDescription == ""'>
- <!-- Then use the post body as the schema.org description,
- for good G+/FB snippeting. -->
- Para facilitar procure por Then use the post body as the schema.
- Agora que achou o código, entre o código <div class='post-header-line-1'/> e
- </div> cole os três códigos que vou deixar no final do bloco.
- Deve ficar assim:
- <div class='post-header'>
- <div class='post-header-line-1'/>
- [OS TRÊS CÓDIGOS]
- </div>
- Eu já vou colocar os códigos com divisão tá bom?
- <span class='post-author vcard'>
- <b:if cond='data:top.showAuthor'>
- <data:top.authorLabel/>
- <span class='fn'><data:post.author/></span>
- </b:if>
- </span>
- ||
- <span class='post-labels'>
- <b:if cond='data:post.labels'>
- <data:postLabelsLabel/>
- <b:loop values='data:post.labels' var='label'>
- <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
- </b:loop>
- </b:if>
- </span>
- ||
- <span class='post-comment-link'>
- <b:if cond='data:blog.pageType != "item"'>
- <b:if cond='data:post.allowComments'>
- <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
- </b:if></b:if>
- </span>
- Agora para personaliza-lo, tipo cores, fontes vá ate o ]]></b:skin> e acima dele cole isso:
- .post-header, .dados {
- color: #929292;
- font-size: 10px;
- border-bottom: solid 1px #c8bdd2; /*cinza*/
- padding: 1px 0 1px 12px; /*espaço topo direita baixo esquerda/*
- margin: 0;
- font-family: Pf Arma Five; /*Fonte*/
- border-bottom: 1px dashed #ccc; /*cinza*/
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement