| | |
| | | */ |
| | | /** 蓝色主题 skin-blue **/ |
| | | .navbar, .skin-blue .navbar { |
| | | background-color: #3c8dbc |
| | | background-color: rgb(239,245,255); |
| | | } |
| | | |
| | | .skin-blue .navbar-default .nav>li.selected>a, |
| | |
| | | } |
| | | |
| | | .skin-blue .navbar .nav>li>a { |
| | | color: #fff |
| | | color: #565656 |
| | | } |
| | | |
| | | .skin-blue .navbar .nav>li>a:hover, |
| | |
| | | } |
| | | |
| | | .skin-blue .navbar .sidebar-toggle:hover { |
| | | background-color: #367fa9 |
| | | background-color: #2e9ddd |
| | | } |
| | | |
| | | @media ( max-width :767px) { |
| | |
| | | color: #fff |
| | | } |
| | | .skin-blue .navbar .dropdown-menu li a:hover { |
| | | background: #367fa9 |
| | | background: #2e9ddd |
| | | } |
| | | } |
| | | |
| | | .skin-blue .logo { |
| | | background-color: #367fa9; |
| | | background-color: rgb(44,46,68); |
| | | color: #fff; |
| | | border-bottom: 0 solid transparent |
| | | } |
| | | |
| | | .skin-blue .logo:hover { |
| | | background-color: #357ca5 |
| | | background-color: #198fd3 |
| | | } |
| | | |
| | | .skin-blue li.user-header { |
| | | background-color: #3c8dbc |
| | | background-color: #2da4e9 |
| | | } |
| | | |
| | | .skin-blue .content-header { |
| | |
| | | .skin-blue .nav>li.active { |
| | | color: #fff; |
| | | background: #293846; |
| | | border-left: 3px solid #3c8dbc; |
| | | border-left: 3px solid #2da4e9; |
| | | } |
| | | |
| | | .skin-blue .nav>li.active>ul li.active { |
| | |
| | | } |
| | | |
| | | .skin-blue.layout-top-nav>.logo { |
| | | background-color: #3c8dbc; |
| | | background-color: #2da4e9; |
| | | color: #fff; |
| | | border-bottom: 0 solid transparent |
| | | } |
| | |
| | | } |
| | | |
| | | .skin-blue .content-tabs { |
| | | border-bottom: 1px solid #e5e5e5; |
| | | /*border-bottom: 1px solid #e5e5e5;*/ |
| | | } |
| | | |
| | | .skin-blue.layout-top-nav>.logo { |
| | | background-color: #3c8dbc; |
| | | background-color: #2da4e9; |
| | | color: #fff; |
| | | border-bottom: 0 solid transparent |
| | | } |
| | |
| | | } |
| | | |
| | | .theme-dark .navbar-static-side { |
| | | background-color: #2f4050; |
| | | background-color: rgb(44, 46, 68); |
| | | } |
| | | |
| | | .theme-dark .user-panel { |
| | | background-color: #2f4050; |
| | | background-color: rgb(44,46,48); |
| | | } |
| | | |
| | | .theme-dark .navbar-default .nav>li>a:hover, |