added multiply effect
This commit is contained in:
parent
44c69e7ea9
commit
9a740f5fee
|
@ -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
|
@ -20,10 +20,14 @@ figure {
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
||||||
#junta-directiva img,img.fotocopia {
|
.fotocopia,.multiply {
|
||||||
filter: grayscale(1) contrast(1) brightness(1);
|
//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;
|
mix-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//mapas leaflet
|
//mapas leaflet
|
||||||
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue