css img credit

This commit is contained in:
ouidade 2024-09-20 22:16:14 +02:00
parent a60e922b4e
commit 8671dc1764
3 changed files with 11 additions and 20 deletions

View File

@ -1653,8 +1653,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
top: -30px;
}
#home .config_pages--type--diaporama-home .swiper-container .swiper-wrapper .swiper-slide blockquote p {
font-size: 0.6rem !important;
font-size: 0.4rem !important;
font-family: "gilroy-regular";
padding-top: 0.5rem;
}
#home .config_pages--type--diaporama-home .swiper-container .swiper-wrapper .swiper-slide :hover {
color: blueviolet;
@ -2765,7 +2766,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
}
#page-node .content_container .node-type-actualite .field_field_images blockquote.image-field-caption {
margin-left: 0;
font-size: 0.6rem;
}
#page-node .content_container .node-type-actualite .field_field_images blockquote.image-field-caption p {
font-size: 0.4rem;
}
.node-type-site .layout-content {

View File

@ -74,7 +74,10 @@
}
blockquote.image-field-caption{
margin-left: 0;
font-size: 0.6rem;
p{
font-size: 0.4rem;
}
}
}
}

View File

@ -7,17 +7,6 @@
.swiper-container{
.swiper-wrapper{
.swiper-slide {
// animation: motion-autoplay 4s infinite;
// // animation-name: motion-autoplay;
// // animation-duration: 4s;
// // animation-timing-function: ease;
// animation-delay: 3s;
// // animation-iteration-count: infinite;
// animation-direction: normal;
// // animation-fill-mode: none;
// animation-play-state: running;
// // animation-timeline: ;
.cadre-img-zoom{
max-height: 1281px;
@ -29,13 +18,12 @@
}
}
blockquote{
// color: white;
position: relative;
top: -30px;
// background-color: gray;
p{
font-size: 0.6rem !important;
font-size: 0.4rem !important;
font-family: 'gilroy-regular';
padding-top: 0.5rem;
}
}
@ -46,9 +34,6 @@
0% {
transform: scale(1);
}
// 50% {
// transform: translateX(calc(-100% - 16px));
// }
100% {
transform: scale(1.1);
}