retirer background sur plusierus pages
This commit is contained in:
@@ -783,7 +783,7 @@ a {
|
|||||||
|
|
||||||
.node-id-20 {
|
.node-id-20 {
|
||||||
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|
||||||
background-repeat: repeat;
|
background-repeat: no-repeat;
|
||||||
background-position-y: 7rem;
|
background-position-y: 7rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background-size: contain; }
|
background-size: contain; }
|
||||||
@@ -1487,12 +1487,6 @@ a {
|
|||||||
background: #009ee3;
|
background: #009ee3;
|
||||||
padding-left: 13%; }
|
padding-left: 13%; }
|
||||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||||
position: relative;
|
|
||||||
background: url("../images/pictos/carre-contour-bleu_bdd.svg");
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position-y: 40vh;
|
|
||||||
max-width: 100vw;
|
|
||||||
background-size: cover;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
||||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 {
|
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 {
|
||||||
@@ -1899,12 +1893,6 @@ a {
|
|||||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource ul.links.inline {
|
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource ul.links.inline {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale {
|
|
||||||
background: url("../images/pictos/carre-contour-bleu_programme.svg");
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position-y: 20vh;
|
|
||||||
max-width: 100vw;
|
|
||||||
background-size: cover; }
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
@@ -1920,6 +1908,7 @@ a {
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
margin-top: 8rem; }
|
margin-top: 8rem; }
|
||||||
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
|
grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
|
||||||
|
|||||||
@@ -23,12 +23,12 @@
|
|||||||
}
|
}
|
||||||
.layout--onecol{
|
.layout--onecol{
|
||||||
.block-region-content{
|
.block-region-content{
|
||||||
position: relative;
|
// position: relative;
|
||||||
background: url('../images/pictos/carre-contour-bleu_bdd.svg');
|
// background: url('../images/pictos/carre-contour-bleu_bdd.svg');
|
||||||
background-repeat: no-repeat;
|
// background-repeat: no-repeat;
|
||||||
background-position-y: 40vh;
|
// background-position-y: 40vh;
|
||||||
max-width: 100vw;
|
// max-width: 100vw;
|
||||||
background-size: cover;
|
// background-size: cover;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
.region-content{
|
.region-content{
|
||||||
|
|
||||||
#block-contenudelapageprincipale{
|
#block-contenudelapageprincipale{
|
||||||
background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
// background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
||||||
background-repeat: no-repeat;
|
// background-repeat: no-repeat;
|
||||||
background-position-y: 20vh;
|
// background-position-y: 20vh;
|
||||||
max-width: 100vw;
|
// max-width: 100vw;
|
||||||
background-size: cover;
|
// background-size: cover;
|
||||||
span{
|
span{
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.node-id-20{
|
.node-id-20{
|
||||||
|
|
||||||
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
|
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: no-repeat;
|
||||||
background-position-y: 7rem;
|
background-position-y: 7rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|||||||
Reference in New Issue
Block a user