OLD | NEW |
| (Empty) |
1 | |
2 a { color: orange; } | |
3 div.test { overflow: hidden; margin: 4px; } | |
4 div.test b { display: block; float: left; width: 150px; text-align: right; margi
n-right: 10px; } | |
5 div.bar { float: left; width: 400px; border: 1px inset; text-align: left; } | |
6 div.bar div { height: 1em; background: url(orange-stripe.png); } | |
7 div.bar span { padding-left: 5px; padding-right: 5px; } | |
8 body { font-family: Arial; font-size: 12px; background: url(gray-stripe.png); te
xt-align: center; } | |
9 | |
10 /*#main { margin: 0 auto; width: 600px; padding: 10px; background: #FFF; }*/ | |
11 | |
12 ol.results { text-align: left; display: none; font-size: 10px; margin-left: 120p
x; list-style: none; } | |
13 ol.results li { clear: both; overflow: auto; } | |
14 ol.results b { display: block; width: 200px; float: left; text-align: right; pad
ding-right: 15px; } | |
15 #info, div.results { clear:both;width:420px;margin:10 auto;text-align:left; padd
ing: 10px 10px 10px 110px; } | |
16 #info span { background: #FFF; color: #000; padding: 8px 4px 4px 4px; } | |
17 h1 { text-align: left; } | |
18 h1 img { float:left;margin-right: 15px;margin-top: -10px; border: 0; } | |
19 h1 small { font-weight:normal; } | |
20 iframe { display: none; } | |
21 div.resultwrap { text-align: center; } | |
22 table.results { font-size: 12px; margin: 0 auto; } | |
23 table.results td, table.results th.name { text-align: right; } | |
24 table.results .winner { background-color: #c7331d; } | |
OLD | NEW |