Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. /* Z-index of #mask must lower than #boxes .window */
  3. #mask { position:absolute; z-index:9000; background-color:#000; display:none; top:0; }
  4.  
  5. #boxes .window { position:absolute; top:20%; width:900px; height:600px; display:none; z-index:9999; }
  6.  
  7. /* Customize your modal window here, you can add background image too */
  8. #boxes #dialog,#boxes #dialog2 { width:840px; height:600px; background:#fff; padding:20px; -moz-border-radius: 8px; -webkit-border-top-radius: 8px; -webkit-border-bottom-radius: 8px; border-top-radius: 8px; border-bottom-radius: 8px;-moz-border-radius: 8px; -webkit-border-radius: 8px; }
  9. #boxes #dialog p,#boxes #dialog2 p { font-size: 24px;font-weight:bold; color:#1d6720; margin:0 0 0 20px; }
  10. #boxes #dialog .close,#boxes #dialog2 .close { position:absolute; top:20px; right:50px;padding-right:30px; color:#ff0000; text-decoration:none; font-size:24px; font-weight:bold;position:absolute; background:url(croix.png) center right no-repeat; }
  11.  
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement