Advertisement
planthed

popup box step 2

Sep 22nd, 2015
7,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /*CODES BY PAINTHEMES.TUMBLR.COM*/
  2. .popup_block{
  3. display:none;
  4. background:#fff; /*change the color of your background*/
  5. padding:15px;
  6. border:1px solid #d6d6d6; /*change the color of your border*/
  7. float:left;
  8. position:fixed;
  9. top:50%;left:50%;
  10. z-index: 99999;
  11. box-shadow:rgba(0,0,0,.06) 7px 7px; /*delete if you don't want shadow below your box*/
  12. }
  13.  
  14. #fade {
  15. display:none;
  16. position:fixed;
  17. left:0px;
  18. top:0px;
  19. width:100%;
  20. height:100%;
  21. z-index:9999;
  22. background:{color:background}; /* change the color of the background below the box */
  23. opacity:.7; /* change the opacity */
  24. }
  25.  
  26. *html #fade {position: absolute;}
  27. *html .popup_block {position: absolute;}
  28. /*CODES BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement