HegreEtConfort/assets/styles/css/intervention.css

157 lines
2.3 KiB
CSS
Raw Normal View History

2024-12-05 16:24:26 +01:00
body {
background: #A6CD9E !important;
}
2024-12-20 10:29:31 +01:00
2024-12-05 16:24:26 +01:00
.background {
background-color: #7D9599;
position: absolute;
2024-12-20 10:29:31 +01:00
width: 23%;
height: 100%;
2024-12-05 16:24:26 +01:00
}
.background-intervention {
2024-12-20 10:29:31 +01:00
background-color: #7D9599;
2024-12-05 16:24:26 +01:00
position: absolute;
2024-12-20 10:29:31 +01:00
box-shadow: 0 0 8px 0 black;
2024-12-05 16:24:26 +01:00
2024-12-20 10:29:31 +01:00
margin: 7% 0 0 26.5%;
2024-12-12 16:28:23 +01:00
width: 70%;
2024-12-05 16:24:26 +01:00
height: 70%;
}
2024-12-20 10:29:31 +01:00
2024-12-05 16:24:26 +01:00
.logoCalendar {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 5% 0 0 2%;
width: 4.5%;
}
.intervention {
position: absolute;
margin: 10.5% 0 0 2%;
font-size: 175%;
width: 50%;
color: white;
}
.logoChauffagiste {
position: absolute;
margin: 15% 0 0 2%;
width: 4.5%;
}
.chauffagiste {
position: absolute;
margin: 20% 0 0 2%;
font-size: 175%;
width: 20%;
color: white;
}
.logoModifier {
position: absolute;
margin: 25% 0 0 2%;
width: 4.5%;
2024-12-05 16:24:26 +01:00
}
2024-12-20 10:29:31 +01:00
.modifier {
2024-12-12 16:28:23 +01:00
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 30% 0 0 2%;
font-size: 175%;
width: 20%;
2024-12-12 16:28:23 +01:00
color: white;
}
2024-12-20 10:29:31 +01:00
.logoHegre {
position: absolute;
margin: 41% 0 0 0;
width: 10%;
}
2024-12-12 16:28:23 +01:00
#nom {
position: absolute;
margin: 2% 0 0 5%;
2024-12-20 10:29:31 +01:00
font-size: 160%;
width: 90%;
height: 10%;
2024-12-12 16:28:23 +01:00
}
2024-12-20 10:29:31 +01:00
#pannes {
2024-12-12 16:28:23 +01:00
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 10% 0 0 3%;
width: 65%;
2024-12-12 16:28:23 +01:00
}
#employesCompetences {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 15% 0 0 3%;
width: 65%;
2024-12-12 16:28:23 +01:00
}
#piece {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 20% 0 0 3%;
width: 65%;
2024-12-12 16:28:23 +01:00
}
#vehicule {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 25% 0 0 3%;
width: 20%;
height: 5%;
text-align: center;
background-color: white;
2024-12-12 16:28:23 +01:00
}
#vehicule1 {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 25.7% 0 0 21.5%;
2024-12-12 16:28:23 +01:00
}
#oui {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 25.3% 0 0 24%;
2024-12-12 16:28:23 +01:00
}
#vehicule2 {
position: absolute;
margin: 19% 0 0 30%;
}
#non {
position: absolute;
margin: 18.5% 0 0 33%;
}
2024-12-05 16:24:26 +01:00
2024-12-12 16:28:23 +01:00
#date {
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 10% 0 0 75%;
width: 20%;
height: 5%;
text-align: center;
border-radius: 3%;
background-color: white;
2024-12-12 16:28:23 +01:00
}
#calendar {
2024-12-05 16:24:26 +01:00
position: absolute;
2024-12-20 10:29:31 +01:00
margin: 15% 0 0 75%;
}
.applique {
position: absolute;
margin: 40% 0 0 80%;
width: 15%;
height: 15%;
border-radius: 3%;
background-color: white;
2024-12-05 16:24:26 +01:00
}
2024-12-20 10:29:31 +01:00
.supprimer {
position: absolute;
margin: 40% 0 0 62%;
width: 15%;
height: 15%;
border-radius: 3%;
background-color: white;
}
2024-12-05 16:24:26 +01:00
.from {
position: absolute;
2024-12-12 16:28:23 +01:00
margin: 65% 15% 15% 15%;
2024-12-05 16:24:26 +01:00
}