Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #simplemodal-overlay {
  2. background-color:#000;
  3. }
  4.  
  5. #simplemodal-container {
  6. height:400px;
  7. width:600px;
  8. background-color:#fff;
  9. border:3px solid #ccc;
  10. }
  11.  
  12. #simplemodal-container iframe{
  13. height:400px;
  14. width:600px;
  15. }
  16.  
  17. #simplemodal-container a.modalCloseImg {
  18. background:url(images/x.png) no-repeat;
  19. width:25px;
  20. height:29px;
  21. display:inline;
  22. z-index:3200;
  23. position:absolute;
  24. top:-14px;
  25. right:-18px;
  26. cursor:pointer;
  27. }
  28.  
  29. #simplemodal-container p.larger a {
  30. background:url(images/viewlarger.png) no-repeat;
  31. display:inline;
  32. z-index:3200;
  33. position:absolute;
  34. bottom:-24px;
  35. right:-28px;
  36. cursor:pointer;
  37. color:#fff;
  38. padding-left:20px;
  39. height:20px;
  40. width:80px;
  41. text-decoration:none;
  42. font-size:0.8em;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement