Advertisement
Drwendy

Ajudinha

Dec 13th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Então vamos lá procure por <div class='post-header-line-1'/>,
  2. você vai achar dois códigos desse mas o que precisamos é o segundo. Ele vai estar assim:
  3.  
  4.  
  5. <div class='post-header'>
  6. <div class='post-header-line-1'/>
  7. </div>
  8.  
  9. <b:if cond='data:blog.metaDescription == &quot;&quot;'>
  10. <!-- Then use the post body as the schema.org description,
  11. for good G+/FB snippeting. -->
  12.  
  13.  
  14. Para facilitar procure por Then use the post body as the schema.
  15.  
  16. Agora que achou o código, entre o código <div class='post-header-line-1'/> e
  17. </div> cole os três códigos que vou deixar no final do bloco.
  18.  
  19. Deve ficar assim:
  20. <div class='post-header'>
  21. <div class='post-header-line-1'/>
  22. [OS TRÊS CÓDIGOS]
  23. </div>
  24.  
  25.  
  26. Eu já vou colocar os códigos com divisão tá bom?
  27.  
  28. <span class='post-author vcard'>
  29. <b:if cond='data:top.showAuthor'>
  30. <data:top.authorLabel/>
  31. <span class='fn'><data:post.author/></span>
  32. </b:if>
  33. </span>
  34. ||
  35. <span class='post-labels'>
  36. <b:if cond='data:post.labels'>
  37. <data:postLabelsLabel/>
  38. <b:loop values='data:post.labels' var='label'>
  39. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  40. </b:loop>
  41. </b:if>
  42. </span>
  43. ||
  44. <span class='post-comment-link'>
  45. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  46. <b:if cond='data:post.allowComments'>
  47. <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>
  48. </b:if></b:if>
  49. </span>
  50.  
  51.  
  52. Agora para personaliza-lo, tipo cores, fontes vá ate o ]]></b:skin> e acima dele cole isso:
  53.  
  54. .post-header, .dados {
  55. color: #929292;
  56. font-size: 10px;
  57. border-bottom: solid 1px #c8bdd2; /*cinza*/
  58. padding: 1px 0 1px 12px; /*espaço topo direita baixo esquerda/*
  59. margin: 0;
  60. font-family: Pf Arma Five; /*Fonte*/
  61. border-bottom: 1px dashed #ccc; /*cinza*/
  62. text-align: center;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement