First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
18
www/admin/menu/_css/_darkOrange.css
Normal file
18
www/admin/menu/_css/_darkOrange.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* _darkOrange.css V.jsp V.jsp V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton: darkorange;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
|
||||
header .navbar {
|
||||
background-color: darkorange!important;
|
||||
}
|
||||
|
||||
.skin-blue .main-header .logo {
|
||||
background-color: darkorange!important;
|
||||
}
|
||||
10
www/admin/menu/_css/_desk.css
Normal file
10
www/admin/menu/_css/_desk.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* _desk.css V.jsp V.jsp V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton:darkorange;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
18
www/admin/menu/_css/_purple.css
Normal file
18
www/admin/menu/_css/_purple.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* _purple.css V.jsp V.jsp V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton: #6b4fa6;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
|
||||
header .navbar {
|
||||
background-color: #6b4fa6!important;
|
||||
}
|
||||
|
||||
.skin-blue .main-header .logo {
|
||||
background-color: #6b4fa6!important;
|
||||
}
|
||||
18
www/admin/menu/_css/_red.css
Normal file
18
www/admin/menu/_css/_red.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* _red.css V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton: darkred;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
|
||||
header .navbar {
|
||||
background-color: darkred!important;
|
||||
}
|
||||
|
||||
.skin-blue .main-header .logo {
|
||||
background-color: darkred!important;
|
||||
}
|
||||
10
www/admin/menu/_css/_std.css
Normal file
10
www/admin/menu/_css/_std.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* _desk.css V.jsp V.jsp V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton:darkorange;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
18
www/admin/menu/_css/_www.css
Normal file
18
www/admin/menu/_css/_www.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* _purple.css V.jsp V.jsp V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/*********************************
|
||||
variabili per impostare colori menu button
|
||||
**********************************/
|
||||
:root {
|
||||
--bgMenuButton: #6b4fa6;
|
||||
--foreMenuButton: white;
|
||||
|
||||
}
|
||||
|
||||
header .navbar {
|
||||
background-color: #6b4fa6!important;
|
||||
}
|
||||
|
||||
.skin-blue .main-header .logo {
|
||||
background-color: #6b4fa6!important;
|
||||
}
|
||||
9
www/admin/menu/_css/menu.css
Normal file
9
www/admin/menu/_css/menu.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* mwnu.css V.jsp V.jsp 05-10-2021 CSS Document */
|
||||
|
||||
/************ bottoni menu principale ****/
|
||||
|
||||
.menuButton{
|
||||
|
||||
background-color: var(--bgMenuButton);;
|
||||
color: var(--foreMenuButton);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue