This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
441 lines (437 loc) · 7.43 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
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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
body {
background-color: #faebd7;
margin: 28px 100px 0px 100px;
}
/* for body */
.main {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 20px;
}
.first {
color: #F0F8FF;
}
.header {
background-color: #aa7ed4;
font-size: larger;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
height: 50px;
border-radius: 10px;
}
.firstfoot {
position: absolute;
top: 40px;
right: 50%;
color: #f4e258;
}
.firstfoot h1 {
direction: initial;
position: absolute;
left: 80px;
bottom: -25px;
font-size: 30px;
color: #f4e258;
}
/* //for header on top of page */
.atfirst {
background-color: #ecebeb;
border-radius: 10px;
}
.allnavbar{
display: flex;
}
.navbaratag {
height: 50px;
padding: 30px 0px 0px 0px;
width: 30%;
}
.navbaratag a{
padding: 20px;
color: #696969;
text-decoration: none;
}
.atfirst a:hover {
background-color: #d3d3d3;
color: #000000;
}
.atfirst img {
cursor: progress;
}
.allnavbar .search{
border-radius: 5px;
width: 40%;
text-align: center;
padding: 24px 0px 0px 0px;
}
.search input{
text-align: center;
}
.searchbar{
border: 3px #696969 solid;
border-radius: 10px;
height: 35px;
}
.navbaricon{
width: 28%;
}
.allnavbar .navbaricon {
text-align: left;
border-radius: 5px;
padding: 24px 0px 0px 0px;
}
/* for nav */
.backgroundimg {
width: 100%;
display: flex;
}
.backgroundimg img {
width: 49.8%;
border-radius: 10px;
/* margin: 30px 0px 30px 10px; */
display: inline-block;
}
.smallatleft{
width: 9%;
}
.backgrimg img {
width: 100%;
height: 100%;
margin: 0px 0px 0px 0px;
}
.backgrimg2 img {
width: 100%;
height: 100%;
margin: 0;
}
.backgrimg3 img {
border: 3px #696969 solid;
width: 100%;
height: 100%;
margin: 0;
}
.twobased{
width: 100%;
}
/* middle images */
.midconttype{
font-size: xx-large;
direction: rtl;
text-align: center;
cursor:default
}
.midconttype h7{
color: #696969;
}
/* for H7 on top of the photos */
.photomidcont {
color: #696969;
font-size: medium;
direction: ltr;
display: inline-block;
background-color: #ff8282;
padding: 10px;
border-radius: 10px;
text-align: center;
height: 220px;
width: 220px;
margin: 20px;
}
.photomidcontst img {
height: 100px;
width: 220px;
border-radius: 10px;
}
.photomidcontsttwo p {
width: 230px;
}
.midcontimgtreiler{
text-align: center;
max-width: 20%;
}
.arcaneimg{
max-width: 100%;
border-radius: 10px;
cursor: default;
}
.midcontainer {
display: flex;
background-image: url(./2-1q-copy.jpg);
border-radius: 10px;
/* margin-bottom: 30px; */
}
/* pictures and photos for selling(selling items) */
.typetext{
letter-spacing: 6px;
text-shadow: #b43c33 0 0, cyan 0 0;
text-shadow: 200ms;
color: #696969;
cursor: pointer;
display: inline-block;
}
.typetext:hover{
text-shadow: #b43c33 -6px 0, cyan 6px 0;
}
.phacap {
display: flex;
background-color: #bcbcb6;
border-radius: 10px;
padding: 20px;
}
.fpholp{
background-color: #aa7ed4;
border:20px #aa7ed4 solid;
border-radius: 10px;
width: 20%;
height: 20%;
font-size:x-large;
color:#faebd7;
margin-left: 5px;
}
.fpholp img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.fpholp p1{
color: #adff2f;
font-size: medium;
}
.fpholp a{
text-decoration: none;
border: 2px #ff8282 solid;
border-radius: 10px;
padding: 10px;
}
/* firstpart of last product */
.secpholp{
background-color: #aa7ed4;
border:20px #aa7ed4 solid;
border-radius: 10px;
width: 19.3%;
height: 19.3%;
font-size:x-large;
color:#faebd7;
margin-left: 5px;
}
.secpholp img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.secpholp p1{
color: #adff2f;
font-size: medium;
}
.secpholp a{
text-decoration: none;
border: 2px #ff8282 solid;
border-radius: 10px;
padding: 10px;
}
/* second part of last product */
.thirdpholp {
background-color: #aa7ed4;
border:20px #aa7ed4 solid;
border-radius: 10px;
width: 18.8%;
height: 20%;
font-size: 1.46em;
color:#faebd7;
margin-left: 5px;
}
.thirdpholp img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.thirdpholp p1{
color: #adff2f;
font-size: medium;
}
.thirdpholp h5{
margin-bottom: 8%;
}
.thirdpholp a{
text-decoration: none;
border: 2px #ff8282 solid;
border-radius: 10px;
padding: 9px;
}
/* third part of last product */
.fourthpholp{
background-color: #aa7ed4;
border:20px #aa7ed4 solid;
border-radius: 10px;
width: 20%;
height: 20%;
font-size:x-large;
color:#faebd7;
margin-left: 5px;
}
.fourthpholp img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.fourthpholp h5{
margin-bottom: 10%;
}
.fourthpholp p1{
color: #adff2f;
font-size: medium;
}
.fourthpholp a{
text-decoration: none;
border: 2px #ff8282 solid;
border-radius: 10px;
padding: 10px;
}
/* fourth part of last product finished here */
.pointerpholp{
width: 9%;
margin-top: 12%;}
.pointerpholpfirst{
text-align: center;
}
.pointerpholpfirst a{
text-decoration: none;
/* display: inline-block; */
padding: 14px 20px;
border-radius: 50%;
background-color: #bcbcbc;
}
.pointerpholpfirst a:hover{
background-color: #696969;
color: #000000;
}
/* pointer next of last product div */
.footer{
display: flex;
background-color:#939393;
border-radius: 10px;
}
.rstc{
width: 22.5%;
}
.rstc h6{
font-size: x-large;
margin: 5%;
margin-right: 10%;
color: #faebd7;
margin-left: 0;
}
.rstca a{
display: block;
font-size: large;
text-decoration: none;
margin: 5%;
margin-right: 10%;
color: #696969;
}
/* first container on footer from text type */
.norstc{
width: 22.5%;
}
.norstc h6{
font-size: x-large;
margin: 5%;
margin-right: 10%;
color: #faebd7;
margin-left: 0;
}
.norstca a{
display: block;
font-size: large;
text-decoration: none;
margin: 5%;
margin-right: 10%;
color: #696969;
}
/* second container on footer from text type */
.midotc{
width: 23%;
margin-right: 1%;
}
.h-midotc h6{
font-size: x-large;
margin: 5%;
color: #faebd7;
margin-left: 0;
margin-right: 0;
}
.midotca{
display: inline-flex;
}
.insta {
width: 20%;
}
.insta img{
width: 100%;
border-radius: 50%;
}
.twitter{
width: 20%;
}
.twitter img{
width: 100%;
}
.telegram{
width: 20%;
}
.telegram img{
width: 100%;
}
.linked-in{
width: 20%;
}
.linked-in img{
width: 100%;
border-radius: 50%;
}
/* middle of text container finished here */
.epotc{
width: 23%;
}
.endline h6{
font-size: x-large;
margin: 5%;
margin-right: 10%;
color: #faebd7;
margin-left: 0;
}
.namads{
display: inline-flex;
}
.enamad{
width: 20%;
margin: 1.5%;
padding: 10px;
}
.enamad img{
width: 100%;
border:2px #add8e6 solid;
border-radius: 10px;
padding: 5px;
}
.razi{
width: 20%;
margin: 1.5%;
padding: 10px;
}
.razi img{
width: 100%;
border:2px #add8e6 solid;
border-radius: 10px;
padding: 5px;
}
.kasbokar{
width: 20%;
margin: 1.5%;
padding: 10px;
}
.kasbokar img{
width: 100%;
border:2px #add8e6 solid;
border-radius: 10px;
padding: 5px;
}