e-law-ise

Hover Text 2

Apr 18th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. iframe#tumblr_controls {
  2. top: 0% !important;
  3. right:0% !important;
  4. opacity:0.3;
  5. position: fixed !important;
  6. filter:alpha(opacity=100);
  7. -webkit-transition: all 0.7s ease;
  8. -moz-transition: all 0.7s ease;
  9. -o-transition: all 0.7s ease;
  10. }
  11. iframe#tumblr_controls:hover{
  12. top: 0% !important;
  13. right:0% !important;
  14. opacity:0.8;
  15. position: fixed !important;
  16. filter:alpha(opacity=100);
  17. -webkit-transition: all 0.7s ease;
  18. -moz-transition: all 0.7s ease;
  19. -o-transition: all 0.7s ease;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment