Template:Peking2012 Color Epilogue
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 67: | Line 67: | ||
#PKU_navi_menu a:visited | #PKU_navi_menu a:visited | ||
{ | { | ||
- | color: # | + | color: #fffea3; |
} | } | ||
#PKU_navi_menu a:hover, | #PKU_navi_menu a:hover, | ||
Line 145: | Line 145: | ||
naviHandle = setTimeout(NaviIndexGrowth,50); | naviHandle = setTimeout(NaviIndexGrowth,50); | ||
} | } | ||
- | naviMenu.style.width=naviIndex_Cur* | + | naviMenu.style.width=naviIndex_Cur*420+'px'; |
naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | ||
} | } | ||
function NaviIndexWither() | function NaviIndexWither() | ||
{ | { | ||
- | naviIndex_Cur = naviIndex_Cur * 0.7 - 0. | + | naviIndex_Cur = naviIndex_Cur * 0.7 - 0.1; |
if (naviIndex_Cur<=0) | if (naviIndex_Cur<=0) | ||
{ | { | ||
Line 163: | Line 163: | ||
naviHandle = setTimeout(NaviIndexWither,50); | naviHandle = setTimeout(NaviIndexWither,50); | ||
} | } | ||
- | naviMenu.style.width=naviIndex_Cur* | + | naviMenu.style.width=naviIndex_Cur*420+'px'; |
naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | ||
} | } |
Revision as of 09:41, 15 September 2012