meilleur bandeau de liens et mav décompte

This commit is contained in:
Theo Mougnibas 2023-07-29 18:42:49 +02:00
부모 a82da1fd9c
커밋 a6f6f180cf
9개의 변경된 파일94100개의 추가작업 그리고 15975개의 파일을 삭제

파일 보기

@ -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;
}

파일 보기

@ -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:  |  크기: 628 KiB

파일 크기가 너무 커 변경을 표시할 수 없음 Load diff

After

Width:  |  Height:  |  크기: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  크기: 213 KiB

파일 크기가 너무 커 변경을 표시할 수 없음 Load diff

Before

Width:  |  Height:  |  크기: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 163 KiB

파일 보기

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

파일 보기

@ -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>