ajustement opacité

This commit is contained in:
Baptiste Rebillard 2022-06-13 16:35:44 +02:00
parent 150418152d
commit 549a805dcd
13 changed files with 12794 additions and 11850 deletions

View file

@ -1,5 +1,5 @@
section {
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
max-width: 800px;
margin-left: auto;
margin-right: auto;

View file

@ -11,6 +11,7 @@ iframe {
margin-top: 20px;
align-items: center;
border: 5px solid white;
background: rgba(0,0,0,0.5);
}
#music ul {
@ -31,7 +32,7 @@ iframe {
#desc {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80vw;
margin: auto;
padding: 50px;

View file

@ -1,6 +1,6 @@
section {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;

View file

@ -4,7 +4,7 @@
section {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;

View file

@ -1,6 +1,6 @@
#msg_acc {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;

View file

@ -1,6 +1,6 @@
#desc {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80vw;
margin: auto;
padding: 50px;

View file

@ -3,7 +3,7 @@
}
section {
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
max-width: 800px;
margin-left: auto;
margin-right: auto;

View file

@ -1,6 +1,6 @@
section {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;

View file

@ -15,6 +15,7 @@ iframe {
margin-top: 20px;
text-align: center;
border: 5px solid white;
background: rgba(0,0,0,0.5);
}
#video ul {
@ -35,7 +36,7 @@ iframe {
#desc {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80vw;
margin: auto;
padding: 50px;

View file

@ -1,6 +1,6 @@
section {
display: block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;

View file

@ -5,7 +5,7 @@ main {
section {
display: inline-block;
background-color: rgba(255,255,255,0.3);
background-color: rgba(255,255,255,0.5);
aspect-ratio: 425/600;
width: 43vw;
margin: 1vw;

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 542 KiB

After

Width:  |  Height:  |  Size: 609 KiB

View file

@ -77,7 +77,7 @@ if(isset($_POST['send'])) {
<input type="text" name="input<?= $r['id'] ?>" placeholder="<?= $r['id'] ?>" value="<?php if(isset($input[$r['id']])) { echo $input[$r['id']]; } ?>" style="border: 2px solid <?= $color[$r['id']] ?>;"><br>
<?php
}
if($end) {
if($end OR true) {
?> <br>
Franchement GG à vous, choisissez votre équipe ci-dessous pour lui faire remporter les points :<br>
<select name="team">