Header - Change the colors, and add a bit of space before the menu with icons

This commit is contained in:
Antoine Le Gonidec 2024-07-25 11:56:17 +02:00
parent 158b3d54fa
commit 760012f669
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -19,6 +19,8 @@ html {
--neutral-mid-color: #927378; /* Contraste OK sur blanc mais attire moins l'œil ; gris */ --neutral-mid-color: #927378; /* Contraste OK sur blanc mais attire moins l'œil ; gris */
--mmf-color: #e8304e; --mmf-color: #e8304e;
--colortest: bisque ; --colortest: bisque ;
--header-background: #e7453a;
--header-font: white;
} }
/* Index */ /* Index */
@ -1242,10 +1244,11 @@ html[lang="el-GR"] .inline_mod_check {
} }
#languages_form { #languages_form {
display: flex; display: flex;
margin: 0 1em 0 0;
} }
/* The logo and slogan. */ /* The logo and slogan. */
#header { #header {
background-color: rgba(255,255,255,0.5); background-color: var(--header-background);
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
@ -1265,13 +1268,9 @@ h1.forumtitle {
font-weight: normal; font-weight: normal;
} }
h1.forumtitle a { h1.forumtitle a {
color: var(--color1); color: var(--header-font);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border-bottom: none; border-bottom: none;
border-bottom-style: inherit !important; border-bottom-style: inherit !important;
/*display: flex;
justify-content: center;
* Pour slogan ? mais j'ai enlevé le code de la fonction.*/
} }
h1.forumtitle a:hover { h1.forumtitle a:hover {
border-bottom: none; border-bottom: none;
@ -4642,6 +4641,7 @@ img.theme_thumbnail {
flex-wrap: wrap; flex-wrap: wrap;
width: 100%; width: 100%;
justify-content: center; justify-content: center;
padding: 0.5em;
} }
.khbb_nav ul li { .khbb_nav ul li {
position: relative; position: relative;