Team:HUST-China/template/reset
From 2013.igem.org
(Difference between revisions)
HUST Oshyn (Talk | contribs) |
HUST Oshyn (Talk | contribs) |
||
(3 intermediate revisions not shown) | |||
Line 212: | Line 212: | ||
/**Home page background block**/ | /**Home page background block**/ | ||
#abstract,#oscillator,#propionate,#future-work,#protocol,#modeling,#human-practice{ | #abstract,#oscillator,#propionate,#future-work,#protocol,#modeling,#human-practice{ | ||
- | -moz-transition:background . | + | -moz-transition:background-color 0.25s ease-in 0.1s; |
- | -webkit-transition:background . | + | -webkit-transition:background-color 0.25s ease-in 0.1s; |
- | -o-transition:background . | + | -o-transition:background-color 0.25s ease-in 0.1s; |
- | transition:background . | + | transition:background-color 0.25s ease-in 0.1s; |
} | } | ||
#abstract{background:rgba(105, 226, 89, .7);} | #abstract{background:rgba(105, 226, 89, .7);} | ||
#abstract:hover{background:rgba(146, 230, 135, .7);} | #abstract:hover{background:rgba(146, 230, 135, .7);} | ||
- | #oscillator{background:rgba( | + | #oscillator{background:rgba(248, 222, 79,.7);} |
#oscillator:hover{background:rgba(250, 230, 122, .7);} | #oscillator:hover{background:rgba(250, 230, 122, .7);} | ||
- | #propionate{background:rgba( | + | #propionate{background:rgba(86, 193, 241,.7);} |
#propionate:hover{background:rgba(170, 219, 241, .7);} | #propionate:hover{background:rgba(170, 219, 241, .7);} | ||
- | #future-work{background:rgba( | + | #future-work{background:rgba(66, 221, 66,.7);} |
- | #future-work:hover{background:rgba( | + | #future-work:hover{background:rgba(158, 245, 158,.7);} |
#protocol{background:rgba(199, 187, 55,.7);} | #protocol{background:rgba(199, 187, 55,.7);} | ||
#protocol:hover{background:rgba(213, 203, 97, .7);} | #protocol:hover{background:rgba(213, 203, 97, .7);} | ||
- | # | + | #human-practice {background:rgba(188, 130, 221,.7);} |
- | # | + | #human-practice:hover{background:rgba(204, 168, 224, .7);} |
- | # | + | #modeling{background:rgba(236, 215, 63,.7);} |
- | # | + | #modeling:hover{background:rgba(238, 225, 128, .7);} |
Latest revision as of 15:18, 26 October 2013