suppression du fichier "style.css" qui ne servait plus a rien
This commit is contained in:
@@ -1,81 +0,0 @@
|
|||||||
body {
|
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: #344d59d5;
|
|
||||||
color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
td{
|
|
||||||
min-width: 70px;
|
|
||||||
width: max-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
#grandTitre {
|
|
||||||
padding-left: 2%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ligneTableauProportions{
|
|
||||||
margin-bottom: 2%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableauProportions {
|
|
||||||
margin-left: 2%;
|
|
||||||
margin-top: 2%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableauProportions>tr {
|
|
||||||
margin-bottom: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableauBassines {
|
|
||||||
margin-left: 2%;
|
|
||||||
margin-top: 2%;
|
|
||||||
border-collapse: collapse;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
background-color: #709CA7;
|
|
||||||
text-align: center;
|
|
||||||
min-width: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#Titres_tableau {
|
|
||||||
background-color: #137C8B;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
}
|
|
||||||
.NomBassine {
|
|
||||||
background-color: #137C8B;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tdBassine {
|
|
||||||
padding: 5px;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableauTotaux{
|
|
||||||
text-align: center;
|
|
||||||
margin-left: 2%;
|
|
||||||
background-color: #137C8B;
|
|
||||||
border-collapse: collapse;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cellule_totaux{
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
min-width: 150px;
|
|
||||||
width: max-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TableauRendement{
|
|
||||||
text-align: center;
|
|
||||||
margin-left: 2%;
|
|
||||||
background-color: #709CA7;
|
|
||||||
border-collapse: collapse;
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tdRendement{
|
|
||||||
border: 2px solid #B8CBD0;
|
|
||||||
min-width: 60px;
|
|
||||||
width: max-content;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user