jquery-ui/demos/demos.css

30 lines
520 B
CSS
Raw Normal View History

body { font-size: 62.5%; }
2008-12-23 13:02:51 +00:00
.nav {
font-family: Verdana,Arial,sans-serif;
width: 200px;
}
.nav dt {
color: #E87B10;
2008-12-23 13:26:07 +00:00
font-size: 1.7em;
2008-12-23 13:02:51 +00:00
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.5em;
}
.nav dd {
margin-left: 0.5em;
}
.nav dd a {
border-bottom:1px solid #F4F4F4;
color:#000000;
display:block;
2008-12-23 13:26:07 +00:00
font-size: 1.4em;
2008-12-23 13:02:51 +00:00
font-weight: bold;
height:1.4em;
padding:7px 3px 3px 12px;
text-decoration:none;
}
.nav dd a:hover {
background: #eaeaea;
border-bottom: 1px solid #bbb;
}