Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /*No background images. try to exclude icons, other misc items. */
  2.  
  3. *:not(:empty):not([onclick*="open"]):not(span):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="prite"]):not([id*="prite"]):not([id*="lbImage"]) {
  4. background-image: none !important;
  5. }
  6.  
  7. /* Basic Bodies */
  8. html,
  9. body {
  10. background: none #141414 !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement