147 lines
2.6 KiB
CSS
147 lines
2.6 KiB
CSS
![]() |
.navbar
|
||
|
{
|
||
|
width: 200px;
|
||
|
padding-left: 5px;
|
||
|
}
|
||
|
|
||
|
.mainDiv
|
||
|
{
|
||
|
width:185px;
|
||
|
}
|
||
|
|
||
|
.topItem
|
||
|
{
|
||
|
letter-spacing: 0;
|
||
|
background: url("../images/arrow-up-title-on.jpg") no-repeat 0 0;
|
||
|
background-position:center center;
|
||
|
background-repeat:no-repeat;
|
||
|
border: none;
|
||
|
width: 185px;
|
||
|
height: 25px;
|
||
|
color: #FFFFFF;
|
||
|
cursor:pointer;
|
||
|
text-indent:10px;
|
||
|
padding-top: 10px;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.topItemOver
|
||
|
{
|
||
|
text-indent:10px;
|
||
|
letter-spacing: 0;
|
||
|
background: url("../images/arrow-up-title.jpg") no-repeat 0 0;
|
||
|
background-position:center center;
|
||
|
background-repeat:no-repeat;
|
||
|
height: 25px;
|
||
|
width: 185px;
|
||
|
color: #FFFFFF;
|
||
|
cursor:pointer;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
text-decoration: underline;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
.topItemClose
|
||
|
{
|
||
|
text-indent:10px;
|
||
|
letter-spacing: 0;
|
||
|
background: url("../images/arrow-down-title-on.jpg") no-repeat 0 0;
|
||
|
background-position:center center;
|
||
|
background-repeat:no-repeat;
|
||
|
height: 25px;
|
||
|
width: 185px;
|
||
|
color: #FFFFFF;
|
||
|
cursor:pointer;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.topItemCloseOver
|
||
|
{
|
||
|
text-indent:10px;
|
||
|
letter-spacing: 0;
|
||
|
background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
|
||
|
background-position:center center;
|
||
|
background-repeat:no-repeat;
|
||
|
height: 25px;
|
||
|
width: 185px;
|
||
|
color: #FFFFFF;
|
||
|
cursor:pointer;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
text-decoration: underline;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.dropMenu
|
||
|
{
|
||
|
font: bold 11px tahoma,verdana,sans-serif;
|
||
|
background-color: #F7F7F7;
|
||
|
color: #000;
|
||
|
border: 1px solid #FFFFFF;
|
||
|
border-width: 0 1px 1px 1px;
|
||
|
filter:alpha(opacity=100);
|
||
|
padding-top:5px;
|
||
|
padding-bottom:5px;
|
||
|
}
|
||
|
|
||
|
.subMenu
|
||
|
{
|
||
|
display:block;
|
||
|
}
|
||
|
|
||
|
.subItem
|
||
|
{
|
||
|
margin-left:10px;
|
||
|
margin-top:2px;
|
||
|
height:18px;
|
||
|
font: 11px tahoma,verdana,sans-serif;
|
||
|
text-decoration:none;
|
||
|
color: #215dc6;
|
||
|
|
||
|
}
|
||
|
|
||
|
.subItem a
|
||
|
{
|
||
|
margin-left:23px;
|
||
|
font: 11px tahoma,verdana,sans-serif;
|
||
|
text-decoration:none;
|
||
|
color: #215dc6;
|
||
|
}
|
||
|
|
||
|
.subItemOver
|
||
|
{
|
||
|
margin-left:10px;
|
||
|
margin-top:2px;
|
||
|
font: 11px tahoma,verdana,sans-serif;
|
||
|
height:18px;
|
||
|
color: #428eff;
|
||
|
}
|
||
|
|
||
|
.subItemOver a
|
||
|
{
|
||
|
margin-left:23px;
|
||
|
font: 11px tahoma,verdana,sans-serif;
|
||
|
cursor:pointer;
|
||
|
color: #428eff;
|
||
|
text-decoration:underline;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
|
||
|
.drop
|
||
|
{
|
||
|
border-left:1px solid black;
|
||
|
border-right:1px solid black;
|
||
|
}
|