Team:UCLondon/Templates/Team-Style

From 2012e.igem.org

(Difference between revisions)
Line 65: Line 65:
               position:fixed;
               position:fixed;
               height: 400px;
               height: 400px;
-
               width:45%;
+
               width:50%;
               margin:auto;
               margin:auto;
               z-index: 2;
               z-index: 2;
Line 112: Line 112:
   }
   }
-
    $('.team li').css( { '-webkit-animation': 'slideIN 2s 2s ease forwards',
 
-
                        '-moz-animation': 'slideIN 2s 2s ease forwards',
 
-
                        '-ms-animation': 'slideIN 2s 2s ease forwards' });
 
   target.children('ul').html( str );
   target.children('ul').html( str );
Line 134: Line 131:
   $('#shadow').toggle('slow', function() {
   $('#shadow').toggle('slow', function() {
       $(this).children('#box-content').html(input);  
       $(this).children('#box-content').html(input);  
-
       $('#box-content img').css({ 'width':190, 'height':147});
+
       $('#box-content img').css({ 'width':180, 'height':140});
     });
     });
    
    

Revision as of 03:23, 19 September 2012