RainbowDashite

Custom CSS Mascot

Aug 17th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @-moz-document domain("boards.4chan.org"), domain("rs.4chan.org") {
  2.  
  3. body::after {
  4.  
  5. position: fixed !important;
  6.  
  7. content: url('http://i.imgur.com/7XuLkam.png');
  8.  
  9. bottom: -3px !important;
  10.  
  11. right: 0px !important;
  12.  
  13. opacity:0.7;
  14.  
  15. z-index:-1;
  16.  
  17. }
  18.  
  19.  
  20.  
  21. /*
  22.  
  23. Default Values
  24.  
  25. bottom: -17px !important;
  26.  
  27. right: 0px !important;
  28.  
  29. */
  30.  
  31. }
Add Comment
Please, Sign In to add comment