You are here

delta_popups.css in Delta 6

Same filename and directory in other branches
  1. 7 assets/popup_skin/delta_popups.css
.popups-box {
  border: 2px solid #EDF5FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0.9;
	position: absolute;
	top: 100px;
	bottom: 100px;
	left: 20px;
	right: 20px;
}
.popups-title {
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
}
.popups-title .popups-close a {
  color: red;  
}
.popups-box input {
  margin: 0.1em;
}
.popups-box input[type="text"]:focus, .popups-box input[type="password"]:focus, .popups-box textarea:focus {
  background-color: #FFA;
  outline: thin solid grey;
}
a.popups-processed {
  padding-right: 12px;
  background: url(popup-icon.png) no-repeat right;
}

File

assets/popup_skin/delta_popups.css
View source
  1. .popups-box {
  2. border: 2px solid #EDF5FA;
  3. -moz-border-radius: 8px;
  4. -webkit-border-radius: 8px;
  5. opacity: 0.9;
  6. position: absolute;
  7. top: 100px;
  8. bottom: 100px;
  9. left: 20px;
  10. right: 20px;
  11. }
  12. .popups-title {
  13. border-bottom: 1px solid #b4d7f0;
  14. background-color: #d4e7f3;
  15. color: #455067;
  16. margin-bottom: 0.25em;
  17. padding: 0.25em;
  18. -moz-border-radius-topleft: 5px;
  19. -webkit-border-radius-topleft: 5px;
  20. }
  21. .popups-title .popups-close a {
  22. color: red;
  23. }
  24. .popups-box input {
  25. margin: 0.1em;
  26. }
  27. .popups-box input[type="text"]:focus, .popups-box input[type="password"]:focus, .popups-box textarea:focus {
  28. background-color: #FFA;
  29. outline: thin solid grey;
  30. }
  31. a.popups-processed {
  32. padding-right: 12px;
  33. background: url(popup-icon.png) no-repeat right;
  34. }