Advertisement
Guest User

LOR White

a guest
Aug 21st, 2015
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.linux.org.ru") {
  4. * {color: #404040 !important;
  5.     background-color: #dbdbdb !important;
  6.     border:0 !important;}
  7. .news {border-top: 1px dashed #555 !important;}
  8. .boxlet { border-bottom: 1px dashed #999 !important;}
  9. .messages .msg {border-bottom: 1px dashed #999 !important;}
  10. HR,IFRAME {display:none !important;}
  11. .message-table TD {border-bottom:1px dashed #ccc !important;}
  12. }
  13.  
  14. #bd a,#bd a:visited {
  15.     color: #718d9d !important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement