Public Access
5
0
This commit is contained in:
Jeremy
2025-11-21 14:18:03 -05:00
5 changed files with 32 additions and 14 deletions

View File

@@ -175,9 +175,8 @@ footer p {
} }
.lore .nextArc { .lore .nextArc {
width: 8%; width: 5%;
margin: 5px; margin: 5px;
padding: 15px 10px;
display: block; display: block;
text-align: center; text-align: center;
background-color: #C19F8A; background-color: #C19F8A;
@@ -185,18 +184,25 @@ footer p {
} }
.lore .nextArc a { .lore .nextArc a {
padding: 10px 5px;
display: block;
color: #13172c; color: #13172c;
text-decoration: none; text-decoration: none;
} }
.lore .nextArc a:hover { .lore .nextArc a:hover {
width: 8%;
border-radius:15px; border-radius:15px;
text-align: center; text-align: center;
background-color: #bf815b; background-color: #bf815b;
color: #FFEFE5; color: #FFEFE5;
} }
.lore aside {
position: sticky;
left: 15px;
bottom: 15px;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos { #awakening, #vorsPrize, #professor, #onceAwake, #deimos {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -200,11 +200,12 @@
<img src="images/ImagesLea/archwing.jpg" alt="Image d'une warframe avec ses Archwing dans l'espace"> <img src="images/ImagesLea/archwing.jpg" alt="Image d'une warframe avec ses Archwing dans l'espace">
</div> </div>
</article> </article>
<div class="nextArc"><a href="lore.html">Choix de l'Arc</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Arc suivant</a></div>
</main> </main>
<aside>
<div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div>
</aside>
<footer>DATE_WEBSITE</footer> <footer>DATE_WEBSITE</footer>
</body> </body>
</html> </html>

View File

@@ -24,17 +24,28 @@
<table> <table>
<tr> <tr>
<th><a href="#awakening">Éveil</a></th> <th><a href="#natah">Natah</a></th>
<th><a href="#vorsPrize">Le prix de Vor</a></th> <th><a href="#secondDream">Le second rêve</a></th>
<th><a>Le professeur</a></th> <th><a href="risingTide">Marée montante</a></th>
<th><a>Vox Solaris</a></th> <th><a href="warWithin">La guerre intérieure</a></th>
<th><a>Autrefois Éveillés</a></th> <th><a href="chainsOfHarrow">Le fardeau de Harrow</a></th>
<th><a>Coeur de Deimos</a></th> <th><a href="apostasy">Prologue Apostasie</a></th>
<th><a>L'Archwing</a></th> <th><a href="sacrifice">Le sacrifice</a></th>
</tr> </tr>
</table> </table>
<h1>Arc 2: La saga de la Guerre intérieure</h1>
<article>
</article>
</main> </main>
<aside>
<div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div>
<div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div>
</aside>
<footer>DATE_WEBSITE</footer> <footer>DATE_WEBSITE</footer>
</body> </body>
</html> </html>