-
Notifications
You must be signed in to change notification settings - Fork 1
/
160.css
114 lines (114 loc) · 1.61 KB
/
160.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.Eh {
position: fixed;
top: 0;
bottom: 0;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
fill: var(--C);
transition: var(--D);
}
[dir="ltr"] .Eh,
[dir="rtl"] .Eh {
left: 0;
right: 0;
}
.Eh > svg {
width: 56px;
height: 56px;
}
[dir] .Eh > svg {
padding: 15.5px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] .Eh.Ei {
transform: rotate(90deg);
}
[dir="rtl"] .Eh.Ei {
transform: rotate(-90deg);
}
.Ej {
position: fixed;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
[dir] .Ej {
background-color: var(--V);
}
[dir="ltr"] .Ej,
[dir="rtl"] .Ej {
left: 0;
right: 0;
}
[dir="ltr"] .Ek {
transform: rotate(90deg);
}
[dir="rtl"] .Ek {
transform: rotate(-90deg);
}
[dir="ltr"] .El {
transform: rotate(180deg);
}
[dir="rtl"] .El {
transform: rotate(-180deg);
}
[dir="ltr"] .Em {
transform: rotate(270deg);
}
[dir="rtl"] .Em {
transform: rotate(-270deg);
}
.En {
width: 100vh;
height: 100vw;
}
.Eo {
width: 100vw;
height: 100vh;
}
.Ep {
opacity: 0;
}
.Eq {
position: fixed;
color: var(--C);
}
[dir] .Eq {
padding: 4px 8px;
background-color: var(--U);
}
[dir="ltr"] .Eq {
left: 0;
}
[dir="rtl"] .Eq {
right: 0;
}
.Er {
bottom: 0;
}
[dir="ltr"] .Er {
right: 0;
}
[dir="rtl"] .Er {
left: 0;
}
.Es {
top: 0;
width: 100vh;
}
[dir="ltr"] .Es {
transform: translateY(-100%) rotate(90deg);
transform-origin: 0 100%;
}
[dir="rtl"] .Es {
transform: translateY(-100%) rotate(-90deg);
transform-origin: 100% 100%;
}
.Et {
max-height: calc(var(--AF) * 1.445 * var(--F));
}