Localnav-type style for object nav.

This commit is contained in:
Samantha Doherty 2011-04-11 09:54:52 -04:00
parent 13e2acaf5c
commit 73c28cc66c
1 changed files with 31 additions and 0 deletions

View File

@ -506,6 +506,37 @@ address {
line-height: 1.2em;
}
#site_nav_object ul {
background: url('../images/brdr_black_dot.png') repeat-x top left;
}
#site_nav_object li {
display: block;
margin: -8px 0px 8px 0px;
padding-top: 8px;
}
#site_nav_object a {
font-size: 14px;
display: block;
padding: 0px 0px 1px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
#site_nav_object a:hover, #site_nav_object .current a {
color: #fff;
text-decoration: none;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
background: #364a84;
background: -moz-linear-gradient(top, #7b8dbb , #364a84);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
}
.section ul.entities {
width: 240px;
}