Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #backgroundPopup {
  2. z-index:1;
  3. position: fixed;
  4. display:none;
  5. height:100%;
  6. width:100%;
  7. background:#000000;
  8. top:0px;
  9. left:0px;
  10. }
  11. #toPopup {
  12. font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  13. background: none repeat scroll 0 0 #FFFFFF;
  14. border: 10px solid #ccc;
  15. border-radius: 3px 3px 3px 3px;
  16. color: #333333;
  17. display: none;
  18. font-size: 14px;
  19. left:40%;
  20. margin-left: -402px;
  21. position:absolute;
  22. top: 20%;
  23. width: 70%;
  24. z-index: 2;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement