Advertisement
Carolaine_Vieira

Post Notes

May 2nd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. /* into style */
  2.  
  3. .postnotes { margin-top:30px; }
  4. ol.notes {padding: 0px; margin: 5px 0 100px 0px; list-style-type: none;}
  5. ol.notes a {text-decoration: none;}
  6. ol.notes li.note {display: inline-block; margin:0; padding: 0;}
  7. ol.notes li.note img.avatar {width: 34px; height: 34px;margin-bottom: -4px; padding: 2px;}
  8. aside.permalink_page {margin-top:30px; margin-bottom: 60px;}
  9. span.action {display:none;}
  10. ol.notes li.note:hover span.action {display: block;}
  11. ol.notes li.note blockquote {display:none;}
  12. ol.notes li.note:hover blockquote{display: block;}
  13. span.action {position: absolute; width: 150px; margin-left: -60px; margin-top: -6px; padding: 5px; padding-left:10px; padding-right:10px; font-size:12px; color:#fff; background-color:#333; text-align: center; z-index: 4;}
  14. span.action:after {content: ""; position: absolute; width: 0; height: 0; border-width: 7px; border-style: solid; border-color: transparent transparent #333 transparent; top: -14px; left: 70px;}
  15. ol.notes li.note blockquote {position: absolute; width: 150px; background-color: #333; z-index: 1; padding: 40px 5px 5px 5px; margin-left: -60px; border:0; }
  16. ol.notes li.note.more_notes_link_container {display:block; margin-top: 20px; text-align: center;}
  17. ol.notes li.note.more_notes_link_container a {color:#000; font-weight:bold; text-transform:uppercase;}
  18. span.action a {color:#ff9999;}
  19.  
  20. --------------------------------------------------------------------
  21.  
  22. <!-- into body -->
  23. {block:PostNotes}
  24. <div class="postnotes">{PostNotes-64}</div>
  25. {/block:PostNotes}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement