81 lines
1.5 KiB
CSS
Executable File
81 lines
1.5 KiB
CSS
Executable File
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;
|
|
} |