corrections centre de ressources

This commit is contained in:
2025-05-20 16:31:33 +02:00
parent 9709130f0c
commit 1304257fe6
6 changed files with 73 additions and 14 deletions

View File

@@ -727,6 +727,7 @@ em {
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.carousel_container .slick-container footer a svg {
display: none;
@@ -1131,6 +1132,7 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.home_introduction div.more-link a svg {
display: none;
@@ -1249,6 +1251,7 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.home_consultation div.more-link a svg {
display: none;
@@ -1434,6 +1437,7 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.layout-content .fullpage .fullpage_content .liens_fixed > div > div a svg, .layout-content .fullpage .fullpage_content .file_fixed > div > div a svg,
.layout-content .fullpage .fullpage_content .liens > div > div a svg, .layout-content .fullpage .fullpage_content .file_fixed > div > div a svg {
@@ -1971,6 +1975,7 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a svg {
display: none;
@@ -2521,6 +2526,7 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.fullpage.meetup-offre > .offre-content > div > div > div > div > .liens_fixed > div a svg {
display: none;
@@ -2568,6 +2574,7 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.fullpage.meetup-offre > .offre-content > div > div > div > div > .file_fixed > div > div a svg {
display: none;
@@ -3272,14 +3279,14 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
font-size: 1.6rem;
}
}
.ressources > div > div:first-of-type {
.ressources > div > div:has(a) {
grid-column: 2;
grid-row: 3;
}
.ressources > div > div:first-of-type > div > span {
.ressources > div > div:has(a) > div > span {
margin-top: -1rem;
}
.ressources > div > div:first-of-type > div > span a {
.ressources > div > div:has(a) > div > span a {
text-align: center;
color: black;
font-family: "Marianne", sans-serif;
@@ -3289,28 +3296,30 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.ressources > div > div:first-of-type > div > span a svg {
.ressources > div > div:has(a) > div > span a svg {
display: none;
}
.ressources > div > div:first-of-type > div > span a:hover {
.ressources > div > div:has(a) > div > span a:hover {
background-color: #00ff80;
}
.ressources > div > div:first-of-type > div > span:last-of-type {
.ressources > div > div:has(a) > div > span:last-of-type {
display: none;
}
.ressources > div > div:nth-of-type(2) {
.ressources > div > div:has(img) {
grid-column: 1;
grid-row: 1/4;
min-width: 120px;
padding: 2rem 0;
margin-right: 2rem;
}
.ressources > div > div:nth-of-type(2) img {
.ressources > div > div:has(img) img {
border: solid 1px #038788;
width: 100%;
height: auto;
}
.ressources > div > div:nth-of-type(3) {
.ressources > div > div:has(time) {
grid-column: 2;
grid-row: 2;
margin-top: -1rem;
@@ -3400,6 +3409,7 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.ressource > div:not(.retour_ressources) > div:not(.retour_ressources):first-of-type > div > span a svg {
display: none;
@@ -3630,6 +3640,7 @@ aside.layout-sidebar-first:has(#block-erabletheme-views-block-projets-block-1) >
border: solid 2px #00ff80;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) a svg, .actu_full .file_fixed > div > div > div a svg {
display: none;

File diff suppressed because one or more lines are too long