Advertisement
nathan_lp

Part_1

Mar 4th, 2013
6,566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <style>
  2. .simple_overlay {
  3. display:none;
  4. position:fixed;
  5. z-index:10000000;
  6. background-color:#333;
  7. /*width:675px;*/
  8. /* min-height:200px;*/
  9. margin: auto auto;
  10. border:1px solid #666;
  11. -moz-box-shadow:0 0 90px 5px #000;
  12. -webkit-box-shadow: 0 0 90px #000;
  13. }
  14.  
  15. /* close button positioned on upper right corner */
  16. .simple_overlay .close {
  17. background-image:url(http://jquerytools.org/media/img/overlay/close.png);
  18. position:absolute;
  19. right:-15px;
  20. top:-15px;
  21. cursor:pointer;
  22. height:35px;
  23. width:35px;
  24. }
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement