forked from rebillar/site-accueil-insa
meilleur bandeau de liens et mav décompte
This commit is contained in:
parent
a82da1fd9c
commit
a6f6f180cf
9 changed files with 94100 additions and 15975 deletions
|
@ -23,7 +23,7 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color:#FFF2C8;
|
background-color:#FFF2C8;
|
||||||
background-image: url("../img/bordure_sans_fond.svg");
|
background-image: url("../img/bordure-sans-fond.svg");
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,19 @@
|
||||||
#decompte{
|
#decompte{
|
||||||
|
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
width: 100%;
|
width: 70%;
|
||||||
height: 200%;
|
height: 200%;
|
||||||
font-size: 10vh;
|
font-size: 10vh;
|
||||||
color: rgb(230, 11, 11);
|
color: rgb(230, 11, 11);
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-right: 15vw;
|
||||||
|
margin-left: 15vw;
|
||||||
z-index: 1;
|
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*/
|
/* ajuste le décompte pour les petits écrans*/
|
||||||
|
|
BIN
assets/img/bordure-sans-fond.png
Normal file
BIN
assets/img/bordure-sans-fond.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 628 KiB |
94089
assets/img/bordure-sans-fond.svg
Normal file
94089
assets/img/bordure-sans-fond.svg
Normal file
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 |
BIN
assets/img/fond-mosaique.png
Normal file
BIN
assets/img/fond-mosaique.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
|
@ -95,7 +95,7 @@ include "assets/scripts/globals.php";
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="decompte">
|
<div id="decompte" >
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -275,8 +275,6 @@ include "assets/scripts/globals.php"
|
||||||
|
|
||||||
<div class="zone_txt">
|
<div class="zone_txt">
|
||||||
<form method="POST">
|
<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">
|
<input type="submit" name="p1" value="Planning général" class="submit">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue