| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- body, div, input, p, span
- {
- margin: 0;
- padding: 0;
- }
- body
- {
- margin: 4px 0px 0px 0px;
- color: #000000;
- background: #ffffff;
- background-image: url(background.png);
- font-family: Verdana;
- overflow: hidden;
- }
- a.button1
- {
- font-family: Comic Sans MS, Tahoma, Verdana;
- background-image: url(button.png);
- overflow: hidden;
- display: block;
- width: 60px;
- height: 48px;
- line-height: 48px;
- color: #555555;
- font-size: 16px;
- text-align: center;
- text-decoration: none;
- border-left: #99aa99 1px solid;
- border-top: #99aa99 1px solid;
- border-bottom: #667766 1px solid;
- border-right: #667766 1px solid;
- }
- a:hover.button1
- {
- color: #333333;
- background-image: url(buttonHover.png);
- border-left: #99bb99 1px solid;
- border-top: #99bb99 1px solid;
- border-bottom: #668866 1px solid;
- border-right: #668866 1px solid;
- }
- a.button2
- {
- font-family: Comic Sans MS, Tahoma, Verdana;
- background-image: url(button.png);
- overflow: hidden;
- display: block;
- width: 60px;
- height: 42px;
- color: #555555;
- font-size: 14px;
- padding-top: 6px;
- text-align: center;
- text-decoration: none;
- border-left: #99aa99 1px solid;
- border-top: #99aa99 1px solid;
- border-bottom: #667766 1px solid;
- border-right: #667766 1px solid;
- }
- a:hover.button2
- {
- color: #333333;
- background-image: url(buttonHover.png);
- border-left: #99bb99 1px solid;
- border-top: #99bb99 1px solid;
- border-bottom: #668866 1px solid;
- border-right: #668866 1px solid;
- }
- span.meter
- {
- display: block;
- background-image: url(transparent.png);
- overflow: hidden;
- font-family: Verdana;
- font-size: 40px;
- font-weight: bold;
- line-height: 1.2;
- width: 150px;
- height: 48px;
- border-left: #dddddd 1px solid;
- border-top: #dddddd 1px solid;
- border-bottom: #aaaaaa 1px solid;
- border-right: #aaaaaa 1px solid;
- }
- span.meter0
- {
- color: #666666;
- }
- span.meter1
- {
- color: #444444;
- }
- span#SequentialRead, span#SequentialWrite,
- span#RandomRead512KB, span#RandomWrite512KB,
- span#RandomRead4KB, span#RandomRead4KB32QD,
- span#RandomWrite4KB, span#RandomWrite4KB32QD
- {
- background-image: url(line.png);
- background-repeat: no-repeat;
- background-position-x: -150px;
- }
- p#Read, p#Write
- {
- text-align: center;
- color: #333333;
- font-size: 16px;
- line-height: 1.0;
- }
- Select#TestDrive
- {
- font-family: Tahoma;
- font-size: 14px;
- width: 181px;
- }
- Select#TestNumber
- {
- font-family: Tahoma;
- font-size: 14px;
- width: 36px;
- }
- Select#TestSize
- {
- font-family: Tahoma;
- font-size: 14px;
- width: 80px;
- }
- input#Comment
- {
- background-color: transparent;
- background-image: url(transparent.png);
- margin-top: 4px;
- padding-top: 0px;
- padding-left: 4px;
- color: #444444;
- font-family: "ƒ�ƒCƒŠƒI", Tahoma;
- font-size: 14px;
- font-weight: bold;
- height: 28px;
- width: 368px;
- line-height: 28px;
- border-left: #cccccc 1px solid;
- border-top: #cccccc 1px solid;
- border-bottom: #999999 1px solid;
- border-right: #999999 1px solid;
- }
|