| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 | 
							
- /* 
 
-     Skins
 
-     -----
 
- */
 
- /* 
 
-     Skin Blue 
 
-     ---------
 
- */
 
- /* skin-blue navbar */
 
- .skin-blue .navbar {
 
-     .navbar-variant(@light-blue);
 
- }
 
- /* skin-blue logo */
 
- .skin-blue .logo {
 
-     .logo-variant(darken(@light-blue, 5%));
 
- }
 
- /* skin-blue content header */
 
- .skin-blue .right-side > .content-header {
 
-     background: #fbfbfb;
 
-     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
 
- }
 
- /* Skin-blue user panel */
 
- .skin-blue .user-panel {
 
-     > .image > img {
 
-         border: 1px solid #dfdfdf;
 
-     }
 
-     > .info, > .info > a {
 
-         color: @sidebar-light-font;
 
-     }
 
- }
 
- /* skin-blue sidebar */
 
- .skin-blue {
 
-     .sidebar {
 
-         border-bottom: 1px solid #fff;
 
-     }
 
-     // the menu 
 
-     .sidebar > .sidebar-menu > li {
 
-         border-top: 1px solid #fff;
 
-         border-bottom: 1px solid @sidebar-light-border;
 
-         &:first-of-type {
 
-             border-top: 1px solid @sidebar-light-border;
 
-             > a {
 
-                 border-top: 1px solid #fff;
 
-             }
 
-         }
 
-         > a {
 
-             margin-right: 1px;
 
-         }
 
-         //Hover and active states
 
-         > a:hover, &.active > a {
 
-             color: #222;
 
-             background: @sidebar-light-hover-bg;            
 
-         }
 
-         > .treeview-menu {
 
-             margin: 0 1px;
 
-             background: @body-bg;
 
-         }
 
-     }
 
-     // Sidebar color (Both .wrapper and .left-side are responsible for sidebar bg color) 
 
-     .left-side {
 
-         background: @sidebar-light-bg;
 
-         -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
 
-         -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
 
-         box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
 
-     }
 
-     .sidebar a {
 
-         color: @sidebar-light-font;
 
-         &:hover {
 
-             text-decoration: none;
 
-         }
 
-     }
 
-     // skin blue treeview-menu
 
-     .treeview-menu {
 
-         > li {
 
-             > a {color: #777;}
 
-             &.active > a, > a:hover {
 
-                 color: #111;
 
-             }
 
-         }
 
-     }
 
-     .sidebar-form {
 
-         .border-radius(2px);
 
-         border: 1px solid @sidebar-light-border;
 
-         margin: 10px 10px;
 
-         input[type="text"], .btn {
 
-             box-shadow: none;
 
-             background-color: #fafafa;
 
-             border: 1px solid #fafafa;
 
-             height: 35px;
 
-         }
 
-         input[type="text"]{
 
-             color: #666;
 
-             .border-radius(2px, 0, 2px, 0)!important;
 
-             &:focus, &:focus + .input-group-btn .btn {
 
-                 background-color: #fff;
 
-                 color: #666;
 
-             }
 
-             &:focus + .input-group-btn .btn {
 
-                 border-left-color: #fff;
 
-             }
 
-         }
 
-         .btn {
 
-             color: #999;
 
-             .border-radius(0, 2px, 0, 2px)!important;
 
-         }
 
-     }
 
- }
 
- /*
 
-     Skin Black
 
-     --------
 
- */
 
- /* skin-black navbar */
 
- .skin-black .navbar {
 
-     .navbar-variant(#fff; #333; #999; #fff);
 
-     border-bottom: 1px solid #eee;
 
- }
 
- /* skin-black logo */
 
- .skin-black .logo {
 
-     .logo-variant(#333);
 
- }
 
- /* skin-black content header */
 
- .skin-black .right-side > .content-header {
 
-     background: transparent;
 
-     box-shadow: none;
 
- }
 
- /* Skin-red user panel */
 
- .skin-black .user-panel {
 
-     > .image > img {
 
-         border: 1px solid #444;
 
-     }
 
-     > .info, > .info > a {
 
-         color: #eee;
 
-     }
 
- }
 
- /* skin-black sidebar */
 
- .skin-black {
 
-     .sidebar {
 
-         border-bottom: 1px solid #333;
 
-     }
 
-     // the menu 
 
-     .sidebar > .sidebar-menu > li {
 
-         border-top: 1px solid #333;
 
-         border-bottom: 0px solid #444;
 
-         &:first-of-type {
 
-             border-top: 1px solid #444;
 
-             > a {
 
-                 border-top: 0px solid #333;
 
-             }
 
-         }
 
-         > a {
 
-             margin-right: 1px;
 
-         }
 
-         //Hover and active states
 
-         > a:hover, &.active > a {
 
-             color: #f6f6f6;
 
-             background: #444;            
 
-         }
 
-         > .treeview-menu {
 
-             margin: 0 1px;
 
-             background: #444;
 
-         }
 
-     }
 
-     // Sidebar color
 
-     .left-side {
 
-         background: #333;
 
-     }
 
-     .sidebar a {
 
-         color: #eee;
 
-         &:hover {
 
-             text-decoration: none;
 
-         }
 
-     }
 
-     // skin blue treeview-menu
 
-     .treeview-menu {
 
-         > li {
 
-             > a {color: #ccc;}
 
-             &.active > a, > a:hover {
 
-                 color: #fff;
 
-             }
 
-         }
 
-     }
 
-     .sidebar-form {
 
-         .border-radius(2px);
 
-         border: 0px solid #555;
 
-         margin: 10px 10px;
 
-         input[type="text"], .btn {
 
-             box-shadow: none;
 
-             background-color: rgba(255,255,255, 0.1);   
 
-             border: 0 solid rgba(255,255,255, 0.1);
 
-             height: 35px;
 
-             outline: none;
 
-         }
 
-         input[type="text"]{
 
-             color: #666;            
 
-             .border-radius(2px, 0, 2px, 0)!important;
 
-             &:focus, &:focus + .input-group-btn .btn {
 
-                 background-color: #444;                
 
-                 border: 0;
 
-             }
 
-             &:focus + .input-group-btn .btn {
 
-                 border-left: 0;
 
-             }
 
-         }
 
-         .btn {
 
-             color: #999;
 
-             .border-radius(0, 2px, 0, 2px)!important;
 
-             border-left: 0;
 
-         }
 
-     }
 
- }
 
 
  |