Main.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. body, div, input, p, span
  2. {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. body
  7. {
  8. margin: 4px 0px 0px 0px;
  9. color: #000000;
  10. background: #ffffff;
  11. background-image: url(background.png);
  12. font-family: Verdana;
  13. overflow: hidden;
  14. }
  15. a.button1
  16. {
  17. font-family: Comic Sans MS, Tahoma, Verdana;
  18. background-image: url(button.png);
  19. overflow: hidden;
  20. display: block;
  21. width: 60px;
  22. height: 48px;
  23. line-height: 48px;
  24. color: #555555;
  25. font-size: 16px;
  26. text-align: center;
  27. text-decoration: none;
  28. border-left: #99aa99 1px solid;
  29. border-top: #99aa99 1px solid;
  30. border-bottom: #667766 1px solid;
  31. border-right: #667766 1px solid;
  32. }
  33. a:hover.button1
  34. {
  35. color: #333333;
  36. background-image: url(buttonHover.png);
  37. border-left: #99bb99 1px solid;
  38. border-top: #99bb99 1px solid;
  39. border-bottom: #668866 1px solid;
  40. border-right: #668866 1px solid;
  41. }
  42. a.button2
  43. {
  44. font-family: Comic Sans MS, Tahoma, Verdana;
  45. background-image: url(button.png);
  46. overflow: hidden;
  47. display: block;
  48. width: 60px;
  49. height: 42px;
  50. color: #555555;
  51. font-size: 14px;
  52. padding-top: 6px;
  53. text-align: center;
  54. text-decoration: none;
  55. border-left: #99aa99 1px solid;
  56. border-top: #99aa99 1px solid;
  57. border-bottom: #667766 1px solid;
  58. border-right: #667766 1px solid;
  59. }
  60. a:hover.button2
  61. {
  62. color: #333333;
  63. background-image: url(buttonHover.png);
  64. border-left: #99bb99 1px solid;
  65. border-top: #99bb99 1px solid;
  66. border-bottom: #668866 1px solid;
  67. border-right: #668866 1px solid;
  68. }
  69. span.meter
  70. {
  71. display: block;
  72. background-image: url(transparent.png);
  73. overflow: hidden;
  74. font-family: Verdana;
  75. font-size: 40px;
  76. font-weight: bold;
  77. line-height: 1.2;
  78. width: 150px;
  79. height: 48px;
  80. border-left: #dddddd 1px solid;
  81. border-top: #dddddd 1px solid;
  82. border-bottom: #aaaaaa 1px solid;
  83. border-right: #aaaaaa 1px solid;
  84. }
  85. span.meter0
  86. {
  87. color: #666666;
  88. }
  89. span.meter1
  90. {
  91. color: #444444;
  92. }
  93. span#SequentialRead, span#SequentialWrite,
  94. span#RandomRead512KB, span#RandomWrite512KB,
  95. span#RandomRead4KB, span#RandomRead4KB32QD,
  96. span#RandomWrite4KB, span#RandomWrite4KB32QD
  97. {
  98. background-image: url(line.png);
  99. background-repeat: no-repeat;
  100. background-position-x: -150px;
  101. }
  102. p#Read, p#Write
  103. {
  104. text-align: center;
  105. color: #333333;
  106. font-size: 16px;
  107. line-height: 1.0;
  108. }
  109. Select#TestDrive
  110. {
  111. font-family: Tahoma;
  112. font-size: 14px;
  113. width: 181px;
  114. }
  115. Select#TestNumber
  116. {
  117. font-family: Tahoma;
  118. font-size: 14px;
  119. width: 36px;
  120. }
  121. Select#TestSize
  122. {
  123. font-family: Tahoma;
  124. font-size: 14px;
  125. width: 80px;
  126. }
  127. input#Comment
  128. {
  129. background-color: transparent;
  130. background-image: url(transparent.png);
  131. margin-top: 4px;
  132. padding-top: 0px;
  133. padding-left: 4px;
  134. color: #444444;
  135. font-family: "ƒ�ƒCƒŠƒI", Tahoma;
  136. font-size: 14px;
  137. font-weight: bold;
  138. height: 28px;
  139. width: 368px;
  140. line-height: 28px;
  141. border-left: #cccccc 1px solid;
  142. border-top: #cccccc 1px solid;
  143. border-bottom: #999999 1px solid;
  144. border-right: #999999 1px solid;
  145. }