promptcss.css 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. body{
  2. background: yellow;
  3. }
  4. #alert1{
  5. position :absolute;
  6. top:0px;
  7. background:white;
  8. filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;
  9. width:100%;
  10. height:100%
  11. }
  12. #alert2{
  13. font-family: "Arial Black";
  14. color: #783c78;
  15. font-size:20px;
  16. font-weight: 600;
  17. height: 28px;
  18. line-height: 28px;
  19. padding-left: 10px;
  20. padding-right: 10px;
  21. }
  22. #alert3{
  23. height: 133px;
  24. width: 540px;
  25. text-align: center;
  26. position: absolute ;
  27. top:40%;
  28. left: 30%;
  29. z-index:99;
  30. background:#f8f8f8;;
  31. }
  32. #alert4{
  33. font-size: 18px;
  34. font-weight: normal;
  35. font-family: "Arial Black";
  36. line-height: 25.6px;
  37. color: #783c78;
  38. text-size-adjust: 100%;
  39. border-top: 1px solid pink;
  40. padding-top: 15px;
  41. }
  42. #alert5 {
  43. font-size: 16px;
  44. font-weight: normal;
  45. height: 41px;
  46. line-height: 25px;
  47. padding-bottom: 0px;
  48. padding-left: 10px;
  49. padding-right: 10px;
  50. }
  51. #alert4:active{
  52. background-color:#FFCCCC ;
  53. }