css img credit
This commit is contained in:
parent
a60e922b4e
commit
8671dc1764
|
@ -1653,8 +1653,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
top: -30px;
|
top: -30px;
|
||||||
}
|
}
|
||||||
#home .config_pages--type--diaporama-home .swiper-container .swiper-wrapper .swiper-slide blockquote p {
|
#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";
|
font-family: "gilroy-regular";
|
||||||
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
#home .config_pages--type--diaporama-home .swiper-container .swiper-wrapper .swiper-slide :hover {
|
#home .config_pages--type--diaporama-home .swiper-container .swiper-wrapper .swiper-slide :hover {
|
||||||
color: blueviolet;
|
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 {
|
#page-node .content_container .node-type-actualite .field_field_images blockquote.image-field-caption {
|
||||||
margin-left: 0;
|
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 {
|
.node-type-site .layout-content {
|
||||||
|
|
|
@ -74,7 +74,10 @@
|
||||||
}
|
}
|
||||||
blockquote.image-field-caption{
|
blockquote.image-field-caption{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-size: 0.6rem;
|
p{
|
||||||
|
font-size: 0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,17 +7,6 @@
|
||||||
.swiper-container{
|
.swiper-container{
|
||||||
.swiper-wrapper{
|
.swiper-wrapper{
|
||||||
.swiper-slide {
|
.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{
|
.cadre-img-zoom{
|
||||||
max-height: 1281px;
|
max-height: 1281px;
|
||||||
|
@ -29,13 +18,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
blockquote{
|
blockquote{
|
||||||
// color: white;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -30px;
|
top: -30px;
|
||||||
// background-color: gray;
|
|
||||||
p{
|
p{
|
||||||
font-size: 0.6rem !important;
|
font-size: 0.4rem !important;
|
||||||
font-family: 'gilroy-regular';
|
font-family: 'gilroy-regular';
|
||||||
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -46,9 +34,6 @@
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
// 50% {
|
|
||||||
// transform: translateX(calc(-100% - 16px));
|
|
||||||
// }
|
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue