background
This commit is contained in:
@@ -35,5 +35,5 @@
|
||||
}
|
||||
.inter-titre {
|
||||
color: $blue-light;
|
||||
text-transform: uppercase;
|
||||
// text-transform: uppercase;
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
.node-id-5{
|
||||
.region-content{
|
||||
background: url('../images/pictos/carre-contour-bleu_contact.svg');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.layout__region--top{ //bandeau titre page static
|
||||
padding-bottom: 3rem;
|
||||
.block-region-top{
|
||||
height: 200px;
|
||||
.block-entity-fieldnodetitle{
|
||||
width: 80%;
|
||||
margin-left: 13%;
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: $white;
|
||||
background-color: $blue-light;
|
||||
text-transform: uppercase;
|
||||
// padding: 2rem 1rem 2rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,30 @@
|
||||
.node-id-20{
|
||||
|
||||
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
|
||||
.layout__region--top{ //bandeau titre page static
|
||||
padding-bottom: 3rem;
|
||||
.block-region-top{
|
||||
height: 200px;
|
||||
.block-entity-fieldnodetitle{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: $blue-light;
|
||||
background-color: $white;
|
||||
text-transform: uppercase;
|
||||
// padding: 2rem 1rem 2rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.field--name-field-partenaires{
|
||||
padding-top: 3rem;
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
.node-id-4{
|
||||
|
||||
background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
|
||||
.layout__region--top{ //bandeau titre page static
|
||||
padding-bottom: 3rem;
|
||||
.block-region-top{
|
||||
height: 200px;
|
||||
.block-entity-fieldnodetitle{
|
||||
width: 80%;
|
||||
margin-left: 13%;
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: $white;
|
||||
background-color: $blue-light;
|
||||
text-transform: uppercase;
|
||||
// padding: 2rem 1rem 2rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
.layout--threecol-25-50-25{
|
||||
padding-top: 2rem;
|
||||
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" version="1.1"><rect x="0" y="0" width="80" height="80" transform="rotate(35) translate(430, -800) scale(15)" fill="none" stroke="rgb(0,158,227)" stroke-width="0.4px"/></svg>');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
// .layout--threecol-25-50-25{
|
||||
// padding-top: 2rem;
|
||||
// background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" version="1.1"><rect x="0" y="0" width="80" height="80" transform="rotate(35) translate(430, -800) scale(15)" fill="none" stroke="rgb(0,158,227)" stroke-width="0.4px"/></svg>');
|
||||
// background-repeat: no-repeat;
|
||||
// }
|
||||
.layout__region--top{ //bandeau titre page static
|
||||
padding-bottom: 3rem;
|
||||
.block-region-top{
|
||||
@@ -14,30 +14,17 @@
|
||||
height: inherit;
|
||||
|
||||
}
|
||||
.block-entity-fieldnodetitle{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: $blue-light;
|
||||
background-color: $white;
|
||||
text-transform: uppercase;
|
||||
padding: 2rem 1rem 2rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.layout__region--first{ // menu ancres a gauche
|
||||
|
||||
.block-region-first{
|
||||
width: 50%;
|
||||
float: right;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
.block-entity-fieldnodefield-textes{
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
width: 50%;
|
||||
// justify-content: flex-end;
|
||||
padding-right: 2rem;
|
||||
|
||||
.field--name-field-titre{
|
||||
@@ -47,8 +34,8 @@
|
||||
color: $blue-dark;
|
||||
border-bottom: 1px solid $blue-light;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-top: 0.5rem;
|
||||
|
||||
padding-right: 1rem;
|
||||
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
@import "pages/_gouvernance";
|
||||
@import "pages/_ami";
|
||||
@import "pages/_toutesactualites";
|
||||
@import "pages/_programme";
|
||||
@import "pages/_contact";
|
||||
|
||||
|
||||
/*partials*/
|
||||
|
||||
Reference in New Issue
Block a user