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*/

二進制
assets/img/bordure-sans-fond.png Normal file

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

二進制
assets/img/fond-mosaique.png Normal file

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>