/********************************************************************** * UberMenu Skin: Black & White * * UberMenu - WordPress Mega Menu Plugin http://wpmegamenu.com * Copyright: Chris Mavricos, SevenSpark http://sevenspark.com **********************************************************************/ //Menu Bar @menubarColorStart: #222; @menubarColorEnd: #222; @menubarBorder: none; @menubarBottomBorder: @menubarBorder; @menubarRadius: 0px; //Top Level Items @topLevelFontSize: 12px; @topLevelColor: #d9d9d9; @topLevelColorHover: #fff; @topLevelTextShadow: none; @topLevelTextShadowHover: none; @currentColor: #fff; @topLevelPaddingX:15px; @topLevelPaddingY:12px; @topLevelDividerColor: #222; @topLevelGlowOpacity:0; @topLevelGlowOpacityHover:0; @topLevelTextTransform: uppercase; @topLevelTextWeight: bold; @topLevelBackgroundHoverStart: #000; @topLevelBackgroundHoverEnd: #000; //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: #4D90FE; @descriptionSize: 9px; @descriptionColor: #bbb; @descriptionTransform: uppercase; @topLevelArrowColor: #bbb; @flyoutArrowColor: #bbb; @imageWidth: 20px; @imageHeight: 16px; @import "_custom.less";