Template:Peking2012 Color Epilogue
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 50: | Line 50: | ||
display: block; | display: block; | ||
line-height: 20px; | line-height: 20px; | ||
- | font-size: | + | font-size: 16px; |
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
background-color: #3570ff; | background-color: #3570ff; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
- | border-color: # | + | border-color: #ffff00; |
} | } | ||
#PKU_navi_menu * | #PKU_navi_menu * | ||
Line 67: | Line 67: | ||
#PKU_navi_menu a:visited | #PKU_navi_menu a:visited | ||
{ | { | ||
- | color: # | + | color: #ff3ea3; |
} | } | ||
#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*400+'px'; |
naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | ||
} | } | ||
Line 163: | Line 163: | ||
naviHandle = setTimeout(NaviIndexWither,50); | naviHandle = setTimeout(NaviIndexWither,50); | ||
} | } | ||
- | naviMenu.style.width=naviIndex_Cur* | + | naviMenu.style.width=naviIndex_Cur*400+'px'; |
naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | naviMenu.style.height=naviIndex_Cur*indexheight+'px'; | ||
} | } |
Revision as of 09:40, 15 September 2012