Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*CODES BY PAINTHEMES.TUMBLR.COM*/
- .popup_block{
- display:none;
- background:#fff; /*change the color of your background*/
- padding:15px;
- border:1px solid #d6d6d6; /*change the color of your border*/
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- box-shadow:rgba(0,0,0,.06) 7px 7px; /*delete if you don't want shadow below your box*/
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:{color:background}; /* change the color of the background below the box */
- opacity:.7; /* change the opacity */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- /*CODES BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement