first commit

This commit is contained in:
kicap1992
2024-05-07 19:49:43 +00:00
commit b2a992e15a
3124 changed files with 635045 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/less/._color-green.less Executable file

Binary file not shown.

Binary file not shown.

BIN
assets/less/._color-orange.less Executable file

Binary file not shown.

BIN
assets/less/._color-red.less Executable file

Binary file not shown.

BIN
assets/less/._color-violet.less Executable file

Binary file not shown.

BIN
assets/less/._color-yellow.less Executable file

Binary file not shown.

BIN
assets/less/._general.less Executable file

Binary file not shown.

BIN
assets/less/._header.less Executable file

Binary file not shown.

BIN
assets/less/._main.less Executable file

Binary file not shown.

BIN
assets/less/._style.less Executable file

Binary file not shown.

BIN
assets/less/._variables.less Executable file

Binary file not shown.

411
assets/less/color-chocolate.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(121,85,72);
@main_hover: rgb(89,54,1);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(156,111,95);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(121,85,72, 0.2) 0, rgba(121,85,72, 0.3) 40%, rgba(121,85,72, 0.4) 50%, rgba(121,85,72, 0.5) 60%, rgba(121,85,72, 0) 70%);
background: -o-radial-gradient(rgba(121,85,72, 0.2) 0, rgba(121,85,72, 0.3) 40%, rgba(121,85,72, 0.4) 50%, rgba(121,85,72, 0.5) 60%, rgba(121,85,72, 0) 70%);
background: -moz-radial-gradient(rgba(121,85,72, 0.2) 0, rgba(121,85,72, 0.3) 40%, rgba(121,85,72, 0.4) 50%, rgba(121,85,72, 0.5) 60%, rgba(121,85,72, 0) 70%);
background: radial-gradient(rgba(121,85,72, 0.2) 0, rgba(121,85,72, 0.3) 40%, rgba(121,85,72, 0.4) 50%, rgba(121,85,72, 0.5) 60%, rgba(121,85,72, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-dark-blue.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(63,81,181);
@main_hover: rgb(43,59,165);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(86,105,213);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(63,81,181, 0.2) 0, rgba(63,81,181, 0.3) 40%, rgba(63,81,181, 0.4) 50%, rgba(63,81,181, 0.5) 60%, rgba(63,81,181, 0) 70%);
background: -o-radial-gradient(rgba(63,81,181, 0.2) 0, rgba(63,81,181, 0.3) 40%, rgba(63,81,181, 0.4) 50%, rgba(63,81,181, 0.5) 60%, rgba(63,81,181, 0) 70%);
background: -moz-radial-gradient(rgba(63,81,181, 0.2) 0, rgba(63,81,181, 0.3) 40%, rgba(63,81,181, 0.4) 50%, rgba(63,81,181, 0.5) 60%, rgba(63,81,181, 0) 70%);
background: radial-gradient(rgba(63,81,181, 0.2) 0, rgba(63,81,181, 0.3) 40%, rgba(63,81,181, 0.4) 50%, rgba(63,81,181, 0.5) 60%, rgba(63,81,181, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-dark-green.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(38,50,56);
@main_hover: rgb(9,14,0);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(62,71,75);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(38,50,56, 0.2) 0, rgba(38,50,56, 0.3) 40%, rgba(38,50,56, 0.4) 50%, rgba(38,50,56, 0.5) 60%, rgba(38,50,56, 0) 70%);
background: -o-radial-gradient(rgba(38,50,56, 0.2) 0, rgba(38,50,56, 0.3) 40%, rgba(38,50,56, 0.4) 50%, rgba(38,50,56, 0.5) 60%, rgba(38,50,56, 0) 70%);
background: -moz-radial-gradient(rgba(38,50,56, 0.2) 0, rgba(38,50,56, 0.3) 40%, rgba(38,50,56, 0.4) 50%, rgba(38,50,56, 0.5) 60%, rgba(38,50,56, 0) 70%);
background: radial-gradient(rgba(38,50,56, 0.2) 0, rgba(38,50,56, 0.3) 40%, rgba(38,50,56, 0.4) 50%, rgba(38,50,56, 0.5) 60%, rgba(38,50,56, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-green.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(76,175,80);
@main_hover: rgb(38,141,41);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(94,198,98);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(76,175,80, 0.2) 0, rgba(76,175,80, 0.3) 40%, rgba(76,175,80, 0.4) 50%, rgba(76,175,80, 0.5) 60%, rgba(76,175,80, 0) 70%);
background: -o-radial-gradient(rgba(76,175,80, 0.2) 0, rgba(76,175,80, 0.3) 40%, rgba(76,175,80, 0.4) 50%, rgba(76,175,80, 0.5) 60%, rgba(76,175,80, 0) 70%);
background: -moz-radial-gradient(rgba(76,175,80, 0.2) 0, rgba(76,175,80, 0.3) 40%, rgba(76,175,80, 0.4) 50%, rgba(76,175,80, 0.5) 60%, rgba(76,175,80, 0) 70%);
background: radial-gradient(rgba(76,175,80, 0.2) 0, rgba(76,175,80, 0.3) 40%, rgba(76,175,80, 0.4) 50%, rgba(76,175,80, 0.5) 60%, rgba(76,175,80, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-light-blue.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(33,150,243);
@main_hover: rgb(19,130,239);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(68,169,249);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(33,150,243, 0.2) 0, rgba(33,150,243, 0.3) 40%, rgba(33,150,243, 0.4) 50%, rgba(33,150,243, 0.5) 60%, rgba(33,150,243, 0) 70%);
background: -o-radial-gradient(rgba(33,150,243, 0.2) 0, rgba(33,150,243, 0.3) 40%, rgba(33,150,243, 0.4) 50%, rgba(33,150,243, 0.5) 60%, rgba(33,150,243, 0) 70%);
background: -moz-radial-gradient(rgba(33,150,243, 0.2) 0, rgba(33,150,243, 0.3) 40%, rgba(33,150,243, 0.4) 50%, rgba(33,150,243, 0.5) 60%, rgba(33,150,243, 0) 70%);
background: radial-gradient(rgba(33,150,243, 0.2) 0, rgba(33,150,243, 0.3) 40%, rgba(33,150,243, 0.4) 50%, rgba(33,150,243, 0.5) 60%, rgba(33,150,243, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-orange.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(255,87,34);
@main_hover: rgb(253,17,0);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(255,105,58);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(255,87,34, 0.2) 0, rgba(255,87,34, 0.3) 40%, rgba(255,87,34, 0.4) 50%, rgba(255,87,34, 0.5) 60%, rgba(255,87,34, 0) 70%);
background: -o-radial-gradient(rgba(255,87,34, 0.2) 0, rgba(255,87,34, 0.3) 40%, rgba(255,87,34, 0.4) 50%, rgba(255,87,34, 0.5) 60%, rgba(255,87,34, 0) 70%);
background: -moz-radial-gradient(rgba(255,87,34, 0.2) 0, rgba(255,87,34, 0.3) 40%, rgba(255,87,34, 0.4) 50%, rgba(255,87,34, 0.5) 60%, rgba(255,87,34, 0) 70%);
background: radial-gradient(rgba(255,87,34, 0.2) 0, rgba(255,87,34, 0.3) 40%, rgba(255,87,34, 0.4) 50%, rgba(255,87,34, 0.5) 60%, rgba(255,87,34, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-red.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(244,67,54);
@main_hover: rgb(205,0,0);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(250,88,76);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(244,67,54, 0.2) 0, rgba(244,67,54, 0.3) 40%, rgba(244,67,54, 0.4) 50%, rgba(244,67,54, 0.5) 60%, rgba(244,67,54, 0) 70%);
background: -o-radial-gradient(rgba(244,67,54, 0.2) 0, rgba(244,67,54, 0.3) 40%, rgba(244,67,54, 0.4) 50%, rgba(244,67,54, 0.5) 60%, rgba(244,67,54, 0) 70%);
background: -moz-radial-gradient(rgba(244,67,54, 0.2) 0, rgba(244,67,54, 0.3) 40%, rgba(244,67,54, 0.4) 50%, rgba(244,67,54, 0.5) 60%, rgba(244,67,54, 0) 70%);
background: radial-gradient(rgba(244,67,54, 0.2) 0, rgba(244,67,54, 0.3) 40%, rgba(244,67,54, 0.4) 50%, rgba(244,67,54, 0.5) 60%, rgba(244,67,54, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-violet.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(103,58,183);
@main_hover: rgb(80,39,167);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(127,79,213);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(103,58,183, 0.2) 0, rgba(103,58,183, 0.3) 40%, rgba(103,58,183, 0.4) 50%, rgba(103,58,183, 0.5) 60%, rgba(103,58,183, 0) 70%);
background: -o-radial-gradient(rgba(103,58,183, 0.2) 0, rgba(103,58,183, 0.3) 40%, rgba(103,58,183, 0.4) 50%, rgba(103,58,183, 0.5) 60%, rgba(103,58,183, 0) 70%);
background: -moz-radial-gradient(rgba(103,58,183, 0.2) 0, rgba(103,58,183, 0.3) 40%, rgba(103,58,183, 0.4) 50%, rgba(103,58,183, 0.5) 60%, rgba(103,58,183, 0) 70%);
background: radial-gradient(rgba(103,58,183, 0.2) 0, rgba(103,58,183, 0.3) 40%, rgba(103,58,183, 0.4) 50%, rgba(103,58,183, 0.5) 60%, rgba(103,58,183, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

411
assets/less/color-yellow.less Executable file
View File

@ -0,0 +1,411 @@
/*
Version 2.0[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Header
3. User Main Menu
4. Navigation
5. Menu Active
6. Fixed Navbar7. Footer
8. Box Content
9. Data Tables
10. Inbox List
11. Menu Mobile Button
12. Notice
13. Search Form
14. Mail
15. Login, Register, ... Form
16. Pricing Plan
17. Gallery
-------------------------------------------------------------------------*/
@import url(variables.less);
@main : rgb(255,193,7);
@main_hover: rgb(252,168,0);
@main_hover_2: rgb(255,255,255);
@mobile_bg: rgb(255,203,48);
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
a{
color: @main;
&:hover,&:active,&:focus{
color: @main_hover;
}
}
.fa-hover{
&:hover{
background: @main;
color: @white;
.ico,.fa{
color: @white;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header{
.logo{
color: @white;
background: @main_hover;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. User Main Menu
*/
.user{
.control-list{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
.name{
a{
color: @dark;
&:hover{
color: @main;
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Navigation
*/
.navigation{
.menu{
a{
@media (min-width: 1025px) { &:hover{ color: @main;
i{ color: @main; }
} }
&.active,&.current{ color: @main; }
}
> li{
&.current{
> a{
background: @main;
color: @white;
> i{
color: @white;
}
}
.current > a{
color: @main;
}
}
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(255,193,7, 0.2) 0, rgba(255,193,7, 0.3) 40%, rgba(255,193,7, 0.4) 50%, rgba(255,193,7, 0.5) 60%, rgba(255,193,7, 0) 70%);
background: -o-radial-gradient(rgba(255,193,7, 0.2) 0, rgba(255,193,7, 0.3) 40%, rgba(255,193,7, 0.4) 50%, rgba(255,193,7, 0.5) 60%, rgba(255,193,7, 0) 70%);
background: -moz-radial-gradient(rgba(255,193,7, 0.2) 0, rgba(255,193,7, 0.3) 40%, rgba(255,193,7, 0.4) 50%, rgba(255,193,7, 0.5) 60%, rgba(255,193,7, 0) 70%);
background: radial-gradient(rgba(255,193,7, 0.2) 0, rgba(255,193,7, 0.3) 40%, rgba(255,193,7, 0.4) 50%, rgba(255,193,7, 0.5) 60%, rgba(255,193,7, 0) 70%);
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Menu Active
*/
@media(min-width: 800px){
.menu-active{
.header{
.logo{
color: @main_hover;
&:before{
background: @main_hover;
}
&:after{
background: @white;
}
}
}
.navigation{
.menu{
> li{
&:hover{
> a{
background: @main;
color: @white;
i{
color: @white;
}
}
}
}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
background: @main;
color: @white;
.ico-item{
color: @main_hover_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
7. Footer
*/
.footer{
color: rgba(0, 0, 0, 0.7);
a{ color: rgba(0, 0, 0, 0.7);
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
8. Box Content
*/
.box-content{
.dropdown.js__drop_down{
.sub-menu{
background: @white;
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; }}
}
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
9. Data Tables
*/
.dataTables_wrapper{
.dataTable{
.group{
background-color: @main !important;
color: @white !important;
}
}
}
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td{
background: @main!important;
color: @white!important;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
10. Inbox List
*/
.inbox-list{
.name{
color: @main;
@media (min-width: 1025px) { &:hover{ color: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/
.menu-mobile-button{
color: @white;
background: @mobile_bg;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
12. Notice
*/
/* Notice List */
.notice-list{
.name{
color: #212121;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/* Notice Popup */
.notice-popup{
background: @white;
.notice-read-more{
color: #212121;
&:hover{
color: @main;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
13. Search Form
*/
.searchform{
.button-search{
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
14. Mail
*/
.box-body {
.nav{
li.active a{
background: @white;
color: @main;
}
a{
color: #212121;
&:hover{
background: @white;
color: @main;
}
}
}
}
.mailbox-messages{
.unread{
> td:first-of-type{ border-left-color: @main;}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
15. Login, Register, ... Form
*/
.frm-single{
.frm-input{
.frm-inp{
&:focus{
border-color: @main;
}
}
}
.frm-submit{
background: @main;
color: @white;
@media (min-width: 1025px) { &:hover{ background: @main_hover; } }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
16. Pricing Plan
*/
.pricing-table{
.thead{
background: @main;
color: #fff;
&.bg-main-2{background-color: @main}
&.bg-blue-1{background-color: #2444f9}
&.bg-blue-2{background-color: #1e3def}
&.bg-blue-3{background-color: @main}
}
.td{
.fa-check{
color: @main;
}
}
.col-featured{
.td{
.btn-order{ background: @main; }
}
}
@media(min-width: 1025px){
.td .btn-order:hover{background: @main}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
17. Gallery
*/
.isotope-filter{
.filter-controls{
a{
color: @dark;
@media (min-width: 1025px) { &:hover{ color: @main; } }
}
.js__active{ color: @main; }
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
18. User Info
*/
.user-info{
a{
color: @main;
&:hover{
color: @main_hover;
}
}
}
/*---------------------------------------------------------------------*/

691
assets/less/general.less Executable file
View File

@ -0,0 +1,691 @@
/*
Version 2.0
[Table of contents]
-------------------------------------------------------------------------
1. Globally Applied Styles
2. Layout/Boxed
3. Hover
4. Support Class
-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
1. Globally Applied Styles
*/
html,body{
position: relative;
height: 100%;
background: @white_light;
color: @main;
}
#wrapper{
position: relative;
top: 0px;
z-index: 10;
width: 100%;
min-height: 100%;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
background: @white_light;
overflow: hidden;
transition: transform 0.4s ease;
-webkit-transition: -webkit-transform 0.4s ease;
-moz-transition: -moz-transform 0.4s ease;
-o-transition: -o-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
@media(min-width: 1025px){
top: 0px !important;
}
}
img{
max-width: 100%;
height: auto;
-webkit-backface-visibility: hidden;
}
input,button,a{
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
a{
text-decoration: none !important;
outline: none;
color: @blue;
}
a:hover,a:active,a:focus{
text-decoration: none !important;
outline: none;
color: @dark_blue;
}
input,button{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
outline: none;
}
label{
font-weight: 500;
margin-bottom: 10px;
}
/* Animation */
@-moz-keyframes pulse {
0% {
-moz-transform: scale(0);
opacity: 0.0;
}
25% {
-moz-transform: scale(0);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.1);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.5);
opacity: 0.5;
}
100% {
-moz-transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
25% {
-webkit-transform: scale(0);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.1);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.5);
opacity: 0.5;
}
100% {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
/* Class */
.fa-hover{
font-size: 14px;
line-height: 22px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
cursor: pointer;
.ico,.fa{
display: inline-block;
height: 22px;
vertical-align: top;
min-width: 28px;
font-size: 14px;
line-height: 22px;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
color: @dark;
}
&:hover{
background: @blue;
color: @white;
.ico,.fa{
font-size: 22px;
line-height: 22px;
height: 22px;
color: @white;
}
}
}
.input-no-style{
border: none;
background: none;
outline: none;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Layout/Boxed
*/
.row-inline-block{
font-size: 0px;
text-align: left;
> *{
display: inline-block;
float: none;
font-size: 14px;
vertical-align: top;
}
&.text-center > *{
text-align: center;
}
}
.row.small-spacing{
margin-left: -10px;
margin-right: -10px;
> *[class^="col-"]{
padding-left: 10px;
padding-right: 10px;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. Hover
*/
.light-effect{
position: relative;
overflow: hidden;
display: block;
&:after{
content: "";
display: block;
position: absolute;
top: 0px;
left: -200%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transform: skew(45deg);
-webkit-transform: skew(45deg);
-moz-transform: skew(45deg);
-o-transform: skew(45deg);
-ms-transform: skew(45deg);
}
&:hover:after{
left: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. Support Class
*/
.error{
color: @danger;
font-weight: 400;
padding: 5px 0px 5px 0px;
}
.display-none{
display: none;
}
@media(min-width: 1025px){
.hidden-on-desktop{
display: none!important;
}
}
h4 strong{ font-weight: 600; font-size: 16px }
.help-block{
margin-top: 10px;
color: @brown;
}
.margin-top-0{ margin-top: 0px !important; }
.margin-top-10{ margin-top: 10px !important; }
.margin-top-15{ margin-top: 15px !important; }
.margin-top-20{ margin-top: 20px !important; }
.margin-top-30{ margin-top: 30px !important; }
.margin-top-40{ margin-top: 40px !important; }
.margin-top-50{ margin-top: 50px !important; }
.margin-top-60{ margin-top: 60px !important; }
.margin-top-70{ margin-top: 70px !important; }
.margin-top-80{ margin-top: 80px !important; }
.margin-top-90{ margin-top: 90px !important; }
.margin-top-100{ margin-top: 100px !important; }
.margin-bottom-0{ margin-bottom: 0px !important; }
.margin-bottom-10{ margin-bottom: 10px !important; }
.margin-bottom-20{ margin-bottom: 20px !important; }
.margin-bottom-30{ margin-bottom: 30px !important; }
.margin-bottom-40{ margin-bottom: 40px !important; }
.margin-bottom-50{ margin-bottom: 50px !important; }
.margin-bottom-60{ margin-bottom: 60px !important; }
.margin-bottom-70{ margin-bottom: 70px !important; }
.margin-bottom-80{ margin-bottom: 80px !important; }
.margin-bottom-90{ margin-bottom: 90px !important; }
.margin-bottom-100{ margin-bottom: 100px !important; }
.padding-for-mess{ padding: 10px 15px 10px 15px; }
.padding-10{ padding: 10px !important; }
.padding-20{ padding: 20px !important; }
.padding-30{ padding: 30px !important; }
.min-height-100{ min-height: 100px!important }
.min-height-200{ min-height: 200px!important }
.min-height-300{ min-height: 300px!important }
.min-height-400{ min-height: 400px!important }
.min-height-500{ min-height: 500px!important }
.no-margin{ margin: 0px !important; }
.no-padding{ padding: 0px !important; }
.inline-block{ display: inline-block; }
.btn-group-lg>.btn, .btn-lg{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.btn{
background: #e4e7ea;
outline: none !important;
font-size: 16px;
line-height: 26px;
padding: 8px 25px;
border: none;
font-weight: 500;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
&.btn-bordered{
background: @white;
color: @dark;
border: 2px solid #e4e7ea;
&:hover{
background: #e4e7ea;
}
}
&.btn-rounded{
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
&.btn-lg{
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
}
&.btn-sm{
border-radius: 19px;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
}
}
&.btn-lg{
font-size: 18px;
line-height: 28px;
padding: 15px 35px;
}
&.btn-sm{
font-size: 14px;
line-height: 24px;
padding: 7px 20px;
}
&.btn-xs{
font-size: 12px;
line-height: 22px;
padding: 5px 15px;
}
&.btn-icon{
position: relative;
overflow: hidden;
.ico{
position: absolute;
top: 0;
width: 42px;
height: 100%;
line-height: 42px;
background: rgba(0,0,0,0.1);
}
&.btn-lg .ico{ line-height: 58px; }
&.btn-sm .ico{ line-height: 38px; width: 38px; }
&.btn-xs .ico{ line-height: 32px; width: 32px; }
}
&.btn-icon-left{
padding-left: 57px;
padding-right: 15px;
&.btn-lg{
padding-right: 30px;
padding-left: 73px;
}
.ico{
left: 0;
}
&.btn-sm{ padding-left: 53px }
&.btn-xs{ padding-left: 47px }
}
&.btn-icon-right{
padding-right: 57px;
padding-left: 15px;
&.btn-lg{
padding-left: 30px;
padding-right: 73px;
}
.ico{
right: 0;
}
&.btn-sm{ padding-right: 53px }
&.btn-xs{ padding-right: 47px }
}
&.btn-circle{
padding-right: 0;
padding-left: 0;
width: 42px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
&.btn-lg{ width: 58px }
&.btn-sm{ width: 38px }
&.btn-xs{ width: 32px }
}
&.btn-social{
width: 38px;
height: 38px;
padding: 0;
line-height: 38px;
color: @white;
}
&.btn-facebook{ background-color: #3b5998 !important; }
&.btn-twitter{ background-color: #55acee !important; }
&.btn-google-plus{ background-color: #dd4b39 !important; }
&.btn-linkedin{ background-color: #007bb6 !important; }
&.btn-instagram{ background-color: #3f729b !important; }
&.btn-pinterest{ background-color: #cb2027 !important; }
&.btn-dribbble{ background-color: #ea4c89 !important; }
&.btn-youtube{ background-color: #bb0000 !important; }
&.btn-social-with-text{
width: 100%;
margin-bottom: 15px;
}
.ico{
display: inline-block;
}
.ico-left{
margin-right: 8px;
}
.ico-right{
margin-left: 8px;
}
}
.btn-primary{ background: @blue;
&:hover,&:active,&:focus{ background: @dark_blue!important; }
&.btn-bordered{ border-color: @blue; color: @blue;
&:hover,&:active,&:focus{
border-color: @dark_blue;
color: @white;
}
}
}
.btn-success{ background: @success;
&:hover,&:active,&:focus{ background: @success_hover!important; }
&.btn-bordered{ border-color: @success; color: @success;
&:hover,&:active,&:focus{
border-color: @success_hover;
color: @white;
}
}
}
.btn-info{ background: @info;
&:hover,&:active,&:focus{ background: @info_hover!important; }
&.btn-bordered{ border-color: @info; color: @info;
&:hover,&:active,&:focus{
border-color: @info_hover;
color: @white;
}
}
}
.btn-warning{ background: @warning;
&:hover,&:active,&:focus{ background: @warning_hover!important; }
&.btn-bordered{ border-color: @warning; color: @warning;
&:hover,&:active,&:focus{
border-color: @warning_hover;
color: @white;
}
}
}
.btn-danger{ background: @danger;
&:hover,&:active,&:focus{ background: @danger_hover!important; }
&.btn-bordered{ border-color: @danger; color: @danger;
&:hover,&:active,&:focus{
border-color: @danger_hover;
color: @white;
}
}
}
.btn-violet{
background: @violet;
color: @white;
&:hover,&:active,&:focus{
color: @white;
background: @violet_hover!important;
}
&.btn-bordered{ border-color: @violet; color: @violet;
&:hover,&:active,&:focus{
border-color: @violet_hover;
color: @white;
}
}
}
.btn-orange{
background: @orange;
color: @white;
&:hover,&:active,&:focus{
color: @white;
background: @orange_hover!important;
}
&.btn-bordered{ border-color: @orange; color: @orange;
&:hover,&:active,&:focus{
border-color: @orange_hover;
color: @white;
}
}
}
.tour-buttons .btn.btn-sm{
height: 30px;
font-size: 12px;
line-height: 30px;
padding: 0 10px;
}
@media(max-width: 999px){
.list-inline-faq li{ width: 100% }
}
.limit-width{
max-width: 600px;
display: block;
margin: 0px auto 0px;
float: none;
}
.width-100{ max-width: 100px !important; width: 100px !important; }
.width-200{ max-width: 200px !important; width: 200px !important; }
.width-300{ max-width: 300px !important; width: 300px !important; }
.width-400{ max-width: 400px !important; width: 400px !important; }
.width-500{ max-width: 500px !important; width: 500px !important; }
/* Background colors */
.bg-custom {
background-color: #71b6f9 !important;
}
.bg-primary {
background-color: @blue !important;
}
.bg-success {
background-color: @success !important;
}
.bg-info {
background-color: @info !important;
}
.bg-warning {
background-color: #ff8f00 !important;
}
.bg-danger {
background-color: @danger !important;
}
.bg-muted {
background-color: @muted !important;
}
.bg-inverse {
background-color: @inverse !important;
}
.bg-purple {
background-color: @purple !important;
}
.bg-pink {
background-color: @pink !important;
}
.bg-white {
background-color: @white !important;
}
.bg-lightdark {
background-color: @muted !important;
}
.bg-violet {
background-color: @violet !important;
}
.bg-orange {
background-color: @orange !important;
}
/* Text colors */
.text-custom {
color: #6200ea !important;
}
.text-white {
color: @white !important;
}
.text-danger {
color: #ff1744 !important;
}
.text-muted {
color: @brown !important;
}
.text-primary {
color: @navy !important;
}
.text-warning {
color: @warning !important;
}
.text-success {
color: @success !important;
}
.text-info {
color: @info !important;
}
.text-inverse {
color: @inverse !important;
}
.text-pink {
color: @pink !important;
}
.text-purple {
color: @purple !important;
}
.text-dark {
color: #212121 !important;
}
.text-orange{
color: @orange !important;
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success{
background: @success;
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info{
background: @info;
}
.table>tbody>tr.primary>td,
.table>tbody>tr.primary>th,
.table>tbody>tr>td.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr.primary>td,
.table>tfoot>tr.primary>th,
.table>tfoot>tr>td.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>thead>tr.primary>th,
.table>thead>tr>td.primary,
.table>thead>tr>th.primary{
background: @blue;
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger{
background: @danger;
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning{
background: @warning;
}
/*---------------------------------------------------------------------*/

899
assets/less/header.less Executable file
View File

@ -0,0 +1,899 @@
/*
Themes: Ninja Admin
Version 2.0
[Table of contents]
-------------------------------------------------------------------------
1. Main Menu
2. Structure
3. Header
4. User Main Menu
5. Navigation
6. Fixed Navbar
-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
1. Main Menu
*/
.main-menu{
position: fixed;
top: 0px;
left: 0px;
z-index: 30;
width: 260px;
height: 100%;
padding-top: 185px;
background: @white;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
.content{
height: 100%;
overflow: auto;
}
.button-close{
display: none;
position: absolute;
top: 25px;
right: 10px;
font-size: 16px;
outline: none;
background: none;
border: none;
font-size: 20px;
color: @white;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background: @brown !important
}
&:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
}
.main-content{
position: relative;
z-index: 10;
margin-left: 280px;
margin-right: 20px;
padding-top: 95px;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Structure
*/
.fixed-navbar{
position: fixed;
top: 0px;
left: 260px;
z-index: 20;
right: 0px;
padding: 0px 20px 0px 80px;
background: @blue;
color: @white;
.searchform{
opacity: 0;
visibility: hidden;
position: absolute;
right: -3px;
top: 13px;
height: 49px;
font-size: 0;
line-height: 0;
padding: 0;
width: 50px;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
&.active{
opacity: 1;
width: 320px;
visibility: visible;
transform: translateY(0);
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
}
.input-search{
font-weight: 500;
height: 49px;
font-size: 14px;
width: 320px;
max-width: 100%;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}
.button-search{
top: 50%;
right: 11px;
color: #aab2bd;
font-size: 18px;
transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
&.mdi{
font-size: 24px;
}
}
}
}
@media(max-width: 799px){
.main-menu{
transform: translate(-110%, 0);
-webkit-transform: translate(-110%, 0);
-moz-transform: translate(-110%, 0);
-o-transform: translate(-110%, 0);
-ms-transform: translate(-110%, 0);
.header{
text-align: left;
padding-left: 20px;
}
.button-close{
display: block;
}
}
.main-content{ margin-left: 20px; }
.fixed-navbar{
left: 0px;
right: 0px;
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.menu-active{
.main-menu{
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
}
}
}
@media(max-width: 599px){
.fixed-navbar .searchform{
top: 75px;
position: fixed;
width: 100%;
right: 0;
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
&.active{
width: 100%;
}
.input-search{
width: 100%;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
3. Header
*/
.header{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 185px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 75px;
.logo{
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 20px;
line-height: 75px;
height: 75px;
white-space: nowrap;
overflow: hidden;
color: @white;
background: @dark_blue;
font-weight: 500;
.ico{
margin-right: 5px;
font-size: 24px;
position: relative;
top: 2px;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
4. User Main Menu
*/
.user{
position: absolute;
top: 75px;
left: 0;
width: 100%;
padding: 32px 40px 0 100px;
height: 110px;
&:after {
content: "";
display: block;
width: 0px;
height: 0px;
clear: both;
overflow: hidden;
}
.control-wrap.active .control-list{
opacity: 1;
visibility: visible;
}
.avatar{
max-width: 70px;
position: absolute;
top: 19px;
left: 20px;
img{
border: 3px solid @border;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
}
.control-wrap{
position: absolute;
width: 20px;
height: 40px;
right: 15px;
top: 44px;
text-align: center;
> .fa{
font-size: 18px;
line-height: 20px;
color: #434a54;
cursor: pointer;
}
}
.control-list{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
right: 0;
margin-right: 5px;
z-index: 20;
width: 200px;
margin-top: 2px;
padding: 10px 0px;
border: 1px solid rgba(152, 166, 173, 0.15);
background: #ffffff;
list-style: none;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
-o-transform: translate(0, 20px);
-ms-transform: translate(0, 20px);
box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
a{
top: 0px;
color: @dark;
font-size: 14px;
line-height: 24px;
padding: 6px 20px 6px 20px;
display: block;
text-align: left;
i{
font-size: 16px;
line-height: 24px;
width: 25px;
}
&:hover{
color: @blue;
}
}
}
.name{
color: @dark;
margin: 0px;
font-size: 16px;
line-height: 26px;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a{ color: @dark;
@media (min-width: 1025px) { &:hover{ color: @blue; } }
}
}
.position{
color: @brown;
font-weight: 400;
font-size: 12px;
line-height: 15px;
margin: 0;
}
.status{
position: absolute;
bottom: 5px;
right: 5px;
width: 12px;
height: 12px;
border: 1px solid @white;
background: @white;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
&:before{
content: "";
position: absolute;
top: 1px;
left: 1px;
width: 8px;
height: 8px;
background: @success;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
5. Navigation
*/
.navigation{
.title{
padding: 12px 20px;
margin: 0;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #212121;
background: #e6e9ed;
}
.menu{
list-style: none;
padding: 0px;
margin: 0px;
a{
display: block;
color: #434a54;
@media (min-width: 1025px) { &:hover{ color: @blue;
i{ color: @blue; }
} }
&.active,&.current{ color: @blue; }
i{
color: #212121;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
}
> li{
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
> a{
position: relative;
padding: 14px 30px 14px 53px;
margin: 0px;
span{
vertical-align: middle;
font-size: 14px;
}
.menu-arrow{
position: absolute;
top: 14px;
right: 20px;
font-size: 14px;
line-height: 18px;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
}
&.active{
background: rgba(0, 0, 0, 0.05);
> a{
background: #e6e9ed;
.menu-arrow{
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
}
}
}
&.current{
> a{
background: @blue;
color: #ffffff;
> i{
color: #ffffff;
}
}
.current > a{
color: @blue;
}
.sub-menu{
display: block;
}
}
}
.sub-menu{
display: none;
list-style: none;
padding: 0px;
margin: 0px;
a{ padding: 10px 20px 10px 53px; }
}
.menu-icon{
display: inline-block;
position: absolute;
top: 0px;
left: 0;
margin-left: 0;
width: 50px;
font-size: 18px;
line-height: 49px;
text-align: center;
vertical-align: middle;
&.mdi{
font-size: 20px;
}
}
.notice{
position: absolute;
top: 12px;
right: 20px;
font-size: 12px;
}
.waves-ripple{
background: -webkit-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
background: -o-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
background: -moz-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
background: radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
}
}
}
@media(min-width: 800px){
.main-menu{
transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
-webkit-transition: none;
}
.header{
.logo{
transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
-webkit-transition: none;
}
}
.menu-active{
.header{
width: 75px;
height: 0;
padding: 0;
.logo{
position: fixed;
z-index: 988;
width: 75px;
height: 75px;
font-size: 0;
line-height: 80px;
color: @dark_blue;
background: transparent;
&::first-letter{
font-size: 28px;
}
&:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 75px;
height: 75px;
background: @dark_blue;
z-index: -2;
}
&:after{
content: '';
position: absolute;
left: 20px;
top: 20px;
width: 35px;
height: 35px;
background: @white;
z-index: -1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.ico{
margin-right: 0;
top: 0;
}
}
}
.main-menu{
position: absolute;
width: 75px;
padding-top: 75px;
}
.fixed-navbar{
left: 75px;
z-index: 40;
}
.main-content{
margin-left: 95px;
}
.user{
display: none;
}
.navigation{
.title{
display: none;
}
.menu{
> li{
position: relative;
> a{
height: 48px;
padding: 10px 30px;
transition: color 0.4s ease;
-moz-transition: color 0.4s ease;
-o-transition: color 0.4s ease;
-ms-transition: color 0.4s ease;
-webkit-transition: color 0.4s ease;
span{
display: none;
font-size: 14px;
line-height: 30px;
}
.menu-arrow,.notice{
display: none!important;
}
}
&:hover{
> a{
width: 260px;
background: @blue;
color: @white;
padding-left: 90px;
i{
color: @white;
}
span{
display: block;
}
}
.sub-menu{
display: block!important;
}
}
}
.menu-icon{
font-size: 24px;
width: 75px;
&.mdi{
font-size: 26px;
}
}
.sub-menu{
display: none!important;
position: absolute;
top: 100%;
left: 75px;
width: 185px;
a{
background: #e6e9ed;
padding: 10px 15px;
}
}
}
}
.mCSB_container,.mCustomScrollBox,.content{
overflow: visible;
}
body{
height: auto
}
}
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
6. Fixed Navbar
*/
.fixed-navbar{
height: 75px;
.ico-item{
display: inline-block;
position: relative;
margin-left: 15px;
cursor: pointer;
font-size: 19px;
line-height: 75px;
color: @dark_blue_2;
@media (min-width: 1025px) { &:hover{color: @white; } }
.ico-img{
max-height: 40px;
width: auto;
margin-top: -3px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}
.ico-item{
margin-left: 0;
&.mdi{
font-size: 24px;
&:before{
font-size: 24px;
line-height: 75px;
position: relative;
top: 3px;
}
}
}
&.mdi{
font-size: 24px;
&:before{
font-size: 24px;
line-height: 75px;
position: relative;
top: 3px;
}
}
&.pulse{
&:before{
content: '';
width: 2px;
height: 2px;
border: 3px solid #ffce54 ;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: #ffce54 ;
z-index: 10;
position: absolute;
right: 2px;
top: 28px;
}
&:after{
content: '';
border: 4px solid #ffce54 ;
background: transparent;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
height: 30px;
width: 30px;
-webkit-animation: pulse 3s ease-out;
-moz-animation: pulse 3s ease-out;
animation: pulse 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
position: absolute;
top: 16px;
left: -1px;
z-index: 1;
opacity: 0;
}
}
&.toggle-hover{
position: relative;
.toggle-content{
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
right: -10px;
background: @white;
border: 1px solid rgba(152, 166, 173, 0.15);
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
-o-transform: translate(0, 20px);
-ms-transform: translate(0, 20px);
box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
ul{
margin: 0;
padding: 10px 15px 0;
list-style: none;
font-size: 0;
line-height: 0;
text-align: left;
width: 300px;
li{
width: calc(100% / 3);
display: inline-block;
text-align: center;
margin-bottom: 10px;
}
a{
display: block;
font-size: 14px;
line-height: 24px;
color: @dark;
> i{
display: block;
font-size: 18px;
line-height: 28px;
}
}
}
.read-more{
display: block;
background: #f5f5f5;
color: @dark;
font-size: 14px;
line-height: 34px;
text-align: center;
&:hover{
color: @blue;
}
}
}
&.active{
.toggle-content{
opacity: 1;
visibility: visible;
transform: translate(0);
-webkit-transform: translate(0);
-moz-transform: translate(0);
}
}
}
&:hover{
.sub-ico-item{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
visibility: visible;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
}
}
}
.sub-ico-item{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
visibility: hidden;
position: absolute;
right: 0;
top: 48px;
background-color: @white;
padding: 5px 0;
font-size: 0;
line-height: 0;
list-style: none;
border: 1px solid rgba(152,166,173,0.15);
transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
-webkit-transition: all .4s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);
-moz-transform: translate(0, 20px);
-o-transform: translate(0, 20px);
-ms-transform: translate(0, 20px);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.06),0 1px 0 0 rgba(0,0,0,0.02);
-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.06),0 1px 0 0 rgba(0,0,0,0.02);
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.06),0 1px 0 0 rgba(0,0,0,0.02);
&:before{
content: '';
position: absolute;
height: 10px;
width: 100%;
top: -10px;
left: 0
}
a{
display: block;
width: 200px;
padding: 6px 20px 6px 20px;
color: @dark;
font-size: 14px;
line-height: 24px;
&:hover{
color: @blue;
}
}
}
@media(max-width: 399px){
.ico-item{
display: none;
&:first-child{
display: inline-block;
}
}
}
}
/*---------------------------------------------------------------------*/

13
assets/less/main.less Executable file
View File

@ -0,0 +1,13 @@
/* Include variables for LESS */
@import "variables.less";
/* Import file styles */
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../plugin/bootstrap/css/bootstrap.min.css);
@import url(../plugin/nprogress/nprogress.css);
/* General css */
@import "general.less";
/* Header */
@import "header.less";
/* Style */
@import "style.less";

3270
assets/less/style.less Executable file

File diff suppressed because it is too large Load Diff

28
assets/less/variables.less Executable file
View File

@ -0,0 +1,28 @@
@blue: #304ffe;
@dark_blue: #1e3ded;
@dark_blue_2: #021cac;
@border: #d7ecfb;
@brown: #aab2bd;
@dark: #435966;
@main: #505458;
@navy: #188ae2;
@purple: #5b69bc;
@white: #ffffff;
@white_light: #f5f7fa;
@info: #00aeff;
@info_hover: #00aeff;
@success: #00bf4f;
@success_hover: #00ce55;
@warning: #fbbc05;
@warning_hover: #ffa000;
@danger: #ea4335;
@danger_hover: #ff3838;
@violet: #7045ff;
@violet_hover: #8445ff;
@orange: #ff460b;
@orange_hover: #ff6230;
@muted: #f4f8fb;
@inverse: #212121;
@pink: #ff8acc;
@mobile_bg: #306ffe;