Line 374: | Line 374: | ||
/***** NOTEBOOK *****/ | /***** NOTEBOOK *****/ | ||
+ | |||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.notebook_wrapper { | .notebook_wrapper { | ||
Line 458: | Line 459: | ||
/* styling for the submenus */ | /* styling for the submenus */ | ||
− | . | + | .notebook_submenu { |
width:90%; | width:90%; | ||
min-width:200px; | min-width:200px; | ||
Line 469: | Line 470: | ||
/* moving the margin for the submenu ul list */ | /* moving the margin for the submenu ul list */ | ||
− | ul. | + | ul.notebook_submenu { |
width: 100%; | width: 100%; | ||
margin: 10px 0px -11px 0px; | margin: 10px 0px -11px 0px; | ||
Line 476: | Line 477: | ||
/*styling for the submenu buttons */ | /*styling for the submenu buttons */ | ||
− | . | + | .notebook_submenu li { |
width: 90%; | width: 90%; | ||
margin-left: 10px; | margin-left: 10px; | ||
Line 484: | Line 485: | ||
/* hover state for the submenu buttons */ | /* hover state for the submenu buttons */ | ||
− | . | + | .notebook_submenu li a { |
width: 100%; | width: 100%; | ||
padding: 5px 0px; | padding: 5px 0px; | ||
Line 495: | Line 496: | ||
− | . | + | .notebook_submenu li a:hover { |
background-color:#d8d8d8; | background-color:#d8d8d8; | ||
color:#000000; | color:#000000; |
Revision as of 21:07, 29 August 2016