Advertisement
itskrystalized

popup lightbox 03# >> css

Jun 30th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. <style type="text/css">
  2. .backdrop { position:fixed; top:0; left:0; height:100%; width:100%; background-color:#000; background-color:rgba(0,0,0,0.8); z-index:8000; }
  3.  
  4. #ws-lightbox-outer { position:fixed; padding-top: 0px; left:50%; top:50%; border:0px; z-index:9999; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background-color: #ffffff; }
  5.  
  6. #ws-lightbox-outer iframe { overflow:hidden; padding:0px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement