Line 4: | Line 4: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
/* Remove margins and padding from the list, and add a black background color */ | /* Remove margins and padding from the list, and add a black background color */ | ||
− | + | ||
.clearfix:after { | .clearfix:after { | ||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
} | } | ||
− | |||
/*----- Menu Outline -----*/ | /*----- Menu Outline -----*/ | ||
− | |||
.menu-wrap { | .menu-wrap { | ||
color: #3e0a11; | color: #3e0a11; | ||
Line 53: | Line 51: | ||
line-height: 0%; | line-height: 0%; | ||
} | } | ||
− | + | ||
/*----- Top Level -----*/ | /*----- Top Level -----*/ | ||
− | + | ||
.menu > ul > li { | .menu > ul > li { | ||
float: left; | float: left; | ||
Line 72: | Line 70: | ||
margin-bottom: -5px; | margin-bottom: -5px; | ||
} | } | ||
− | + | ||
/*----- SubMenu Level -----*/ | /*----- SubMenu Level -----*/ | ||
− | + | ||
.menu li:hover .sub-menu { | .menu li:hover .sub-menu { | ||
z-index: 1; | z-index: 1; | ||
Line 104: | Line 102: | ||
.sub-menu li a:hover, | .sub-menu li a:hover, | ||
.sub-menu .current-item a {} | .sub-menu .current-item a {} | ||
− | + | ||
/*----- sub-subMenu Level -----*/ | /*----- sub-subMenu Level -----*/ | ||
− | + | ||
.sub-menu li:hover .sub-sub-menu { | .sub-menu li:hover .sub-sub-menu { | ||
z-index: 1; | z-index: 1; | ||
Line 136: | Line 134: | ||
.sub-sub-menu li a:hover, | .sub-sub-menu li a:hover, | ||
.sub-sub-menu .current-item a {} | .sub-sub-menu .current-item a {} | ||
− | + | ||
</style> | </style> | ||
<!--- THIS IS WHERE THE HTML BEGINS ---> | <!--- THIS IS WHERE THE HTML BEGINS ---> |
Revision as of 04:39, 5 September 2016