added multiply effetc to pictures. clean up styles

This commit is contained in:
Jorge vitrubio.net 2024-03-31 19:44:17 +02:00
parent 85b44d7f72
commit 7d2c29b858
1 changed files with 25 additions and 13 deletions

View File

@ -13,18 +13,30 @@ img {
figure {
margin: 1em 0; // Extra wide images within figure tags don't overflow the content area.
}
//mapas leaflet
//figure .xarxaprod-associat-logo {
// max-height: 11rem;
// img {
// object-fit: contain;
// }
//}
#junta-directiva img,img.fotocopia {
filter: grayscale(1) contrast(1) brightness(1);
mix-blend-mode: multiply;
}
//mapas leaflet
.xarxaprod-associats-map,.xarxaprod-espais-map {
aspect-ratio: 4 / 3;
background-color: rgba(200,200,200,0.4); //place holder background color
}
.page-template-associats-search{
.xarxaprod-associats-map,.xarxaprod-espais-map {
aspect-ratio: 4 / 3;
background-color: rgba(200,200,200,0.4); //place holder background color
}
.page-template-associats-search{
.xarxaprod-associats-map,.xarxaprod-espais-map {
aspect-ratio: 4 / 3;
}
}
.single-xarxaprod-associat {
.xarxaprod-associats-map,.xarxaprod-espais-map {
aspect-ratio: 16 / 9;
}
}
}
}
.single-xarxaprod-associat {
.xarxaprod-associats-map,.xarxaprod-espais-map {
aspect-ratio: 16 / 9;
}
}