Skip to content

Instantly share code, notes, and snippets.

@tarnus
Created February 6, 2013 04:51
Show Gist options
  • Save tarnus/4720431 to your computer and use it in GitHub Desktop.
Save tarnus/4720431 to your computer and use it in GitHub Desktop.
superfish bare css
/*************************************************************
* menus
*************************************************************/
div#zone-menu-wrapper{
position:relative;
top: 0;
}
div#region-menu.grid-10{
margin-left: 0px;
top: 18px;
left: 20px;
}
div#zone-menu{
background-color: transparent;
padding-left: 0px;
}
.sf-menu.sf-style-none a {
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
color:#FFF;
padding-left: 1em;
padding-right: 1em;
padding-top: 5px;
padding-bottom: 5px;
line-height: 22px;
}
.sf-menu.sf-style-none li.first{
margin-left: 10px;
}
.sf-menu.sf-style-none li:hover,
.sf-menu.sf-style-none li.sfHover
{
color: #FFFFFF;
margin-bottom: 0px;
padding-bottom: 0px;
background: #A95B8B;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment