OLD | NEW |
1 hr { | 1 hr { |
2 border: 1px solid; | 2 border: 1px solid; |
3 border-color: #36C; | 3 border-color: #36C; |
4 margin: 1em 0; | 4 margin: 1em 0; |
5 } | 5 } |
6 | 6 |
7 h1, h2, h3, h4 { | 7 h1, h2, h3, h4 { |
8 margin: 0; | 8 margin: 0; |
9 margin-bottom: 0; | 9 margin-bottom: 0; |
10 } | 10 } |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 width: 300px; | 48 width: 300px; |
49 height: 300px; | 49 height: 300px; |
50 float: right; | 50 float: right; |
51 background-color: rgb(229, 236, 249); | 51 background-color: rgb(229, 236, 249); |
52 background-image: url(v8-logo.png); | 52 background-image: url(v8-logo.png); |
53 background-position: center center; | 53 background-position: center center; |
54 background-repeat: no-repeat; | 54 background-repeat: no-repeat; |
55 border: 1px solid rgb(51, 102, 204); | 55 border: 1px solid rgb(51, 102, 204); |
56 } | 56 } |
57 | 57 |
| 58 div.warning { |
| 59 background: #ffffd9; |
| 60 border: 1px solid #d2d26a; |
| 61 display: none; |
| 62 margin: 1em 0 2em; |
| 63 padding: 8px; |
| 64 text-align: center; |
| 65 } |
| 66 |
58 #status { | 67 #status { |
59 text-align: center; | 68 text-align: center; |
60 margin-top: 50px; | 69 margin-top: 50px; |
61 font-size: 120%; | 70 font-size: 120%; |
62 font-weight: bold; | 71 font-weight: bold; |
63 } | 72 } |
64 | 73 |
65 #results { | 74 #results { |
66 text-align: left; | 75 text-align: left; |
67 margin: 30px 0 0 90px; | 76 margin: 30px 0 0 90px; |
68 } | 77 } |
OLD | NEW |