Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
Line 276: | Line 276: | ||
float:left; | float:left; | ||
color:white; | color:white; | ||
- | -webkit-transition: background 1s ease-in | + | -webkit-transition: background 1s ease-in; |
- | -moz-transition: background 1s ease-in | + | -moz-transition: background 1s ease-in; |
- | -ms-transition: background 1s ease-in | + | -ms-transition: background 1s ease-in; |
- | -o-transition: background 1s ease-in | + | -o-transition: background 1s ease-in; |
- | transition: background 1s ease-in | + | transition: background 1s ease-in; |
} | } | ||
#description .wordbox:hover { | #description .wordbox:hover { | ||
Line 289: | Line 289: | ||
float:left; | float:left; | ||
color:white; | color:white; | ||
- | -webkit-transition: background 1s ease-in | + | -webkit-transition: background 1s ease-in; |
- | -moz-transition: background 1s ease-in | + | -moz-transition: background 1s ease-in; |
- | -ms-transition: background 1s ease-in | + | -ms-transition: background 1s ease-in; |
- | -o-transition: background 1s ease-in | + | -o-transition: background 1s ease-in; |
- | transition: background 1s ease-in | + | transition: background 1s ease-in; |
} | } | ||
Revision as of 01:50, 18 October 2014