48 lines
773 B
CSS
48 lines
773 B
CSS
|
|
|
|
#author-header{
|
|
background-color: #124075;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.navbar-inner{
|
|
background-color: #999; !important;
|
|
background-image: linear-gradient(to bottom,#124075,#124075);
|
|
border: none;
|
|
}
|
|
#author-header .brand {
|
|
padding: 0px 10px;
|
|
}
|
|
#author-header .brand{
|
|
color: #fff;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#author-header .navbar{
|
|
margin-top:15px;
|
|
margin-bottom:5px;
|
|
}
|
|
#author-header .navbar .nav>li>a{
|
|
color: #fff;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#author-header .divider-vertical{
|
|
border-left: none;
|
|
}
|
|
|
|
#author-header .user-nav{
|
|
|
|
}
|
|
|
|
|
|
#author-header .user-nav a{
|
|
color:#fff;
|
|
font-size: 8px;
|
|
font-family: 宋体, Arial;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#sidebar-nav .bs-review-sidenav li .active{
|
|
background-color: crimson;
|
|
} |