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 */
--mmf-color: #e8304e;
--colortest: bisque ;
--header-background: #e7453a;
--header-font: white;
}
/* Index */
@ -1242,10 +1244,11 @@ html[lang="el-GR"] .inline_mod_check {
}
#languages_form {
display: flex;
margin: 0 1em 0 0;
}
/* The logo and slogan. */
#header {
background-color: rgba(255,255,255,0.5);
background-color: var(--header-background);
position: relative;
display: flex;
align-items: center;
@ -1265,13 +1268,9 @@ h1.forumtitle {
font-weight: normal;
}
h1.forumtitle a {
color: var(--color1);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
color: var(--header-font);
border-bottom: none;
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 {
border-bottom: none;
@ -4642,6 +4641,7 @@ img.theme_thumbnail {
flex-wrap: wrap;
width: 100%;
justify-content: center;
padding: 0.5em;
}
.khbb_nav ul li {
position: relative;