Advertisement
parispier

Photoset Opacity

Jan 20th, 2013
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Copy and paste this code in Customize>Advanced Settings.
  2. There should be a box that is labeled "Add Custom CSS."
  3.  
  4. code begins here:
  5.  
  6. iframe.photoset {
  7. opacity: .80; -webkit-transition: all 0.6s ease-out;
  8. -moz-transition: all 0.6s ease-out;
  9. transition: all 0.6s ease-out;
  10. }
  11. iframe.photoset:hover {
  12. opacity: 100; -webkit-transition: all 0.6s ease-out;
  13. -moz-transition: all 0.6s ease-out;
  14. transition: all 0.6s ease-out;
  15. }
  16. iframe.photoset {
  17. opacity: .80; -webkit-transition: all 0.6s ease-out;
  18. -moz-transition: all 0.6s ease-out;
  19. transition: all 0.6s ease-out;
  20. }
  21. iframe.photoset:hover {
  22. opacity: 100; -webkit-transition: all 0.6s ease-out;
  23. -moz-transition: all 0.6s ease-out;
  24. transition: all 0.6s ease-out;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement