-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
214 lines (187 loc) · 3.99 KB
/
Copy pathstyle.css
File metadata and controls
214 lines (187 loc) · 3.99 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
html, body {
height: 100%;
width: 100%;
overflow-x: clip;
background-color: black;
font-family: "Open Sans", sans-serif;
}
#status {
color: white;
}
#AdminBlock {
height: 400px;
aspect-ratio: 1.3/1;
background-color: rgb(145, 153, 239);
border-radius: 9%;
position: absolute;
}
.adminBlock {
display: flex;
justify-content: center;
}
#MainNav {
position: absolute;
left: 0;
top: 0;
height: 100px;
width: 100%;
background-color: black;
}
#LoginBG {
width: 400px;
aspect-ratio: 1/1.3;
background-color: rgba(226, 34, 30, 0.8);
filter: blur(10px);
border-radius: 9%;
position: absolute;
}
#LoginForm {
width: 400px;
aspect-ratio: 1/1.3;
color: white;
z-index: 2;
display: flex;
justify-content: center;
}
#BG {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
html, body {
height: 100%;
width: 100%;
overflow-x: clip;
font-family: "Montserrat", sans-serif;
color: white;
}
#loginWrapper {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
#loginMenu {
width: 30%;
aspect-ratio: 1/1.2;
background: rgba(0, 0, 0, 0.071);
background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(51, 31, 2, 0.4) 35%, rgba(21, 21, 21, 0.4) 100%);
border-radius: 5% 7%;
border: 2px rgba(255, 255, 255, 0.5) solid;
transition: all 1s;
padding: 1%;
}
@keyframes textShine {
to {
background-position: 200%;
}
}
#loginMenu:active, .LoginPrompt:focus {
border: 2px rgb(255, 255, 255) solid;
}
#loginTitle {
display: flex;
justify-content: center;
height: -moz-fit-content;
height: fit-content;
width: 100%;
align-items: center;
color: white;
text-decoration: none;
background: linear-gradient(to right, rgb(6, 218, 52) 20%, #039222 30%, #006a22 70%, rgb(6, 218, 52) 80%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: textShine 7s ease-in-out infinite;
gap: 1%;
position: relative;
top: 1%;
font-size: xx-large;
}
#loginTitle img {
width: 15%;
height: auto;
}
#loginText {
display: flex;
justify-content: center;
color: white;
}
.LoginPrompt {
background-color: unset;
font-family: "Montserrat", sans-serif;
width: 100%;
color: white;
transition: all 0.5s;
border: none;
}
.AltLogin {
display: flex;
align-items: center;
width: 75%;
justify-content: space-between;
border-radius: 10px;
font-family: "Montserrat", sans-serif;
font-size: x-large;
background: #ffd7a4;
height: 120%;
transition: all 0.1s;
}
.AltLogin:hover:not(#registerButton) {
background: linear-gradient(to right, #ffd7a4 20%, #ffcd8b 30%, #fbb252 70%, #ffd7a4 80%);
animation: textShine 10s linear infinite;
background-size: 200% auto;
}
.AltLogin:active {
filter: brightness(50%);
}
.AltLogin img {
width: 10%;
filter: drop-shadow(-1px -1px 0px #000000) drop-shadow(1px -1px 0px #000000) drop-shadow(1px 1px 0px #000) drop-shadow(-1px 1px 0px #000);
}
#AltOptions {
display: grid;
justify-items: center;
}
.PromptWrapper {
border-bottom: white solid 2px;
}
input[type=search]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type=search]::-ms-reveal {
display: none;
width: 0;
height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none;
}
#registerButton {
background-color: rgb(138, 255, 138);
}
#registerButton:hover {
filter: brightness(80%);
}
#registerButton:active {
filter: brightness(50%);
}/*# sourceMappingURL=style.css.map */