-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdpkCursor.min.css
58 lines (57 loc) · 1.18 KB
/
dpkCursor.min.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.dpkCursor {
align-items: center;
border: 2px solid #fff;
border-radius: 5rem;
color: #fff;
display: flex;
height: 1.75rem;
justify-content: center;
left: 0;
mix-blend-mode: difference;
pointer-events: none;
position: fixed;
top: 0;
transition: width 0.25s cubic-bezier(0.51, 1.07, 1, 1),
height 0.25s cubic-bezier(0.51, 1.07, 1, 1),
background-color 0.1s cubic-bezier(0.51, 1.07, 1, 1);
width: 1.75rem;
z-index: 999;
}
.dpkCursor.hover-active {
font-size: 0.875rem;
height: 4rem;
width: 4rem;
}
.dpkCursor.hover-bg {
border-width: 0;
mix-blend-mode: normal;
}
.dpkCursor.noCursor {
border-width: 0;
}
.dpkCursor.emogy {
border-color: #d3d3d3;
font-size: 2rem;
height: 4rem;
mix-blend-mode: normal;
width: 4rem;
}
.dpkCursor.mixBlend {
background: #fff;
height: 4rem;
mix-blend-mode: difference;
width: 4rem;
}
.dpkCursor.hover-img {
background-size: cover;
border: none;
border-radius: 0;
height: 10rem;
mix-blend-mode: normal;
width: 10rem;
}
.dpkCursor.star {
font-size: 5rem;
height: 10rem;
width: 10rem;
}