-
Notifications
You must be signed in to change notification settings - Fork 398
Expand file tree
/
Copy pathginza.css
More file actions
44 lines (38 loc) · 816 Bytes
/
ginza.css
File metadata and controls
44 lines (38 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
*
* Ginza
*
*/
.ginza {
position: relative;
-webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); }
.ginza img {
width: 100%;
z-index: 1; }
.ginza:before {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
z-index: 2; }
.ginza:after {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
z-index: 3; }
.ginza::after {
background: rgba(0, 70, 150, 0.4);
mix-blend-mode: lighten; }
.ginza::before {
background: rgba(247, 176, 153, 0.56);
mix-blend-mode: darken; }