Advertisement
Guest User

Paste this before </syle> or after <style>

a guest
Jul 22nd, 2013
8,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. #fade {
  2.     display:none;
  3.     background:#000;
  4.     position:fixed;
  5.     left:0; top:0;
  6.     width:100%;
  7.     height:100%;
  8.     opacity:.80;
  9.     z-index:9999; }
  10. .popup_block {
  11.     display:none;
  12.     background:#fff;
  13.     padding:10px;
  14.     border:10px solid #f2e7e2;
  15.     float:left;
  16.     font-size:10;
  17.     position:fixed;
  18.     top:50%; left:50%;
  19.     z-index:99999;
  20.     -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  21. img.btn_close {
  22.     float:right;
  23.     margin:3px 3px 0px 0px; }
  24. *html #fade { position:absolute; }
  25. *html .popup_block { position:absolute; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement