| OLD | NEW |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 background-color: #f8f6f2; | 9 background-color: #f8f6f2; |
| 10 background-image: url(../img/background.png); | 10 background-image: url(../img/background.png); |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 { | 249 { |
| 250 position: absolute; | 250 position: absolute; |
| 251 width: 128px; | 251 width: 128px; |
| 252 height: 128px; | 252 height: 128px; |
| 253 background-position: -83px -83px; | 253 background-position: -83px -83px; |
| 254 } | 254 } |
| 255 | 255 |
| 256 #content h1 | 256 #content h1 |
| 257 { | 257 { |
| 258 font-size: 30px; | 258 font-size: 30px; |
| 259 line-height: 48px; |
| 259 } | 260 } |
| 260 | 261 |
| 261 #content h2 | 262 #content h2 |
| 262 { | 263 { |
| 263 font-weight: bold; | 264 font-weight: bold; |
| 264 font-size: 25px; | 265 font-size: 25px; |
| 265 } | 266 } |
| 266 | 267 |
| 267 #content h3 | 268 #content h3 |
| 268 { | 269 { |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 | 409 |
| 409 div.animation[started="false"] | 410 div.animation[started="false"] |
| 410 { | 411 { |
| 411 cursor: pointer; | 412 cursor: pointer; |
| 412 } | 413 } |
| 413 | 414 |
| 414 div.animation[started="true"] | 415 div.animation[started="true"] |
| 415 { | 416 { |
| 416 -moz-user-select: none; | 417 -moz-user-select: none; |
| 417 } | 418 } |
| OLD | NEW |