Team:XMU-China/PP Overview
From 2014.igem.org
(Difference between revisions)
Line 193: | Line 193: | ||
#side_bar_main_1{ | #side_bar_main_1{ | ||
list-style: none; | list-style: none; | ||
- | border-left:#135996 | + | border-left:#135996 7px solid; |
- | border-right:#135996 | + | border-right:#135996 7px solid; |
padding-top: 25px; | padding-top: 25px; | ||
padding-bottom:15px; | padding-bottom:15px; | ||
Line 200: | Line 200: | ||
#side_bar_main_2{ | #side_bar_main_2{ | ||
list-style: none; | list-style: none; | ||
- | border-left:#135996 | + | border-left:#135996 7px solid; |
- | border-right:#135996 | + | border-right:#135996 7px solid; |
padding-top: 15px; | padding-top: 15px; | ||
padding-bottom:4px; | padding-bottom:4px; | ||
Line 217: | Line 217: | ||
.sidebar_main{ | .sidebar_main{ | ||
position:relative; | position:relative; | ||
- | width: | + | width:196px; |
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png"); | background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png"); | ||
text-align:center; | text-align:center; | ||
Line 344: | Line 344: | ||
if(sidebar_sub_hover_display = "block"){ | if(sidebar_sub_hover_display = "block"){ | ||
side_bar_hover_target.children(".sidebar_sub").slideUp(100); | side_bar_hover_target.children(".sidebar_sub").slideUp(100); | ||
- | side_bar_hover_target.animate({width:" | + | side_bar_hover_target.animate({width:"196px"},100); |
}; | }; | ||
}); | }); |
Revision as of 20:55, 16 October 2014