No edit summary
No edit summary
Line 2: Line 2:
{
{
margin-top:15px
margin-top:15px
position: relative;
top 0px;
width: 100%;
font-size: 75%;
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff;
}
}


#bottom-nav ul
#bottom-nav h3
{
{
list-style:none;
list-style:none;
Line 18: Line 13:
}
}


#bottom-nav ul a
#bottom-nav h3 a
{
{
display:block;
display:block;
Line 30: Line 25:
}
}


#bottom-nav ul li
#bottom-nav h3 li
{
{
position:relative;
position:relative;
Line 46: Line 41:
{
{
background:#f6f6f6
background:#f6f6f6
}
#bottom-nav ul ul
{
display:none;
position:absolute;
top:100%;
left:0;
background:#fff;
padding:0
}
#bottom-nav ul ul li
{
float:none;
width:200px
}
#bottom-nav ul ul a
{
line-height:120%;
padding:10px 15px
}
#bottom-nav ul ul ul
{
top:0;
left:100%
}
#bottom-nav ul li:hover > ul
{
display:block
}
}

Revision as of 22:39, 7 March 2017

#bottom-nav
{
	margin-top:15px
}

#bottom-nav h3
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#bottom-nav h3 a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#bottom-nav h3 li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#bottom-nav ul li.current-menu-item
{
	background:#ddd
}

#bottom-nav ul li:hover
{
	background:#f6f6f6
}