Advertisement
imgirlrauhl

Tumblr Controls

Jan 19th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. iframe#tumblr_controls {
  2. right:3px !important;
  3. position: fixed !important;
  4. opacity: 0.2;
  5. -webkit-transition: opacity 0.7s linear;
  6. -webkit-transition: all 0.5s ease-in-out;
  7. -moz-transition: all 0.5s ease-in-out;
  8. -o-transition: all 0.5s ease-in-out;
  9. transition: all 0.5s ease-in-out;
  10. }
  11.  
  12. iframe#tumblr_controls:hover {
  13. opacity: .7;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement