fichers synthèse tous sites block-config-3 affichage avec js & css
This commit is contained in:
+23
-12
@@ -2724,15 +2724,15 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
margin: auto;
|
||||
}
|
||||
.page-node-site .region-content {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(8 1fr);
|
||||
grid-template-rows: repeat(3 auto);
|
||||
}
|
||||
.page-node-site .region-content #block-reha-prevnextblock {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 1274px;
|
||||
width: 70%;
|
||||
grid-column: 1/span 8;
|
||||
grid-row: 1;
|
||||
z-index: 97;
|
||||
height: fit-content;
|
||||
@@ -2765,6 +2765,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 3rem;
|
||||
grid-column: 1/span 8;
|
||||
grid-row: 2;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site {
|
||||
margin: auto;
|
||||
@@ -2774,7 +2776,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .entete_site {
|
||||
background-color: white;
|
||||
height: 520px;
|
||||
width: 1274px;
|
||||
width: 70%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: auto;
|
||||
@@ -2924,26 +2926,35 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
||||
order: 3;
|
||||
padding-top: 6rem;
|
||||
position: relative;
|
||||
width: 50%;
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
font-size: 1.3rem;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-config-pages-3 {
|
||||
width: 15vw;
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .body-content-site .summary-content {
|
||||
width: 75%;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-config-pages-3 .field--name-field-fichier {
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .body-content-site .links-content {
|
||||
width: 15%;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .body-content-site .links-content .field--type-file {
|
||||
border: none;
|
||||
margin-bottom: 1rem;
|
||||
background-color: transparent;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-config-pages-3 .field--name-field-fichier .field__item {
|
||||
text-transform: uppercase;
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .body-content-site .links-content .field__item {
|
||||
padding: 0.3rem;
|
||||
border: solid black 1px;
|
||||
margin-bottom: 1rem;
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.page-node-site .region-content #block-reha-contenudelapageprincipale .node-type-site .body-content-site .links-content .field__item > * {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.page-ressources h1 {
|
||||
width: 80%;
|
||||
|
||||
Reference in New Issue
Block a user