Advertisement
imgirlrauhl

Tumblr Controls (invert)

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