Advertisement
Guest User

Untitled

a guest
Jun 9th, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.53 KB | None | 0 0
  1. * {
  2.     font-family: Calluna !important;
  3. }
  4.  
  5. #news-river header,
  6. .river-promo-inner,
  7. #most-popular,
  8. #photo-of-the-day,
  9. .box_bottom_left,
  10. .box_bottom_right,
  11. .photo-bottom-right,
  12. .photo-bottom-left,
  13. .box_top_left,
  14. .box_top_right,
  15. .box_grayoutline,
  16. .river-social,
  17. .flag,
  18. .tags,
  19. .comment_header,
  20. .comment,
  21. .box_content,
  22. #adv-masthead h1,
  23. #adv-search,
  24. #EntryStats,
  25. #more-in,
  26. .author_info a img,
  27. #adv-network,
  28. .author_byline .follow,
  29. #adv-section-nav,
  30. .blogname,
  31. #LastColumn,
  32. .top_stories,
  33. #adv-classified-nav {
  34.     display: none !important;
  35. }
  36.  
  37. .comment-count {
  38.     visibility: hidden !important;
  39. }
  40.  
  41. .module-tabs a:link.active, .module-tabs a:visited.active, .module-block, .river-end, #content header, #news-river .river-promo-inner, .river-feature-box, aside section, #footer, #adv-banner, #adv-banner #adv-condensed {
  42.     background: #fff !important;
  43. }
  44.  
  45. #adv-banner #adv-nameplate h3 {
  46.     overflow: hidden !important;
  47.     margin-left: 90px !important;
  48.     margin-top: 20px !important;
  49. }
  50.  
  51. #adv-banner #adv-nameplate h3 img {
  52.     margin-left: -70px !important;
  53. }
  54.  
  55. #adv-banner #adv-nameplate .adv-weather {
  56.     margin-right: -55px !important;
  57. }
  58.  
  59. #MasterContainer #adv-banner #adv-nameplate .adv-weather {
  60.     margin-right: -255px !important;
  61. }
  62.  
  63. #content .h1, #content .h2, #content .h3 {
  64.     font-weight: 700 !important;
  65. }
  66.  
  67. .author_byline {
  68.     padding-left: 0 !important;
  69.     font-weight: normal !important;
  70. }
  71.  
  72. #MainColumn {
  73.     margin-top: 0 !important;
  74.     margin-left: 116px !important;
  75. }
  76.  
  77. .breadcrumbs {
  78.     margin-bottom: 20px !important;
  79.     font-size: 1em !important;
  80.     font-style: italic !important;
  81. }
  82.  
  83. .breadcrumbs a {
  84.     font-weight: 400 !important;
  85.     color: #777 !important;
  86.     font-size: 1em;
  87. }
  88.  
  89. #article .entry-title {
  90.     font-size: 3em !important;
  91. }
  92.  
  93. #article .entry-content p {
  94.     font-size: 1.2em;
  95. }
  96.  
  97. .adv-photo-large {
  98.     background: none !important;
  99. }
  100.  
  101. .photo-data {
  102.     border: none !important;
  103.     padding-left: 0 !important;
  104.     padding-right: 0 !important;
  105. }
  106.  
  107. .photo-data .byline {
  108.     font-style: italic !important;
  109. }
  110.  
  111. .caption {
  112.     margin-left: 0 !important;
  113.     padding-top: 0.5em !important;
  114.     font-size: 1.3em !important;
  115. }
  116.  
  117. #footer .wrapper {
  118.     width: 588px !important;
  119. }
  120.  
  121. .footer-col {
  122.     border: none !important;
  123. }
  124.  
  125. .author_info {
  126.     margin-top: 0 !important;
  127. }
  128.  
  129. .updated {
  130.     margin-top: 20px !important;
  131.     font-size: 1em !important;
  132. }
  133.  
  134. #PageContent #MainColumn .entry_widget_left,
  135. #PageContent #MainColumn .entry_widget_right {
  136.     float: right !important;
  137.     margin-right: 0 !important;
  138.     margin-left: 20px !important;
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement