From 80be654206c6c6587490133f50a98aef2cea9ede Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 15 Dec 2024 15:50:30 +0100 Subject: [PATCH] Esthetic --- html/css/style-classic7.css | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 6aeefd5a5..c7beae097 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -25,10 +25,10 @@ BODY { color:darkblue !important; background-color:#FCFDFD; --hover : rgba(108, 130, 208, 0.9); - --border-size:6px; + --border-size:8px; --accent-color:lightblue; --input-color:#4b4b91; - + --color-red:Crimson; } input{ font-family: 'OpenSansRegular'; @@ -263,8 +263,6 @@ td.tool a.mtitle:hover { transition:color 300ms ease-in-out; } - - } #module .nav-pills a.nav-link:hover { color:white !important; border:1px solid transparent; @@ -3325,7 +3323,7 @@ margin:1px; margin: 1px; background: navy; color: white; - border-radius: 3px; + border-radius: 4px; } .nav-fill .nav-item:hover { background-color:#6393c1; @@ -3342,12 +3340,9 @@ margin:1px; .nav-pills .nav-link { color:white ; -} -li.li-active { - background-color: lightgray !important; } /****************************************/ - /* MENU LEVEL2 */ + /* MENU LEVEL 0 */ /****************************************/ .nav-level0 { @@ -3360,9 +3355,10 @@ li.li-active { /* MD */ @media (min-width: 768px) { - .nav-level0 .nav-item { - padding : 0.4%; - } + .nav-level0 > li >a { + padding:6%; + } + } /* LG */ @@ -3394,7 +3390,7 @@ li.li-active { /* MD */ @media (min-width: 768px) { .nav-level2 .nav-item { - padding : 0.1%; + padding : 0%; } } @@ -3868,7 +3864,7 @@ h2.h-section { .nav-item.li-active.nav-item-underline::before { transform: scale(1); - background-color: darkred; + background-color: var(--color-red); } /** @@ -3882,9 +3878,8 @@ h2.h-section { left: 0; right: 0; background-color:darkorange; - height: 3px; } .nav-level3 .nav-link.active::after { background-color:yellow; - } \ No newline at end of file + }