| OLD | NEW |
| 1 .visible-transition { | 1 .visible-transition { |
| 2 transition-delay: 0s; | 2 transition-delay: 0s; |
| 3 transition-duration: 1s; | 3 transition-duration: 1s; |
| 4 transition-property: all; | 4 transition-property: all; |
| 5 transition-timing-function: ease; | 5 transition-timing-function: ease; |
| 6 } | 6 } |
| 7 | 7 |
| 8 .collapse-pane { | 8 .collapse-pane { |
| 9 background: #A0A0A0; | 9 background: #A0A0A0; |
| 10 bottom: 0; | 10 bottom: 0; |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 #load-file input { | 319 #load-file input { |
| 320 background: #A0A0A0; | 320 background: #A0A0A0; |
| 321 border-radius: 5px; | 321 border-radius: 5px; |
| 322 padding: 0.5em; | 322 padding: 0.5em; |
| 323 } | 323 } |
| 324 | 324 |
| 325 #hidden-file-upload { | 325 #hidden-file-upload { |
| 326 display: none; | 326 display: none; |
| 327 } | 327 } |
| 328 | 328 |
| 329 .prof-low { | 329 .prof { |
| 330 color: #888; | 330 cursor: default; |
| 331 } | |
| 332 | |
| 333 .prof-med { | |
| 334 color: #080; | |
| 335 } | |
| 336 | |
| 337 .prof-high { | |
| 338 color: #800; | |
| 339 } | 331 } |
| 340 | 332 |
| 341 tspan { | 333 tspan { |
| 342 font-size: 500%; | 334 font-size: 500%; |
| 343 font-family: sans-serif; | 335 font-family: sans-serif; |
| 344 } | 336 } |
| 345 | 337 |
| 346 text { | 338 text { |
| 347 dominant-baseline: text-before-edge; | 339 dominant-baseline: text-before-edge; |
| 348 } | 340 } |
| OLD | NEW |