Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. .post.link .postcontainer{
  2. padding:0;
  3. overflow:hidden;
  4. padding-bottom:5px;
  5. }
  6.  
  7. .post.link .description{
  8. padding-left:20px;
  9. padding-right:60px;
  10. padding-bottom:10px;
  11. }
  12.  
  13.  
  14. .post.link a.postlink{
  15. font-family:"Helvetica Neue", helvetica, Arial, sans-serif;
  16. font-size:12;
  17. color:#000;
  18. font-weight:bold;
  19. width:428px;
  20. padding-right:70px;
  21. display:block;
  22. padding-top:15px;
  23. padding-bottom:10px;
  24. padding-left:20px;
  25. text-decoration:none;
  26.  
  27. }
  28.  
  29. .post.link a.postlink span{
  30. background: url(http://static.tumblr.com/xsp9wak/PHAkloide/icon-linkpost-arrow.png) no-repeat top left;
  31. width:35px;
  32. height:36px;
  33. display:block;
  34. position:absolute;
  35. right:20px;
  36. top:50%;
  37. margin-top:-17px;
  38. opacity: .7;
  39. -moz-opacity: 0.7;
  40. }
  41.  
  42. .post.link a.postlink:hover span{
  43. opacity: 1;
  44. -moz-opacity: 1;
  45. }
  46.  
  47. .post.link .vialink{
  48. margin-left:20px;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement