diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-17 22:49:00 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-17 22:49:00 -0800 |
| commit | 2f550032693af38a7a5b528336112c904d6b0792 (patch) | |
| tree | aa626786e6de09bce0008522638215d7bd3cda4d /gallery/style.css | |
| parent | dfda5d7399da4b4d19f13abd6dc390e23ff294c4 (diff) | |
ok
Diffstat (limited to 'gallery/style.css')
| -rw-r--r-- | gallery/style.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/gallery/style.css b/gallery/style.css deleted file mode 100644 index 2d78a0e..0000000 --- a/gallery/style.css +++ /dev/null @@ -1,51 +0,0 @@ -/**** Isotope Filtering ****/ - -.isotope-item { - z-index: 2; -} - -.isotope-hidden.isotope-item { - pointer-events: none; - z-index: 1; -} - -/**** Isotope CSS3 transitions ****/ - -.isotope, -.isotope .isotope-item { - -webkit-transition-duration: 0.3s; - -moz-transition-duration: 0.3s; - -ms-transition-duration: 0.3s; - -o-transition-duration: 0.3s; - transition-duration: 0.3s; -} - - -.isotope { - -webkit-transition-property: height, width; - -moz-transition-property: height, width; - -ms-transition-property: height, width; - -o-transition-property: height, width; - transition-property: height, width; -} - -.isotope .isotope-item { - -webkit-transition-property: -webkit-transform, opacity; - -moz-transition-property: -moz-transform, opacity; - -ms-transition-property: -ms-transform, opacity; - -o-transition-property: -o-transform, opacity; - transition-property: transform, opacity; -} - -/**** disabling Isotope CSS3 transitions ****/ - -.isotope.no-transition, -.isotope.no-transition .isotope-item, -.isotope .isotope-item.no-transition { - -webkit-transition-duration: 0s; - -moz-transition-duration: 0s; - -ms-transition-duration: 0s; - -o-transition-duration: 0s; - transition-duration: 0s; -} - |
