/**
|
* 覆盖
|
*/
|
.container {
|
padding-left: inherit;
|
padding-right: inherit;
|
}
|
.nav-header {
|
color: #999;
|
display: block;
|
font-size: 11px;
|
font-weight: bold;
|
line-height: 20px;
|
padding: 3px 15px;
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
text-transform: uppercase;
|
}
|
.navbar-fixed-top, .navbar-fixed-bottom {
|
margin-bottom: 0;
|
min-height: 40px;
|
}
|
.navbar-inverse .navbar-inner {
|
background-color: #1b1b1b;
|
background-image: linear-gradient(to bottom, #222, #111);
|
background-repeat: repeat-x;
|
border-color: #252525;
|
}
|
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
}
|
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
|
border-radius: 0;
|
padding-left: 0;
|
padding-right: 0;
|
}
|
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
|
border-width: 0 0 1px;
|
}
|
.navbar-inner {
|
background-color: #fafafa;
|
background-image: linear-gradient(to bottom, #fff, #f2f2f2);
|
background-repeat: repeat-x;
|
border: 1px solid #d4d4d4;
|
border-radius: 4px;
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
|
min-height: 40px;
|
padding-left: 20px;
|
padding-right: 20px;
|
}
|
.navbar .btn-navbar {
|
background-color: #ededed;
|
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
|
background-repeat: repeat-x;
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
|
color: #fff;
|
display: none;
|
float: right;
|
margin-left: 5px;
|
margin-right: 5px;
|
padding: 7px 10px;
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
}
|
.navbar-inverse .btn-navbar {
|
background-color: #0e0e0e;
|
background-image: linear-gradient(to bottom, #151515, #040404);
|
background-repeat: repeat-x;
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
color: #fff;
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
}
|
.navbar .btn-navbar .icon-bar {
|
background-color: #f5f5f5;
|
border-radius: 1px;
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
display: block;
|
height: 2px;
|
width: 18px;
|
}
|
[class^="icon-"], [class*=" icon-"] {
|
background-image: url("../../bootstrap/img/glyphicons-halflings.png");
|
background-position: 14px 14px;
|
background-repeat: no-repeat;
|
display: inline-block;
|
height: 14px;
|
line-height: 14px;
|
margin-top: 1px;
|
vertical-align: text-top;
|
width: 14px;
|
}
|
.navbar .brand {
|
color: #777;
|
display: block;
|
float: left;
|
font-size: 20px;
|
font-weight: 200;
|
margin-left: -20px;
|
padding: 10px 20px;
|
text-shadow: 0 1px 0 #fff;
|
}
|
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
|
color: #999;
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
}
|
.navbar-inverse .nav > li > a:focus,.navbar-inverse .nav > li > a:hover {
|
background-color: transparent;
|
color: #fff;
|
}
|
.navbar-inverse .brand:hover {
|
color: #fff;
|
text-decoration: none;
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
|
}
|
.navbar .nav {
|
display: block;
|
float: left;
|
left: 0;
|
margin: 0 10px 0 0;
|
position: relative;
|
}
|
|
.navbar .nav > li {
|
float: left;
|
line-height: 20px;
|
}
|
.jumbotron {
|
background: rgba(0, 0, 0, 0) linear-gradient(45deg, #006600 0%, #3366FF 100%) repeat scroll 0 0;
|
}
|
.bs-docs-sidenav > .nav-list {
|
padding: 0px;
|
margin: 0px;
|
}
|
.bs-docs-sidenav > .nav-list > li > a {
|
border: 1px solid #e5e5e5;
|
display: block;
|
margin: 0 0 -1px;
|
padding: 8px 14px;
|
}
|
.bs-docs-sidenav > .nav-list > .active > a {
|
border: 0 none;
|
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
padding: 9px 15px;
|
position: relative;
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
z-index: 2;
|
}
|
.bs-docs-sidenav > .nav-list:first-child > li:first-child > a {
|
border-radius: 6px 6px 0 0;
|
}
|
.bs-docs-sidenav > .nav-list:last-child > li:last-child > a {
|
border-radius: 0 0 6px 6px;
|
}
|
td{padding:0 6px 0;}
|
/*一级菜单*/
|
.menu-first{
|
height:45px;
|
line-height:45px;
|
background-color: #e9e9e9;
|
border-top: 1px solid #efefef;
|
border-bottom: 1px solid #e1e1e1;
|
padding: 0;
|
font-size: 14px;
|
font-weight: normal;
|
text-align: center;
|
color: #000;
|
}
|
.menu-first:first-child {
|
border-radius: 6px 6px 0 0;
|
}
|
.menu-first:last-child {
|
border-radius: 0 0 6px 6px;
|
}
|
/*一级菜单鼠标划过状态*/
|
.menu-first:hover{
|
text-decoration: none;
|
background-color: #d6d4d5;
|
border-top: 1px solid #b7b7b7;
|
border-bottom: 1px solid #acacac;
|
color: #000;
|
}
|
.page-title {
|
border-top: 1px solid #eee;
|
margin: 30px 0 -20px;
|
color: #5a5a5a;
|
}
|