This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathevents.css
149 lines (126 loc) · 3.21 KB
/
events.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
.swiper {
width: 60vw;
height: 60vh;
}
.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: bold;
border-radius: 50px;
color: #fff;
background: linear-gradient(293.6deg, #EF1212 13.68%, #EF1212 34.79%, rgba(187, 22, 22, 0.740383) 67.98%, rgba(39, 33, 33, 0) 162.64%);
filter: drop-shadow(33px 25px 49px rgba(0, 0, 0, 0.29));
}
.swiper-slide:nth-child(1n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
/* filter: drop-shadow(33px 25px 49px rgba(0, 0, 0, 0.29)); */
}
.swiper-slide:nth-child(2n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(3n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(4n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(5n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(6n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(7n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(8n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(9n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.swiper-slide:nth-child(10n) {
background: linear-gradient(293.6deg, #EF1212 34.79%, rgba(39, 33, 33, 0) 162.64%);
}
.slide-description>h3 {
height: 10%;
width: 100%;
font-weight: bolder;
}
.slide-wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 90%;
}
.slide-wrapper>.section-image {
max-width: 50%;
width: 50%;
margin: 0.5rem;
}
.slide-wrapper>.section-image>img {
border: 1rem solid #f5f4f0;
border-radius: 1rem;
}
.slide-wrapper>.slide-description {
width: 50%;
margin: 0.5rem;
font-size: 1rem;
font-weight: bold;
}
.slide-wrapper>.section-image {
align-items: center;
justify-content: center;
display: flex;
}
#events {
display: flex;
flex-direction: column;
align-items: center;
}
#events-slides-progress {
width: 60vw;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
}
.progress-circle {
border-radius: 50%;
width: 0.6rem;
height: 0.6rem;
background: #aaa;
margin: 0.2rem;
transition-duration: 0.2s;
}
.progress-circle.current {
width: 0.8rem;
height: 0.8rem;
}
@media screen and (max-aspect-ratio: 1/1) {
.slide-wrapper {
flex-direction: column;
}
.slide-wrapper>.slide-description {
width: 100%;
padding: 1rem;
margin: 0;
}
.slide-wrapper>.section-image {
max-height: 40%;
max-width: 100%;
margin-top: 1rem;
}
.swiper {
width: 60vw;
height: 80vh;
}
#events-slides-progress {
width: 70vw;
}
.slide-wrapper>.slide-description {
font-size: 0.8rem;
}
}