diff --git a/.htaccess b/.htaccess index f0ef49a..46688b8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,13 @@ +# Apache rules RewriteEngine On RewriteRule ^index\.html$ /index.php [L] RewriteRule ^cgu\.html$ /cgu.php [L] RewriteRule ^interventions\.html$ /interventions.php [L] RewriteRule ^solutions\.html$ /solutions.php [L] + + +# nginx rules +#rewrite ^index\.html$ /index.php last +#rewrite ^cgu\.html$ /cgu.php last +#rewrite ^interventions\.html$ /interventions.php last +#rewrite ^solutions\.html$ /solutions.php last diff --git a/assets/style.css b/assets/style.css index 7121425..29e7c73 100644 --- a/assets/style.css +++ b/assets/style.css @@ -68,24 +68,31 @@ body { font-size: 1em; } -.clawd a { +.clawd p a { color: var(--tartorange); text-decoration: none; border-bottom: 1px solid var(--tartorange); } -.clawd a:hover { +.clawd p a:hover { color: #000000; background-color: var(--yellowryb); text-decoration: none; } +.clawd #mainmenu a.item { + font-family: var(--textfont); + font-weight: bolder; +} + +.clawd #mainmenu a.item.active { + border-bottom-color: var(--tartorange); +} + .clawd .footer a { - border-bottom: none; } .clawd .footer a:hover { - background-color: transparent; color: var(--yellowryblighter) !important; } diff --git a/includes/_mainmenu.php b/includes/_mainmenu.php index 96293a0..d872f91 100644 --- a/includes/_mainmenu.php +++ b/includes/_mainmenu.php @@ -1,4 +1,4 @@ -