Public Access
5
0

ajout et suppression des images des pages Lore et changement de la mise en page

This commit is contained in:
LD
2025-11-29 20:24:08 -05:00
parent a65bd6ab78
commit 6609536663
32 changed files with 331 additions and 294 deletions

View File

@@ -650,7 +650,7 @@ footer {
.lore .fondOpaqueDroite {
background-color: #13172cb0;
height: 75vh;
height: 100%;
padding: 5%;
}
@@ -665,16 +665,6 @@ blockquote a {
color: #c19f8a;
}
.lore .wrap {
display: flex;
align-items: flex-start;
}
.lore .text {
width: 70%;
flex-grow: 1;
}
.lore aside {
position: sticky;
bottom: 5px;
@@ -704,6 +694,7 @@ blockquote a {
color: #ffefe5;
}
/*Sous Page Lore 1*/
.lore #awakening {
background: #13172c url("../images/ImagesLea/awakening.jpg") center/cover;
height: 85vh;
@@ -711,6 +702,7 @@ blockquote a {
.lore #vorsPrize {
background: #13172c url("../images/ImagesLea/vorSPrize.jpg") top/cover;
height: 85vh;
}
.lore #professor {
@@ -718,55 +710,66 @@ blockquote a {
height: 85vh;
}
.lore #warWithin img {
padding: 10px;
margin-top: 10%;
.lore #voxSolaris {
background: #13172c url("../images/ImagesLea/warframeFortuna.jpg") bottom/cover;
height: 85vh;
}
.lore .specialAlign {
width: 30%;
padding: 10px;
margin-top: 6%;
border-radius: 20px;
.lore #onceAwake {
background: #13172c url("../images/ImagesLea/warframeDeimos.jpg") center/cover;
height: 85vh;
}
.lore #duviri img {
margin-top: 15%;
.lore #deimos {
background: #13172c url("../images/ImagesLea/warframeVome.jpg") bottom/cover;
height: 85vh;
}
.lore #vorsPrize img,
#professor img,
#onceAwake img,
#deimos img,
#archwing img,
#hex img {
padding: 10px;
margin-top: 35px;
.lore #archwing {
background: #13172c url("../images/ImagesLea/archwing.jpg") center/cover;
height: 85vh;
}
.lore #voxSolaris img,
#natah img,
#risingTide img,
#chainsOfHarrow img,
#newWar img,
#lotusEater img {
margin-top: 4%;
/*Sous Page Lore 2*/
.lore #natah {
background: #13172c url("../images/ImagesLea/warframeSentientRemains.jpg") center/cover;
height: 85vh;
}
.lore #apostasy img {
margin-top: 3.5%;
.lore #secondDream {
background: #13172c url("../images/ImagesLea/secondDream.jpg") center/cover;
height: 100vh;
}
.lore #whispersInTheWalls img {
margin-top: 15px;
.lore #risingTide {
background: #13172c url("../images/ImagesLea/warframeRailjack.jpg") center/cover;
height: 85vh;
}
.lore #PreludeToWar img,
#sacrifice img {
flex-shrink: 0;
margin-left: 5px;
.lore #warWithin {
background: #13172c url("../images/ImagesLea/warframeGrineerFortress.jpg") center/cover;
height: 85vh;
}
.lore #chainsOfHarrow {
background: #13172c url("../images/ImagesLea/warframeRedVeil.jpg") center/cover;
height: 85vh;
}
.lore #apostasy {
background: #13172c url("../images/ImagesLea/apostasy.jpg") center/cover;
height: 85vh;
}
.lore #sacrifice {
background: #13172c url("../images/ImagesLea/warframeUmbra.jpg") center/cover;
height: 85vh;
}
/*Sous Page Lore 3*/
/****************************/
/* PAGE: Missions */
/* AUTEUR: Stanislas */