Ignore:
Timestamp:
Feb 17, 2012, 2:20:16 PM (12 years ago)
Author:
flop25
Message:

masonry changed for isotope.js
enhanced compat. with stuffs_thumbnails.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r13017 r13211  
    11/**/
     2/**** Isotope CSS3 transitions ****/
     3
     4.isotope,
     5.isotope .isotope-item {
     6  -webkit-transition-duration: 0.8s;
     7     -moz-transition-duration: 0.8s;
     8       -o-transition-duration: 0.8s;
     9          transition-duration: 0.8s;
     10}
     11
     12.isotope {
     13  -webkit-transition-property: height, width;
     14     -moz-transition-property: height, width;
     15       -o-transition-property: height, width;
     16          transition-property: height, width;
     17}
     18
     19.isotope .isotope-item {
     20  -webkit-transition-property: -webkit-transform, opacity;
     21     -moz-transition-property:    -moz-transform, opacity;
     22       -o-transition-property:         top, left, opacity;
     23          transition-property:         transform, opacity;
     24}
     25/**** disabling Isotope CSS3 transitions ****/
     26.isotope.no-transition,
     27.isotope.no-transition .isotope-item,
     28.isotope .isotope-item.no-transition {
     29  -webkit-transition-duration: 0s;
     30     -moz-transition-duration: 0s;
     31       -o-transition-duration: 0s;
     32          transition-duration: 0s;
     33}
     34.isotope .isotope-item { border-radius: 5px 5px 5px 5px; }
    235#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1, #thePicturePage #content, #content_cell {
    336    max-width: none;
Note: See TracChangeset for help on using the changeset viewer.