annuaire de recherche

This commit is contained in:
2021-12-17 12:23:39 +01:00
parent 67d77b2046
commit 8c0f1810f3
3 changed files with 76 additions and 5 deletions
@@ -1838,9 +1838,9 @@ a {
vertical-align: middle; }
.path-ressources.annuairederecherche .layout-content {
background: url("../images/pictos/carre-contour-bleu_programme.svg");
background: url("../images/pictos/carre-contour-bleu_annuairederecherche.svg");
background-repeat: no-repeat;
background-position-y: 20vh;
background-position-y: 7rem;
max-width: 100vw;
background-size: cover; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale span {
@@ -1885,12 +1885,15 @@ a {
object-fit: contain; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-title {
grid-column: 2;
font-weight: 800; }
font-weight: 800;
background-color: white; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-body {
background-color: white;
grid-column: 2; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-body p {
margin: 0; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-field-lien {
background-color: white;
grid-column: 2; }
.path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-field-lien a {
color: black;
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="2191.668"
height="1859.6678"
viewBox="0 0 579.87773 492.03713"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="carre-contour-bleu_annuairederecherche.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.1044922"
inkscape:cx="-138.76634"
inkscape:cy="488.07472"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="332"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
width="2062.668px" />
<defs
id="defs2" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(137.2971,127.25679)">
<rect
style="fill:none;stroke:#009ee3;stroke-width:1;stroke-miterlimit:10"
id="rect846"
width="280"
height="289.78366"
x="124.94337"
y="-184.75882"
transform="rotate(35)" />
<rect
style="fill:#ffffff;stroke:#009ee3;stroke-width:1;stroke-miterlimit:10"
id="rect846-3"
width="354.94754"
height="354.94693"
x="-87.054558"
y="-149.21928"
transform="rotate(75)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -1,8 +1,8 @@
.path-ressources.annuairederecherche{
.layout-content{
background: url('../images/pictos/carre-contour-bleu_programme.svg');
background: url('../images/pictos/carre-contour-bleu_annuairederecherche.svg');
background-repeat: no-repeat;
background-position-y: 20vh;
background-position-y: 7rem;
max-width: 100vw;
background-size: cover;
.region-content{
@@ -64,12 +64,15 @@
.field--name-title{
grid-column: 2;
font-weight: 800;
background-color: $white;
}
.field--name-body{
background-color: $white;
grid-column: 2;
p {margin: 0;}
}
.field--name-field-lien{
background-color: $white;
grid-column: 2;
a{
color: $black;