Advertisement
Guest User

Drowned in Sound

a guest
Nov 11th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 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, section#ticker, footer#footer  {
  9.             display: none !important;
  10.             }
  11.            
  12.     textarea {
  13.             font-family: Verdana, sans-serif !important;
  14.             }
  15.    
  16.     section#topics.board {
  17.         margin-left:160px !important;
  18.         }
  19.     }
  20.      
  21.     /* deep-blue */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement