added multiply effect

This commit is contained in:
Jorge vitrubio.net 2024-03-31 20:22:22 +02:00
parent 44c69e7ea9
commit 9a740f5fee
4 changed files with 14 additions and 10 deletions

View File

@ -1231,9 +1231,9 @@ Add your custom styles in this file so it is easier to update the theme.
margin: 1em 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper #junta-directiva img,
.edit-post-visual-editor__content-area .editor-styles-wrapper img.fotocopia {
filter: grayscale(1) contrast(1) brightness(1);
.edit-post-visual-editor__content-area .editor-styles-wrapper .fotocopia img,
.edit-post-visual-editor__content-area .editor-styles-wrapper .multiply img {
filter: saturate(150) grayscale(1) contrast(10);
mix-blend-mode: multiply;
}

File diff suppressed because one or more lines are too long

View File

@ -20,9 +20,13 @@ figure {
// }
//}
#junta-directiva img,img.fotocopia {
filter: grayscale(1) contrast(1) brightness(1);
mix-blend-mode: multiply;
.fotocopia,.multiply {
//http://stackoverflow.com/questions/52936926/ddg#52936970
img{
//filter: grayscale(1) contrast(1) brightness(1);
filter: saturate(150) grayscale(1) contrast(10);
mix-blend-mode: multiply;
}
}
//mapas leaflet

View File

@ -1088,9 +1088,9 @@ figure {
margin: 1em 0;
}
#junta-directiva img,
img.fotocopia {
filter: grayscale(1) contrast(1) brightness(1);
.fotocopia img,
.multiply img {
filter: saturate(150) grayscale(1) contrast(10);
mix-blend-mode: multiply;
}