winampError.css 939 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. a {
  2. text-decoration: none;
  3. }
  4. body {
  5. font: message-box;
  6. }
  7. h1 {
  8. font-size: 150%;
  9. }
  10. #errorContainer {
  11. position: relative;
  12. margin: 1.6em auto;
  13. max-width: 42em;
  14. min-width: 34em;
  15. left: 15px;
  16. width:70%;
  17. _width: 420px;
  18. }
  19. #errorBody {
  20. position:relative;
  21. }
  22. #errorIcon {
  23. position:relative;
  24. top: 53px;
  25. left: -56px;
  26. height:39px;
  27. width:40px;
  28. background-image:url(./errorIcon.png);
  29. _background-image: none;
  30. }
  31. #errorTitleText {
  32. position:relative;
  33. top: 10px;
  34. }
  35. #errorTitle {
  36. position: relative;
  37. text-align: left;
  38. display:inline-block;
  39. border-bottom: ridge 1px;
  40. }
  41. #errorCode {
  42. position: relative;
  43. text-align:right;
  44. margin-bottom: -.5em;
  45. }
  46. #errorDesc {
  47. position: relative;
  48. margin-bottom: -.5em;
  49. }
  50. #errorTryAgain {
  51. position: relative;
  52. text-align: left;
  53. top: 1.2em;
  54. }
  55. #errorMore {
  56. position: relative;
  57. text-align:right;
  58. border-bottom: ridge 1px;
  59. padding-bottom: .2em;
  60. }
  61. #errorMoreInfo {
  62. position:relative;
  63. display: none;
  64. }