/*** Nicasio Edits - Misc. ***/ /* Reverse footer nav menu dividers to make more sense with hidden list items */ .WaGadgetNavigationLinks ul.orientationHorizontal li:before { display: none !important; } .WaGadgetNavigationLinks ul.orientationHorizontal li:after { content: "|"; display: inline-block !important; margin: 0 0.8em 0 0.54em; } .WaGadgetNavigationLinks ul.orientationHorizontal li.last:after, .WaGadgetNavigationLinks ul.orientationHorizontal li.faux-last:after { display: none !important; } /*** Nicasio Edits - Related to Language Toggler ***/ /* Set up the editable "Header" area to allow positioning of the Language Toggler */ #idHeaderContent, #idHeaderContainer { position: relative; } /* Position the Language Toggler within the Header */ #languageToggleContainer { position: absolute; /* Change these values to reposition the toggler */ top: 0px; /* from the top of the Header area */ right: 0px; /* from the right of the Header area */ } /* Style the Language Toggler buttons */ #languageToggleContainer a { /* Default Styling */ /* You can customize these rules or remove them and add your own */ color: #252525; /* text color */ font-size: 10px; font-weight: bold; /* change to 'normal' if 'bold' is not wanted */ background-color: #eeeeee; padding: 2px 6px 3px 6px; /* top right bottom left */ border: 1px solid #999999; text-decoration: none; /* no underline for text */ } /* Style the Language Toggler buttons' "hover" state */ #languageToggleContainer a:hover { /* Default Styling */ /* You can customize these rules or remove them and add your own */ background-color: #ffffff; } /* Hide the Menu Items by default to avoid page lag and triggering the new WA Ver. 5 Phantom Responsive Menu Then reset to table-cell when "visible" class exits via jquery */ .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li {display:none;} .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible {display:table-cell !important;} .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible li {display:block !important;}