/source/Plug-in/validator/css/validator.css

http://prosporous.googlecode.com/ · CSS · 149 lines · 135 code · 14 blank · 0 comment · 0 complexity · cfdbe02d38ffbe5b588bbc72175c9d83 MD5 · raw file

  1. body {
  2. font: normal 12px Verdana;
  3. color: #333333
  4. }
  5. h1 {
  6. font: bold 14px Verdana;
  7. }
  8. legend {
  9. font-weight: 700;color:black;
  10. }
  11. dl {
  12. margin: 2px 0 0;
  13. padding: 4px 0;
  14. border-bottom: 1px solid #dedede;
  15. height: 30px;
  16. clear: both;
  17. }
  18. dt,dd {
  19. float: left;
  20. height: 30px;
  21. line-height: 30px;
  22. margin: 0;
  23. padding: 0;
  24. }
  25. dt {
  26. font-weight: 700;
  27. width: 150px;
  28. text-align: right;
  29. background-color: #666;
  30. color : #fff;
  31. height:90%;
  32. }
  33. dd {
  34. margin-left: 5px;
  35. }
  36. input,textarea,select,td {
  37. font: normal 12px Verdana;
  38. color: #333333;
  39. border: 1px solid #999999;
  40. background: #ffffff
  41. }
  42. input {
  43. height: 18px !important;
  44. height: 20px;
  45. line-height: 18px !important;
  46. line-height: 20px;
  47. }
  48. textarea {
  49. width: 400px;
  50. height: 50px;
  51. overflow: auto;
  52. }
  53. form {
  54. display: inline;
  55. }
  56. .tooltips {
  57. position:absolute;
  58. left:-500px;
  59. top:-500px;
  60. font:bold 12px Tahoma;
  61. color:#666;
  62. border-top: 1px solid #00B800;
  63. background: url(../img/tips_icon.gif) no-repeat bottom;
  64. margin: 0;
  65. padding: 5px 5px 15px;
  66. width: 290px;
  67. _width:300px;
  68. }
  69. .summary {
  70. margin-left: 3px;
  71. font: 12px Tahoma;
  72. color: #666;
  73. border: 1px solid #0099cc;
  74. background: #ddedfb;
  75. display : none;
  76. }
  77. .summary .title {
  78. font-weight: bold;
  79. margin-left:8px;
  80. padding:3px;
  81. }
  82. .summary ol{
  83. margin-top:0;
  84. margin-bottom:2px;
  85. }
  86. .style-warn {
  87. background-color : yellow;
  88. }
  89. .style-pass {
  90. background-color : blue;
  91. }
  92. .msg {
  93. background: #fff url(../img/icons.gif) no-repeat -25px -75px;
  94. border: 1px solid #fff;
  95. display: inline;
  96. margin-left: 5px;
  97. padding: 2px 2px 2px 18px;
  98. vertical-align : -1px;
  99. *vertical-align : 5px;
  100. _vertical-align : 3px;
  101. }
  102. .pass {
  103. background-position: 1px -57px;
  104. background-color: #E6FFE6;
  105. border-color: #00BE00;
  106. }
  107. .error {
  108. background-position: 1px -38px;
  109. background-color: #FFF2E9;
  110. border-color: #FF6600;
  111. }
  112. .tips {
  113. background-position: 1px 2px;
  114. background-color: #E2F5FF;
  115. border-color: #00A8FF;
  116. }
  117. .loading {
  118. background: #fff url(../img/loading.gif) no-repeat left center;
  119. background-color: #E2F5FF;
  120. border-color: #00A8FF;
  121. }
  122. .block {
  123. background-position: 1px -18px;
  124. background-color: #FFF2E9;
  125. border-color: #FF6600;
  126. }
  127. .clearfix {
  128. clear : both;
  129. }
  130. #passwordInfo {
  131. *margin-left:5px;
  132. width:220px;
  133. height: 20px;
  134. background: transparent url(../img/levels.gif) left top no-repeat;
  135. }