Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. @-moz-document url-prefix("http://drownedinsound.com") {
  2. body {
  3.     background-color: #fff !important;
  4.     color: #000 !important;
  5.     font-family: Verdana, sans-serif !important;
  6.     }
  7.    
  8. section#head {
  9.     display: none !important;
  10.     }
  11.    
  12. section#ticker {
  13.     display: none !important;
  14.     }
  15.    
  16. textarea {
  17.     font-family: Verdana, sans-serif !important;
  18.     }
  19. }
  20.  
  21. /* deep-blue */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement