Advertisement
Guest User

AOL Reader View Enhancement

a guest
Oct 25th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. Assign this CSS code to AOL Web Reader for better look
  3. If you are in Google Chrome, you can use Personalized Web for that:
  4. https://chrome.google.com/webstore/detail/personalized-web/plcnnpdmhobdfbponjpedobekiogmbco
  5. */
  6.  
  7. /* full width images */
  8. .article-item-full .article-content, .article-item-view .article-content {
  9.     max-width: none!important;
  10. }
  11.  
  12. /* make videos wider */
  13. .article-body iframe {
  14.     max-width: 900px !important;
  15.     width: 900px !important;
  16.     height: 500px !important;
  17. }
  18.  
  19. /* limit text width for readabilty */
  20. .article-content p,
  21. h2.article-title,
  22. .article-body blockquote {
  23.     max-width: 600px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement