TODO
Symmetric animations versus asymmetric
TODO
Symmetric animations versus asymmetric
| <canvas>, -webkit-image-set |
| .app-header { | |
| top: 0; | |
| width: 100%; | |
| } | |
| .app-header, | |
| #dropper, | |
| .autocomplete_choices { | |
| z-index: 99999 !important; /* KAPOW! */ | |
| position: fixed !important; |
| /* Prevent "jump" in content offset */ | |
| .fixed-header body { | |
| padding-top: 77px; | |
| } | |
| .fixed-header .app-header { | |
| position: fixed; | |
| top: 0; | |
| width: 100%; | |
| } |
| // ---- | |
| // Sass (v3.3.0.rc.2) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| @import "compass/css3/transform"; | |
| @import "compass/css3/transition"; | |
| // Prevent "jump" in content offset |
| // ---- | |
| // Sass (v3.3.8) | |
| // Compass (v1.0.0.alpha.19) | |
| // ---- | |
| @import "compass/css3/transform"; | |
| $transition: all 0.5s ease; |
| // ---- | |
| // Sass (v3.3.0.rc.3) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| @import "compass/css3/box-shadow"; | |
| .siderbar .open-rail { | |
| margin-left: 0; |
| // ---- | |
| // Sass (v3.3.0.rc.3) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| @import "compass/css3/images"; | |
| .showcase .show-all-overlay { | |
| text-shadow: |
| // ---- | |
| // Sass (v3.3.4) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| @import "compass/css3/transition"; | |
| /** Stuff from normalize.css */ |
| // ---- | |
| // Sass (v3.3.0.rc.5) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| #container { | |
| width: 500px; | |
| margin: 20px auto; | |
| img { |