Advertisement
midnightmarauder

CSSperma

Aug 18th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /* CSS Document */
  2.  
  3. .permalinkPage .permaThings{margin-bottom:5px;}
  4. .permalinkPage .permaThings a{border:0;}
  5. .permalinkPage .permaThings .pictos{margin-right:8px;font-size:1.1em;}
  6.  
  7. .perma_notes .clear {
  8. margin:0;
  9. padding:0;
  10. height:0px;
  11. }
  12.  
  13. .perma_notes a{border:0;}
  14. .perma_notes .avatar {
  15. border:none;
  16. margin:0;
  17. padding:0;
  18. width: 32px;
  19. height: 32px;
  20. }
  21.  
  22. .perma_notes ol {
  23. margin:0;
  24. padding:0;
  25. }
  26.  
  27. .perma_notes li {
  28. margin:0;
  29. padding:0;
  30. width:32px;
  31. list-style:none;
  32. border:none;
  33. float:left;
  34. margin: 0px 2px 2px;
  35. margin-bottom:4px;
  36. height:32px;
  37. }
  38.  
  39. .perma_notes .note .action {
  40. display:none;
  41. visibility:hidden;
  42. margin:0;
  43. padding:0;
  44.  
  45. }
  46.  
  47. .perma_notes .note a:hover{border:0 !important;}
  48. .more_box{
  49. width:30px;
  50. height:30px;
  51. color:#c4302b;
  52. margin:0;
  53. padding:0;
  54. float:left;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement