-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
124 lines (124 loc) · 2.34 KB
/
style.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
115
116
117
118
119
120
121
122
123
124
@font-face {
font-family: 'San Francisco';
src: url(./Font/SFUIDisplay-Regular.otf);
}
body {
margin: 0;
background-image: url("./wall.png");
position: fixed;
height: 100%;
width: 100%;
background-attachment: fixed;
background-size: cover;
background-position: center;
justify-content: center;
overflow: hidden;
cursor: none;
font-family: 'San Francisco';
letter-spacing: 0.6px;
}
#dock {
position: fixed;
bottom: 15px;
background-color: #2229;
padding: 3px;
padding-bottom: 1px;
border-radius: 16px;
backdrop-filter: blur(30px) saturate(2);
z-index: 0;
transition: 0.5s ease-in-out;
}
table img {
margin: px;
border-radius: 10px;
}
#dock img {
margin: 10px;
border-radius: 10px;
}
img::selection {
background-color: transparent;
}
table * {
margin: 0;
}
table img {
border: none;
}
table {
width: 100%;
height: 85%;
margin: 15px;
transition: 0.5s ease-in-out;
}
table::selection {
background-color: transparent;
}
div.center {
display: flex;
justify-content: center;
}
div.centerIn {
display: inline-flex;
justify-content: center;
}
* {
color: #fff;
font-size: 10px;
}
.text {
margin: 4px;
}
#control-center-trig {
position: fixed;
top: 0;
right: 0;
height: 20px;
z-index: 1;
background-color: transparent;
display: flex;
align-items: center;
justify-content: flex-end;
border-radius: 4px;
transition: 0.5s;
font-size: 11px;
}
#CC {
position: fixed;
height: 100%;
width: 100%;
z-index: -1;
transition: 0.5s ease-in-out;
justify-content: flex-end;
backdrop-filter: blur(0px);
padding: 20px;
top: 0;
opacity: 1;
}
#controlCenter {
position: fixed;
height: 100%;
width: 100%;
display: flex;
z-index: 0;
transition: 1s;
align-items: flex-start;
justify-content: flex-end;
padding: 40px;
top: -100%;
opacity: 1;
}
.controls-2-2 {
background-color: #2229;
height: 106px;
width: 106px;
border-radius: 15px;
margin: 10px 5px;
}
.controls-1-1 {
background-color: #2229;
height: 48px;
width: 48px;
border-radius: 15px;
margin: 10px 5px;
}