HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/school/public_html/school/optimum/less/colors/gray.less
@import "../variables.less";

/*Just change your choise color here its theme Colors*/

@topbar:#a0aec4;
@sidebar:#fff;
@bodycolor:#f1f2f7;
@headingtext: #2b2b2b;
@bodytext: #686868;
@sidebar-text:#54667a;
@themecolor:#a0aec4;
@dark-themecolor:#4F5467;


body{
  background:@sidebar;
}

/*Top Header Part*/
.top-left-part{
  background:rgba(0, 0, 0, 0.03);
}
.logo b{
   
}
.logo i{ color:@white;}

.navbar-header{ 
     background:@topbar;
}
.navbar-top-links > li > a{
    color:@white;
}



/*Right panel*/
.right-sidebar .rpanel-title{
  background:@themecolor;
}

/*Bread Crumb*/
.bg-title .breadcrumb .active{
    color:@themecolor;
}
.bg-title{
  
}

/*Sidebar*/

.sidebar {
    background:@sidebar;
    box-shadow:1px 0px 20px rgba(0, 0, 0, 0.08);
  .label-custom{
      background:@megna;
  }  
}
#side-menu li a{
    color:@sidebar-text;
}
#side-menu li a{
    color:@sidebar-text;
  border-left:0px solid @sidebar;
}

#side-menu > li > a {
    &:hover, &:focus{
        background:rgba(0, 0, 0, 0.03);
    }
   &.active {
            border-left:3px solid @themecolor;
            color:@dark;
            
            font-weight:500;
        i{
          color:@themecolor;
        }
        }

}
#side-menu ul > li > a {
    &:hover{
        color:@themecolor;
        
    }
    &.active{
     color:@dark;
     font-weight:500;
    }
}
.sidebar #side-menu .user-pro{
  .nav-second-level a:hover{
          color:@themecolor;
        }
  }
.fix-sidebar .top-left-part{
  background:@themecolor;
}
/*themecolor*/

.bg-theme {
  background-color: @danger !important;
}
.bg-theme-dark {
  background-color: @megna !important;
}

/*Chat widget*/
.chat-list .odd .chat-text{
    background:@themecolor;
}
/*Button*/
.btn-custom{
  background:@themecolor;
  border:1px solid @themecolor;
  color:@white;
  &:hover{
    background:@themecolor;
    opacity:0.8;
    color:@white;
    border:1px solid @themecolor;
  }
}
/*Custom tab*/
.customtab li.active a, .customtab li.active a:hover,  .customtab li.active a:focus{
 border-bottom:2px solid @themecolor;
 color:@themecolor;
}
.tabs-vertical li.active a, .tabs-vertical li.active a:hover,  .tabs-vertical li.active a:focus{
  background:@themecolor;
  border-right:2px solid @themecolor;
}
/*Nav-pills*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background:@themecolor;
  color:@white;
}