php class
This commit is contained in:
+22
-18
@@ -5510,11 +5510,6 @@ svg.ext {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-ressources-hidden {
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content {
|
||||
transition: opacity 0.3s ease;
|
||||
display: flex;
|
||||
@@ -5522,11 +5517,20 @@ svg.ext {
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide.type-publication-issue-du-programme-eqld {
|
||||
order: 1;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide.type-paroles-de-laureats {
|
||||
order: 2;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide.type-presse {
|
||||
order: 4;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
padding-bottom: 4rem;
|
||||
padding-bottom: rem;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer)::before {
|
||||
content: "";
|
||||
@@ -6337,56 +6341,56 @@ article.node-type-ressource .ext {
|
||||
article.node-type-ressource svg.ext {
|
||||
display: none;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.8fr;
|
||||
grid-template-rows: repeat(5 1fr);
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-type-de-ressource {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-type-de-ressource {
|
||||
order: 2;
|
||||
grid-row: 2;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-type-de-media {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-type-de-media {
|
||||
order: 1;
|
||||
grid-row: 1;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-images {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-images {
|
||||
order: 3;
|
||||
grid-row: 3/span 5;
|
||||
height: auto;
|
||||
width: 90%;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-images img {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-images img {
|
||||
height: auto;
|
||||
width: 90%;
|
||||
border: 1px solid #a3a3a3;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-title {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-title {
|
||||
grid-row: 3;
|
||||
margin-top: 0;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-title a {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-title a {
|
||||
color: rgb(0, 158, 227);
|
||||
font-size: 1.2rem;
|
||||
font-style: normal;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-sous-titre {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-sous-titre {
|
||||
grid-row: 4;
|
||||
color: rgb(0, 158, 227);
|
||||
font-size: 0.8rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-auteur-s- {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-auteur-s- {
|
||||
grid-row: 5;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-edition {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-edition {
|
||||
grid-row: 6;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-date-de-parution {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-date-de-parution {
|
||||
grid-row: 7;
|
||||
}
|
||||
article.node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD .wrapper-ressource .field--name-field-mots-clefs {
|
||||
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-mots-clefs {
|
||||
grid-row: 8;
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
|
||||
Reference in New Issue
Block a user