Advertisement
Guest User

AOL Reader View Enhancement

a guest
Oct 25th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. /* full width images */
  2. .article-item-full .article-content, .article-item-view .article-content {
  3.     max-width: none!important;
  4. }
  5.  
  6. /* make videos wider */
  7. .article-body iframe {
  8.     max-width: 900px !important;
  9.     width: 900px !important;
  10.     height: 500px !important;
  11. }
  12.  
  13. /* limit text width for readabilty */
  14. .article-content p,
  15. h2.article-title,
  16. .article-body blockquote {
  17.     max-width: 600px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement