-
Notifications
You must be signed in to change notification settings - Fork 0
/
signupStyles.css
269 lines (226 loc) · 6.44 KB
/
signupStyles.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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
@font-face { font-family: "XiaoWei";
src: url('fonts/XiaoWei.ttf'); }
@font-face { font-family: "Comfortaa";
src: url('fonts/Comfortaa.ttf'); }
@font-face {font-family: 'creteround';
src:url('fonts/Crete_Round/CreteRound-Regular.ttf');}
@font-face {font-family: 'OldStandard';
src:url('fonts/Old Standard/OldStandardTT-Regular.ttf');}
body{
background-image: url("background-images/fruitvegblur.jpeg");
background-size: 120vmax;
background-attachment: fixed;
background-repeat: no-repeat;
margin:0;
}
#welcomeNote {
font-size : 62px;
text-align: center;
padding-top: 5px;
margin-bottom:-10px;
text-shadow: 0px 0px 1px rgb(19,19,19),0px 0px 2px rgb(19,19,19),0px 0px 2px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 1px rgb(19,19,19),0px 0px 8px orangered;
font-family: xiaowei;
color:rgb(19, 19, 19);
}
/*this block of code deals with styling the superscript element which is the copywright symbol.*/
sup {
vertical-align: top;
font-size: 24px;
font-family: comfortaa;
font-weight:900;
text-shadow:0px 0px 0 black,0px 1px black,0px 0px 2px orangered;
}
hr{
margin:0;
border:solid 2px rgb(77, 70, 70,.4);
}
/*the store description is the moving marquee text which is being styled here in the following block of code*/
#storeDescription{
font-size: 25px;
padding-top:14px;
margin-bottom:-5px;
font-family:comfortaa;
font-weight: bolder;
text-shadow: 0px 0px 0.5px black, 0px 0px 0.5px black,0px 0px 1px black;
}
#heading{
text-align: center;
position: relative;
color:white;
text-shadow:0px 0px 2px black,0px 0px 1px black,0px 0px 1px black,0px 0px 1px black,0px 0px 1px black,3px 3px 7px black,;
font-family:impact;
text-align: center;
font-size:40px;
letter-spacing: 1.3px;
background-image: linear-gradient(to right,rgb(0,0,0,0.8),rgb(13, 0, 27,0.8));
padding: 10px 0 ;
width:458px;
border-radius:10px;
border-bottom:1px solid white;
border-right:1px solid white;
box-shadow: 8px 8px 12px black;
transform:translatey(10px);
}
.centering{
position:absolute;
top:55%;
left:50%;
transform:translate(-50%,-50%);
}
/*basic styling of signup box*/
.box{
margin:0 auto;
background-color: rgba(0, 0, 0, 0.9);
width:450px;
padding:16px 15px;
border-radius:20px;
box-shadow: 0px 0px 9px black;
height:420px;
padding:10px;
margin-top:2vw;
}
/*the login box hover effect*/
.box:hover{
transition:.8s;
background-color:rgba(10, 4, 0,0.96);
box-shadow: 0px 0px 38px rgb(255, 136, 0);
}
/*customizing the styling of text input box!*/
.box input[type = 'text'] {
display: flex;
flex-direction: column;
color:rgb(255, 166, 0);
padding:1.5px 10px;
font-size: 24px;
border-radius:15px;
background-color:rgb(0,0,0,0);
width:400px;
height:45px;
border:3px solid rgb(255, 166, 0);
margin:0 auto;
margin-top:13px;
}
/*customizing the styling of password input box!*/
.box input[type = 'password'] {
display: flex;
flex-direction: column;
color:rgb(255, 166, 0);
margin:0 auto;
margin-top:13px;
padding:1.5px 10px;
font-size: 24px;
border-radius:15px;
background-color:rgb(0,0,0,0);
width:400px;
border:3px solid rgb(255, 166, 0);
height:45px;
}
.thebutton {
display:inline-block;
top:50%;
left:50%;
transform: translate(30%,32%);
}
/*customizing the styling of submit buttons!*/
.box input[type = 'submit'] {
display:inline-block;
text-align: center;
font-weight: 900;
font-family: arial;
color:rgb(255, 255, 255);
border:3px solid rgb(255, 166, 0);
border-bottom:0;
font-size: 25px;
border-radius:45px;
background-color:rgb(0,0,0,0);
width:150px;
height:45px;
padding:1px ;
cursor: pointer;
margin-right:37px;
margin-left:10px;
box-shadow:0px 5px 1px rgb(156, 3, 3);
border-left: 0;
border-right:0;
}
/*customizing the hover action on submit*/
.box input[type = 'submit']:hover{
border:3px solid rgbrgb(255, 166, 0);
transition:2s background-color;
transition:.2s color;
background-color: rgb(255, 166, 0);
color:black;
text-shadow:1px 1px 2px red;
}
#loginbutton{
display:inline-block;
text-align: center;
font-weight: 900;
font-family: arial;
color:rgb(255, 255, 255);
border:3px solid rgb(255, 166, 0);
font-size: 25px;
border-radius:40px;
background-color:rgb(0,0,0,0);
width:142px;
height:37px;
padding:1px ;
cursor: pointer;
box-shadow:0px 5px 1px rgb(156, 3, 3);
border-left: 0;
border-right:0;
border-bottom:0;
}
#loginbutton:hover{
border:3px solid rgbrgb(255, 166, 0);
transition:2s background-color;
transition:.2s color;
background-color: rgb(255, 166, 0);
color:black;
text-shadow:1px 1px 2px red;
}
#loginbutton:active{
transform:translate(30%,38%);
box-shadow:0px 2px 1px rgb(156, 3, 3);
}
.box input[type = 'submit']:active{
transform:translate(30%,38%);
box-shadow:0px 2px 1px rgb(156, 3, 3);
}
.backbuttonlogin:link{
color:black;
text-decoration: none;
}
.backbuttonlogin:active{
color:black;
text-decoration: none;
}
/*this is to remove the focus selector outline*/
input:focus, textarea:focus, select:focus{
outline: none;
}
/*footer on this page*/
#footText {
position:fixed;
bottom:0;
left:0;
right:0;
display:flex;
flex-direction: row;
justify-content: center;
background-image: linear-gradient(to right,rgb(0,0,0,.6),rgb(0,0,0,.6),rgb(24, 0, 31,0.03),rgb(24, 0, 31,0.03),rgb(24, 0, 31,0.03),rgb(24, 0, 31,0.03),rgb(0,0,0,.6),rgb(0,0,0,.6));
font-family: xiaowei;
text-align: center;
font-size: 15px;
font-weight: 900;
letter-spacing: 7px;
padding: 2px;
margin: 0 4px;
margin-bottom: 2px;
margin-top: 2vw;
border-radius: 10px;
cursor: not-allowed;
}
#copyright{
font-size: 16px;
}