Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. @-moz-document domain("tumblr.com") {
  2. .read_more { position: relative; left: -210px !important; color: transparent !important; font-size: 0px !important; }
  3.  
  4. a.read_more { text-decoration: none !Important; border-bottom: 0px !important; }
  5.  
  6. .read_more:after {
  7. color: #252525 !important;
  8. content: " →";
  9. font-size: 17px !important;
  10. }
  11. .read_more:before {
  12. color: #393939 !important;
  13. content: "Read More";
  14. font-size: 13px !important;
  15.  
  16. }
  17.  
  18. .post-form--form blockquote, .post_body blockquote {
  19. border-left: 4px solid #e6e6e6 !important;
  20. padding: 0px 0px 0px 10px !important;
  21. }
  22.  
  23. small {font-size: 10px !important;}
  24.  
  25. pre {
  26. white-space: pre-wrap !important;
  27. word-wrap: break-word !important;
  28. overflow-x: auto !important;
  29. }
  30.  
  31. .post_body a, .post-form--form a {
  32. background-image:none !important;
  33. padding-bottom: 0px !important;
  34. text-decoration: underline !important;
  35. }
  36.  
  37. .post_body { font-family: "Arial,sans-serif !important; }
  38.  
  39. .post_title { font-family: "Arial,sans-serif !important; }
  40.  
  41.  
  42.  
  43. .post-content .title-field *, .post-content .caption-field .editor {font-weight: normal !important; font-size: 12px !important; margin-bottom: 0px !important;}
  44.  
  45. .quote_source_table {float: right !important;}
  46.  
  47. #previous_page_link { position: relative; right: -376px !important; }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement