|
|
|
@ -22,10 +22,10 @@
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
top: 0px;
|
|
|
|
left: calc(33% + 50px); /*modifier la position de la barre*/
|
|
|
|
left: calc(33% + 40px); /*modifier la position de la barre*/
|
|
|
|
bottom: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 4px;
|
|
|
|
width: 4px;
|
|
|
|
background: #ddd;
|
|
|
|
background: #05386b; /*modifier la couleur de la barre*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-princier:after {
|
|
|
|
.timeline-princier:after {
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
@ -51,11 +51,11 @@
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
width: 8px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border: 7px solid salmon; /* modifier la taille des puces */
|
|
|
|
border: 11px solid #28a745; /* modifier la taille des puces */
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
top: 15%; /* modifier la position des puces */
|
|
|
|
top: 5%; /* modifier la position verticale des puces */
|
|
|
|
right: -42px;
|
|
|
|
right: -36px; /* modifier la position horizontale des puces */
|
|
|
|
z-index: 99;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.entry-princier .title-princier h3 {
|
|
|
|
.entry-princier .title-princier h3 {
|
|
|
|
@ -90,4 +90,11 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.chrono-p {
|
|
|
|
.chrono-p {
|
|
|
|
font-size: large;
|
|
|
|
font-size: large;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.chrono-p > a {
|
|
|
|
|
|
|
|
color: #5a5a5a;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.chrono-p > a:hover {
|
|
|
|
|
|
|
|
color: #28a745;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|