Advertisement
Gotolei

Pic Style - Checkerboard Mod

May 21st, 2014
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. .picstyle_body {
  2. background-image: url(chrome://global/skin/media/imagedoc-darknoise.png) !important;
  3. }
  4.  
  5. .picstyle_img {
  6. background-image: url(http://i.imgur.com/iev5QYZ.png) !important;
  7. /* darknoise.png, with black erased */
  8. background-color: black !important;
  9. border: none !important;
  10. box-shadow: 0 0 15px black !important;
  11. transition: background-color .5s, box-shadow .3s !important;
  12. }
  13.  
  14. .picstyle_img:hover {
  15. background-color: -moz-Dialog !important;
  16. /* should be a light color */
  17. box-shadow: 0 0 15px white !important;
  18. transition: background-color .3s, box-shadow .5s !important;
  19. }
  20.  
  21. /*
  22. https://addons.mozilla.org/en-US/firefox/addon/pic-style-checkerboard/
  23. http://gfycat.com/GrippingImpassionedAustralianfreshwatercrocodile
  24. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement