shotgunsandsass

Smiting That Fugly Iframe

Nov 17th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 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.7);
  13.     transform-origin: top right;
  14.     -webkit-transition: ease-in-out 1s;
  15.     transition: ease-in-out 1s;
  16. }
  17.  
  18. iframe.tmblr-iframe--unified-controls:hover{
  19.     opacity: 1;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment