diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index bab8568b8..8ad663c47 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3304,6 +3304,38 @@ margin:1px; li.li-active { background-color: lightgray !important; } + /****************************************/ + /* MENU LEVEL2 */ + /****************************************/ +.nav-level0 { + +} + + /* SM */ + @media (min-width: 576px) { + + } + + /* MD */ + @media (min-width: 768px) { + .nav-level0 .nav-item { + padding : 0.4%; + } + } + + /* LG */ + @media (min-width: 992px) { + + } + + /* XL */ + @media (min-width: 1200px) { + + } +/****************************************/ + /* MENU LEVEL2 */ +/****************************************/ + .nav-level2 { background-color: hsl(240, 39%, 41.2%); } @@ -3316,10 +3348,21 @@ li.li-active { color:navy; text-decoration: none; } + + /* MD */ + @media (min-width: 768px) { + .nav-level2 .nav-item { + padding : 0.1%; + } + } + +/****************************************/ + /* MENU LEVEL 3 */ + /***************************************/ .nav-level3 { background-color:#336699; - - + + } .nav-level3>li { border-right: 1px #9fbcd6 ridge; @@ -3337,9 +3380,9 @@ li.li-active { border-radius:0px !important; } -/** - * Module for smartphone menu - */ + /****************************************/ + /* Module for smartphone menu */ + /***************************************/ #mobile_module .nav-pills a.nav-link { background-color:transparent !important; color:navy !important; diff --git a/include/template/menu.php b/include/template/menu.php index fa21b41f9..7a0ffcc2f 100644 --- a/include/template/menu.php +++ b/include/template/menu.php @@ -7,7 +7,7 @@ ?>
'; + echo '