Public Access
5
0

ajout balise audio

This commit is contained in:
2025-12-03 21:16:25 -05:00
parent ac184a0c24
commit 3affba6764
4 changed files with 11 additions and 14 deletions

View File

@@ -918,33 +918,34 @@ footer a:hover {
/* PAGE: Missions */ /* PAGE: Missions */
/* AUTEUR: Stanislas Royal */ /* AUTEUR: Stanislas Royal */
/****************************/ /****************************/
/*.missions {
background-color: rgb(43, 189, 226);
} */
.missions { .missions {
width: 100%; width: 100%;
background-color: #273A56; background-color: #273A56;
color: #ffefe5; color: #ffefe5;
text-shadow: 2px 2px 2px #13172c; text-shadow: 2px 2px 2px #13172c;
}
.missions audio {
margin: 2em auto auto auto;
position: sticky;
top:65px;
left: 40vh;
width: 70vh;
text-align: center;
} }
.missions section { .missions section {
width: 100vw;
height: 40vh; height: 40vh;
min-height: 200px; min-height: 200px;
} }
.missions article { .missions article {
/* max-width: 70vw; */
width: 70vw; width: 70vw;
height: 40vh; height: 40vh;
margin: 1vh 10vw; margin: 1vh 10vw;
padding: 3em; padding: 3em;
text-align: left; text-align: left;
/* float: left */
} }
.missions h1, .missions h1,
@@ -960,7 +961,6 @@ h2 {
color: #bf815b; color: #bf815b;
text-decoration: underline; text-decoration: underline;
font-weight: 600; font-weight: 600;
} }
.missions section:nth-child(odd) article { .missions section:nth-child(odd) article {
@@ -970,16 +970,12 @@ h2 {
.missions section:nth-child(even) article { .missions section:nth-child(even) article {
text-align: left; text-align: left;
/* display: block; */
} }
.missions section article p { .missions section article p {
max-width: 50%; max-width: 50%;
/* margin: auto;
float: left; */
} }
.missions section:nth-child(odd)>article>p { .missions section:nth-child(odd)>article>p {
margin: auto 0 auto auto; margin: auto 0 auto auto;
text-align: right; text-align: right;
@@ -1040,7 +1036,6 @@ h2 {
.missions #sabotage { .missions #sabotage {
background: url('../images/imageSR/qu/sabotage.jpg') center/cover fixed; background: url('../images/imageSR/qu/sabotage.jpg') center/cover fixed;
/* color:#641a10; */
} }
.missions #autreMissions { .missions #autreMissions {

View File

@@ -99,7 +99,7 @@ function timerGlitch(){
} }
window.onload = function () { window.onload = function () {
timerGlitch(); timerGlitch();
setTimeout(function () { setTimeout(function () {
/* document.getElementById('message').innerHTML = /* document.getElementById('message').innerHTML =
'The page has finished loading! After 2 second'; */ 'The page has finished loading! After 2 second'; */

View File

@@ -40,6 +40,8 @@
Les styles de missions présentées seront les plus communes et celles que le joueur rencontrera le plus Les styles de missions présentées seront les plus communes et celles que le joueur rencontrera le plus
lors de lhistoire et de lexploration de la carte stellaire.</p> lors de lhistoire et de lexploration de la carte stellaire.</p>
</section> </section>
<audio src="multimedia/we_All_Lift_Together_mPTCq3LiZSE.mp3" loop controls>Balise audio non
supportée</audio>
<section id="survie"> <section id="survie">
<article> <article>
<h2>Survival</h2> <h2>Survival</h2>

Binary file not shown.