You are here

popup.css in Popup message 8

#backgroundPopup {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 9998;
}
#popupContact {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  background: #ffffff;
  border: 2px solid #cecece;
  z-index: 200;
  padding: 12px;
  font-size: 13px;
}
#popupContact h1 {
  text-align: left;
  color: #6fa5fd;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 2px;
  margin-bottom: 20px;
  margin-top: 5px;
}
#popupContactClose {
  font-size: 18px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #6fa5fd;
  font-weight: 700;
  display: block;
  cursor: pointer;
}

File

css/popup.css
View source
  1. #backgroundPopup {
  2. display: none;
  3. position: fixed;
  4. _position: absolute; /* hack for internet explorer 6*/
  5. height: 100%;
  6. width: 100%;
  7. top: 0;
  8. left: 0;
  9. background: #000000;
  10. border: 1px solid #cecece;
  11. z-index: 9998;
  12. }
  13. #popupContact {
  14. display: none;
  15. position: fixed;
  16. _position: absolute; /* hack for internet explorer 6*/
  17. background: #ffffff;
  18. border: 2px solid #cecece;
  19. z-index: 200;
  20. padding: 12px;
  21. font-size: 13px;
  22. }
  23. #popupContact h1 {
  24. text-align: left;
  25. color: #6fa5fd;
  26. font-size: 22px;
  27. font-weight: 700;
  28. border-bottom: 1px dotted #d3d3d3;
  29. padding-bottom: 2px;
  30. margin-bottom: 20px;
  31. margin-top: 5px;
  32. }
  33. #popupContactClose {
  34. font-size: 18px;
  35. line-height: 14px;
  36. right: 6px;
  37. top: 4px;
  38. position: absolute;
  39. color: #6fa5fd;
  40. font-weight: 700;
  41. display: block;
  42. cursor: pointer;
  43. }