2009-05-13 05:40:13 +01:00
|
|
|
div#nav {
|
2009-05-13 06:22:07 +01:00
|
|
|
position:fixed;
|
2009-05-13 05:40:13 +01:00
|
|
|
width: 12em;
|
2009-05-19 06:32:42 +01:00
|
|
|
background: none;
|
2009-05-13 06:22:07 +01:00
|
|
|
margin-top: 0px;
|
2009-05-19 06:32:42 +01:00
|
|
|
margin-left: 130px;
|
|
|
|
border-right: thin black solid;
|
|
|
|
border-left: thin black solid;
|
|
|
|
border-bottom: thin black solid;
|
|
|
|
border-top: none;
|
2009-05-13 05:40:13 +01:00
|
|
|
}
|
2009-05-13 06:22:07 +01:00
|
|
|
|
|
|
|
div#content {
|
|
|
|
padding-left:240px;
|
2009-05-19 06:32:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menuBarItem {
|
|
|
|
font-variant: small-caps;
|
|
|
|
text-align: right;
|
|
|
|
border-top-style: none;
|
|
|
|
border-right-style: none;
|
|
|
|
border-bottom-style: none;
|
|
|
|
border-left-style: none;
|
|
|
|
border-top-width: thin;
|
|
|
|
border-right-width: thin;
|
|
|
|
border-bottom-width: thin;
|
|
|
|
border-left-width: thin;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuBarItem:hover {
|
|
|
|
background:#333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menuBarItem.on {
|
|
|
|
background:#333;
|
|
|
|
color:#999;
|
2009-05-13 06:22:07 +01:00
|
|
|
}
|