Line 517: | Line 517: | ||
/* this div will contain the side menu */ | /* this div will contain the side menu */ | ||
− | + | #sideMenu { | |
width: 170px; | width: 170px; | ||
position: absolute; | position: absolute; | ||
Line 537: | Line 537: | ||
/* for all lists created within the sideMenu container - no spacing between top or bottom */ | /* for all lists created within the sideMenu container - no spacing between top or bottom */ | ||
− | + | #sideMenu ul { | |
margin-top:0px; | margin-top:0px; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
Line 562: | Line 562: | ||
/*styling for the Main menu*/ | /*styling for the Main menu*/ | ||
− | + | #sideMenu #MainPage_menu ul li { | |
width: 183px; | width: 183px; | ||
margin-left: -30px; | margin-left: -30px; | ||
Line 666: | Line 666: | ||
/* This switches between menus " ▶ " */ | /* This switches between menus " ▶ " */ | ||
− | # | + | #sideMenu .switch_Menus { |
width:30px; | width:30px; | ||
font-size: 18px; | font-size: 18px; | ||
Line 676: | Line 676: | ||
/* This holds the title of the menu "NAME OF HUB MENU " */ | /* This holds the title of the menu "NAME OF HUB MENU " */ | ||
− | # | + | #sideMenu .sideMenuTitle { |
width:140px; | width:140px; | ||
margin-left: 0px; | margin-left: 0px; | ||
Line 685: | Line 685: | ||
/* This holds the expand all / collapse all button (+) (-) */ | /* This holds the expand all / collapse all button (+) (-) */ | ||
− | # | + | #sideMenu .expand_subMenus { |
width:30px; | width:30px; | ||
font-size: 20px; | font-size: 20px; | ||
Line 693: | Line 693: | ||
/* declares the height and color that three elements have in common */ | /* declares the height and color that three elements have in common */ | ||
− | # | + | #sideMenu .sideMenuTitle, #sideMenu .expand_subMenus,#sideMenu .switch_Menus { |
height:30px; | height:30px; | ||
padding-top:10px; | padding-top:10px; |
Revision as of 20:10, 1 December 2015
×