Team:NYMU-Taipei/TopBar
From 2014.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5); | box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5); | ||
cursor:pointer; | cursor:pointer; | ||
+ | margin:12px; | ||
} | } | ||
</style> | </style> | ||
Line 36: | Line 37: | ||
$(this).stop(true).animate({ | $(this).stop(true).animate({ | ||
borderWidth: '12px', | borderWidth: '12px', | ||
+ | margin: '0px', | ||
color: 'rgba(0,0,0,0.8)' | color: 'rgba(0,0,0,0.8)' | ||
}, 300, 'easeOutSine'); | }, 300, 'easeOutSine'); | ||
Line 42: | Line 44: | ||
$(this).stop(true).animate({ | $(this).stop(true).animate({ | ||
borderWidth: '0px', | borderWidth: '0px', | ||
+ | margin: '12px', | ||
color: '#696969' | color: '#696969' | ||
}, 300, 'easeOutSine'); | }, 300, 'easeOutSine'); |
Revision as of 09:23, 11 April 2014