| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 233 a[hreflang="de"]:not(:lang(de)):after | 233 a[hreflang="de"]:not(:lang(de)):after | 
| 234 { | 234 { | 
| 235   background-position: -34px 0px; | 235   background-position: -34px 0px; | 
| 236 } | 236 } | 
| 237 | 237 | 
| 238 a[hreflang="en"]:not(:lang(en)):after | 238 a[hreflang="en"]:not(:lang(en)):after | 
| 239 { | 239 { | 
| 240   background-position: -51px 0px; | 240   background-position: -51px 0px; | 
| 241 } | 241 } | 
| 242 | 242 | 
| 243 #language-selector a:after |  | 
| 244 { |  | 
| 245   display: none; |  | 
| 246 } |  | 
| 247 |  | 
| 248 #logo | 243 #logo | 
| 249 { | 244 { | 
| 250   position: absolute; | 245   position: absolute; | 
| 251   width: 128px; | 246   width: 128px; | 
| 252   height: 128px; | 247   height: 128px; | 
| 253   background-position: -83px -83px; | 248   background-position: -83px -83px; | 
| 254 } | 249 } | 
| 255 | 250 | 
| 256 #content h1 | 251 #content h1 | 
| 257 { | 252 { | 
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 379 | 374 | 
| 380 div.animation[started="false"] | 375 div.animation[started="false"] | 
| 381 { | 376 { | 
| 382   cursor: pointer; | 377   cursor: pointer; | 
| 383 } | 378 } | 
| 384 | 379 | 
| 385 div.animation[started="true"] | 380 div.animation[started="true"] | 
| 386 { | 381 { | 
| 387   -moz-user-select: none; | 382   -moz-user-select: none; | 
| 388 } | 383 } | 
| OLD | NEW | 
|---|