Main.css 2.6 KB

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