meilleur bandeau de liens et mav décompte

This commit is contained in:
Theo Mougnibas 2023-07-29 18:42:49 +02:00
parent a82da1fd9c
commit a6f6f180cf
9 changed files with 94100 additions and 15975 deletions

View file

@ -23,7 +23,7 @@
height: auto;
align-items: center;
background-color:#FFF2C8;
background-image: url("../img/bordure_sans_fond.svg");
background-image: url("../img/bordure-sans-fond.svg");
border-radius: 5px;
}

View file

@ -1,12 +1,19 @@
#decompte{
margin-top: 5%;
width: 100%;
width: 70%;
height: 200%;
font-size: 10vh;
color: rgb(230, 11, 11);
padding: 10px;
border-radius: 10px;
margin-right: 15vw;
margin-left: 15vw;
z-index: 1;
/*background-color: rgba(255, 228, 196, 0.378);*/
border-width: 10px;
border-color: red;
border: solid;
}
/* ajuste le décompte pour les petits écrans*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View file

@ -95,7 +95,7 @@ include "assets/scripts/globals.php";
</script>
<div id="decompte">
<div id="decompte" >
</div>

View file

@ -275,8 +275,6 @@ include "assets/scripts/globals.php"
<div class="zone_txt">
<form method="POST">
<input type="submit" name="p2" value="Planning <?=$TEAM1?>" class="submit">
<input type="submit" name="p3" value="Planning <?=$TEAM2?>" class="submit">
<input type="submit" name="p1" value="Planning général" class="submit">
</form>
</div>