shotgunsandsass

Smiting That Fugly Iframe 2: The Reckoning

Aug 1st, 2017
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. /*-- PASTE THIS ANYWHERE IN YOUR CSS --*/
  2. /*-----------by omni themes------------*/
  3.  
  4. iframe.tmblr-iframe--unified-controls{
  5.     opacity: .5;
  6.     width: 500px;
  7.     position: fixed;
  8.     right: 5px;
  9.     top: 5px;
  10.     left: auto;
  11.     border-radius: 10px;
  12.     transform: scale(0.8);
  13.     transform-origin: top right;
  14.     -webkit-transition: ease-in-out 1s;
  15.     transition: ease-in-out 1s;
  16.     filter: invert(100%);
  17. }
  18.  
  19. iframe.tmblr-iframe--unified-controls:hover{
  20.     opacity: 1;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment