www.gusucode.com > ASP.NET调查问卷程序源码程序 > ASP.NET调查问卷程序/调查问卷/调查问卷/OnlineSurvey/Admin/NavStyle.css

    .NavBar {
    background-color: #C3C7D3;
    border: 1px solid black;
    cursor: default;
    padding: 7px;
}

.TopItem {
    background-image: url(images/top_level_bg.gif);
    cursor: hand;
    font-family: tahoma, verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 185px;
}

.TopItemHover {
    background-image: url(images/top_level_bg.gif);
    color: Gray;
    cursor: hand;
    font-family: tahoma, verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 185px;
}

.Level2Item {
    cursor: hand;
    font-family: tahoma, verdana;
    font-size: 11px;
    text-align: center;
}

.Level2ItemHover {
    cursor: hand;
    font-family: tahoma, verdana;
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
}

.Level2Group {
    background-color: #F0F1F5;
    border: 1px white solid;
    border-top-color: #F0F1F5;
    padding: 5px;
    width: 185px;
}

.PicBar {
    background-color: #FFCC66;
    border: 1px solid #000000;
    height: 12px;
}