node actu page
This commit is contained in:
+81
@@ -3220,6 +3220,87 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
display: none;
|
||||
}
|
||||
|
||||
.node-type-actualite {
|
||||
width: 100vw;
|
||||
}
|
||||
.node-type-actualite .entete_actu {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
}
|
||||
.node-type-actualite .entete_actu .image-actualite {
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
}
|
||||
.node-type-actualite .entete_actu .image-actualite img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: solid #fdc300 1px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
padding: 1rem;
|
||||
height: 350px;
|
||||
width: 30%;
|
||||
position: relative;
|
||||
right: 5%;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content h2 {
|
||||
order: 2;
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
padding: 0;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content .field--name-field-sous-titre {
|
||||
order: 3;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content .field--name-field-date {
|
||||
order: 4;
|
||||
font-weight: 900;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content .field--name-field-type-d-actualite {
|
||||
order: 1;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content .field--name-field-site {
|
||||
order: 5;
|
||||
background-color: rgb(153, 147, 174);
|
||||
color: white;
|
||||
border-radius: 50px;
|
||||
width: fit-content;
|
||||
padding: 0.2rem 0.9rem;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content .field--name-field-site .field__item {
|
||||
display: inline;
|
||||
color: white;
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
.node-type-actualite .entete_actu .infos-content ul.links {
|
||||
order: 6;
|
||||
display: none;
|
||||
}
|
||||
.node-type-actualite .body-content .summary-content {
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
}
|
||||
.node-type-actualite .body-content .links-content {
|
||||
width: 15%;
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
.page-mon-espace-de-travail .layout-content {
|
||||
width: 50%;
|
||||
margin-left: 8%;
|
||||
|
||||
Reference in New Issue
Block a user