diff --git a/www/css/style.css b/www/css/style.css index f7dc723..02db0d1 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -12,8 +12,6 @@ box-sizing: border-box; } - - /** SECTION modifier par script **/ #updateDate { visibility: hidden; @@ -52,7 +50,6 @@ display: block; } - body { min-height: 100vh; /* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */ @@ -88,17 +85,16 @@ nav img { } nav a { - display: flex; - align-items: center; + display: inline-block; text-decoration: none; color: #ffefe5; - padding: 0 16px; - margin: 0 4px; + padding: 10.8px 16px; + margin: 160px 4px; + background-color: #13172c; + border-radius: 20px; } nav a:hover { - height: 40px; - border-radius: 20px; background-color: #b47871; } @@ -275,7 +271,6 @@ footer { /* min-height: calc(100vh - 60px); */ /* display: block; */ - } .aPropos .conteneurMaps { @@ -350,7 +345,6 @@ footer { font-size: 2rem; } - .team header.introduction div.introduction { background-color: #13172cd5; height: 100vh; @@ -406,7 +400,6 @@ footer { background: #13172c url("../images/imagesTeam/BackgroundStanislas.webp") center/cover fixed; } - .team section article div.box { background-color: rgba(19, 23, 44, 0.8); padding: 16px; @@ -462,7 +455,6 @@ footer { font-size: 2rem; } - .histoire header.introduction div.introduction { background-color: #13172cd5; height: 100vh; @@ -560,7 +552,6 @@ footer { /* PAGE: Univers Sci-fi et sous-pages */ /* AUTEUR: Léa */ /**************************************/ - .lore:not(footer) { background-color: #13172c; background-size: cover; @@ -663,7 +654,6 @@ footer { padding: 1% 0% 1% 35%; } - .lore th a, .lore blockquote a { color: #c19f8a; @@ -812,9 +802,7 @@ footer { /* PAGE: Warframes */ /* AUTEUR: Andres */ /****************************/ - .armures { - max-width: 100%; } @@ -1000,8 +988,6 @@ footer { padding: 10px; } - - /****************************/ /* PAGE: Crédits */ /* AUTEUR: Jeremy */ @@ -1028,7 +1014,6 @@ footer { font-size: 2rem; } - .credits header.introduction div.introduction { background-color: #13172cd5; height: 100vh;