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; margin: 1em 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper #junta-directiva img, .edit-post-visual-editor__content-area .editor-styles-wrapper .fotocopia img,
.edit-post-visual-editor__content-area .editor-styles-wrapper img.fotocopia { .edit-post-visual-editor__content-area .editor-styles-wrapper .multiply img {
filter: grayscale(1) contrast(1) brightness(1); filter: saturate(150) grayscale(1) contrast(10);
mix-blend-mode: multiply; 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 { .fotocopia,.multiply {
filter: grayscale(1) contrast(1) brightness(1); //http://stackoverflow.com/questions/52936926/ddg#52936970
mix-blend-mode: multiply; img{
//filter: grayscale(1) contrast(1) brightness(1);
filter: saturate(150) grayscale(1) contrast(10);
mix-blend-mode: multiply;
}
} }
//mapas leaflet //mapas leaflet

View File

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