| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 background-position: -83px -83px; | 230 background-position: -83px -83px; |
| 231 } | 231 } |
| 232 | 232 |
| 233 #content h1 | 233 #content h1 |
| 234 { | 234 { |
| 235 font-size: 30px; | 235 font-size: 30px; |
| 236 } | 236 } |
| 237 | 237 |
| 238 #content h2 | 238 #content h2 |
| 239 { | 239 { |
| 240 font-weight: bold; |
| 240 font-size: 25px; | 241 font-size: 25px; |
| 241 } | 242 } |
| 242 | 243 |
| 243 #content h3 | 244 #content h3 |
| 244 { | 245 { |
| 245 font-size: 20px; | 246 font-size: 20px; |
| 246 } | 247 } |
| 247 | 248 |
| 248 .toc | 249 .toc |
| 249 { | 250 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 | 356 |
| 356 div.animation[started="false"] | 357 div.animation[started="false"] |
| 357 { | 358 { |
| 358 cursor: pointer; | 359 cursor: pointer; |
| 359 } | 360 } |
| 360 | 361 |
| 361 div.animation[started="true"] | 362 div.animation[started="true"] |
| 362 { | 363 { |
| 363 -moz-user-select: none; | 364 -moz-user-select: none; |
| 364 } | 365 } |
| OLD | NEW |