Advertisement
Guest User

Untitled

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