/********************************************************************** * UberMenu Skin: Vanilla Bar * * UberMenu - WordPress Mega Menu Plugin http://wpmegamenu.com * Copyright: Chris Mavricos, SevenSpark http://sevenspark.com **********************************************************************/ //Menu Bar @menubarColorStart: #fefefe; @menubarColorEnd: #f4f4f4; @menubarBorder: 1px solid #e0e0e0; @menubarBottomBorder: @menubarBorder; @menubarRadius: 2px; //Top Level Items @topLevelFontSize: 12px; @topLevelColor: #888; @topLevelColorHover: #222; @topLevelTextShadow: 0 -1px 1px #fff; @topLevelTextShadowHover: 0 -1px 1px #fff; @currentColor: #444; @topLevelPaddingX:15px; @topLevelPaddingY:12px; @topLevelDividerColor: #f0f0f0; @topLevelGlowOpacity: .9; @topLevelGlowOpacityHover:.9; @topLevelTextTransform: none; @topLevelTextWeight: normal; @topLevelBackgroundHoverStart: transparent; @topLevelBackgroundHoverEnd: transparent; //Submenu @subMenuColor: #888; @subMenuTextShadow: 0px 1px 1px #fff; @subMenuBoxShadow:1px 1px 1px #ddd; @subMenuBorderColor: #e0e0e0; @subMenuMarginTop: 1px; @submenuColorStart: #f9f9f9; @submenuColorEnd: #fefefe; @subMenuMinColWidth: 100px; //Submenu Headers @subHeaderColor: #777; @subHeaderSize: 12px; @subHeaderWeight: bold; @subHeaderBorderBottom: 1px dotted #e9e9e9; @subHeaderMarginBottom: .6em; //Submenu Links @subLinkColor: #888; @subLinkColorHover: #000; @subLinkSize: 12px; @subLinkBackground: transparent; @subLinkBackgroundHover: transparent; //Misc @highlightColor: #D83F28; @descriptionSize: 9px; @descriptionColor: #bbb; @descriptionTransform: uppercase; @topLevelArrowColor: #bbb; @flyoutArrowColor: #bbb; @imageWidth: 20px; @imageHeight: 16px; @import "_custom.less";