-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventBuilder__injection.css
More file actions
301 lines (250 loc) · 7.37 KB
/
Copy pathEventBuilder__injection.css
File metadata and controls
301 lines (250 loc) · 7.37 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
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
/*
With SF the best and sometimes only way to get these styles is to use !important because SF / React will create unique, scoped classes for items.
*/
:root {
--um-blue: #00274c;
--um-maize: #ffcb05;
--um-maize--50: #fffbeb;
/* gray */
--um-gray--200: #d6d6d6;
/* Bright blue/800 */
--mo-blue--link: #193a9f;
}
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap");
/* Event Builder Class Specific targets */
body,
.content {
font-family: "Atkinson Hyperlegible", "DM Sans", sans-serif !important;
font-size: 17px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 .event-name,
.title,
[class*="speaker-profile-overlay"] .speaker-name {
font-family: "DM Serif Display", Georgia, serif !important;
letter-spacing: 0px !important;
}
h1 {
font-size: 3rem !important;
}
h2 {
font-size: 2.125 rem !important;
}
/* Linkable things */
.nav-item,
.full-profile-link,
.mat-expansion-panel-header-title h4 {
color: var(--mo-blue--link) !important;
}
.nav-item {
font-weight: 800 !important;
}
.content p {
font-size: 1rem !important;
line-height: 1.6 !important;
}
/* Speaker Profiles Overlay */
[class*="speaker-profile-overlay"] {
background: var(--um-maize--50) !important;
}
/* [class*="speaker-profile-overlay"] .content p,
[class*="speaker-profile-overlay"] .details,
[class*="speaker-profile-overlay"] .speaker-name,
[class*="speaker-profile-overlay"] .bio-section,
[class*="speaker-profile-overlay"] .mat-icon,
[class*="speaker-profile-overlay"] .speaker-company-title
{
} */
[class*="speaker-profile-overlay"] .mat-icon {
transition: 300ms ease-in-out;
}
[class*="speaker-profile-overlay"] .mat-icon:hover {
transform: scale(1.5);
transition: transform 300ms ease-in-out;
}
.speaker-bio {
border-bottom-color: white !important;
}
.speaker-title {
font-weight: 900 !important;
letter-spacing: 0.1 !important;
font-size: 1.25rem !important;
}
.venue {
font-weight: 700 !important;
line-height: 1 !important;
}
.event-date-container {
font-weight: 500 !important;
font-size: 1.5rem !important;
line-height: 1 !important;
}
.speaker-image.custom-text,
.speakers-wrapper .speaker-image.custom-text {
font-size: 8rem !important;
font-weight: 900 !important;
padding-bottom: 28px !important;
max-height: 240px !important;
width: 270px !important;
color: black !important;
line-height: 12rem !important;
align-items: flex-start !important;
}
.speaker-image {
position: relative !important;
}
.speaker-details .speaker-image {
border-radius: 0 !important;
background: var(--um-gray--200) !important;
clip-path: path(
"M240 26.26C240 11.15 229.387 -0.92 215.759 0.22L21.463 14.80C9.367 15.72 0 26.18 0 39.05V214.67C0 231.89 13.927 244.09 28.390 239.68L222.889 187.92C233.636 185.04 240 174.56 240 162.37V26.26Z"
);
}
.speaker-details .speaker-image img.rounded {
clip-path: path(
"M240 26.26C240 11.15 229.387 -0.92 215.759 0.22L21.463 14.80C9.367 15.72 0 26.18 0 39.05V214.67C0 231.89 13.927 244.09 28.390 239.68L222.889 187.92C233.636 185.04 240 174.56 240 162.37V26.26Z"
);
border-radius: 0 !important;
/*until we can modify the templates themselves to not include the .rounded class, this it what we must do. */
}
/* VARIATION 1 */
.speaker-details {
position: relative;
}
.speaker-details:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: -50px;
top: 5px;
z-index: -1;
transform: scaleX(-0.7) scaleY(-0.7) translateX(60px) translateY(-60px)
skewY(6deg);
clip-path: path(
"M240 20.471 C240 8.66 229.387 -0.77 215.759 0.13L21.463 11.40C9.367 12.49 0 21.39 0 32.12V178.03C0 187.98 7.281 196.69 17.001 199.88L211.103 238.81C225.158 241.87 240 231.13 240 217.92V20.471Z"
);
}
/* VARIATION 2
.speaker-details:nth-child(2) > .speaker-image:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: 36px;
top: 0px;
z-index: -1;
transform: skewX(5deg) skewY(10deg) rotate(12deg) scaleX(1.1) scaleY(1.2);
clip-path: path(
"M240 26.26C240 11.15 229.387 -0.92 215.759 0.22L21.463 14.80C9.367 15.72 0 26.18 0 39.05V214.67C0 231.89 13.927 244.09 28.390 239.68L222.889 187.92C233.636 185.04 240 174.56 240 162.37V26.26Z"
);
}
.speaker-details:nth-child(3) > .speaker-image:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: 16px;
top: -30px;
z-index: -1;
transform: skewX(5deg) skewY(10deg) scaleX(1.3) rotateZ(-70deg);
clip-path: path(
"M240 68.16C240 56.56 231.243 46.71 220.920 43.82L54.458 1.016C40.300 -2.647 26.104 7.033 24.246 21.600L0.561 212.448C-1.348 228.734 11.401 241.106 26.834 239.925L220.179 223.06C232.291 221.731 240 210.968 240 198.731V68.16Z"
);
}
.speaker-details:nth-child(4) > .speaker-image:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: 0px;
top: 0px;
z-index: -1;
transform: skewX(5deg) skewY(10deg) rotate(5deg);
clip-path: path(
"M233.88 30.155C233.434 16.983 223.777 6.011 211.552 5.661L50.396 0.306C38.824 -0.110 28.575 8.781 26.546 21.170L0.646 180.777C-1.601 194.988 7.384 208.252 20.606 210.082L223.028 228.355C238.849 229.880 252.909 217.264 252.034 202.534L233.88 30.155Z"
);
}
.speaker-details:nth-child(5) > .speaker-image:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: 0px;
top: 0px;
z-index: -1;
transform: skewX(5deg) skewY(10deg) rotate(-4deg);
clip-path: path(
"M128 171.80C128 166.48 134.98 161.54 140.39 160.15L224.08 136.90C231.82 134.59 240 140.78 240 148.68V213.68C240 219.01 233.02 223.95 227.61 225.34L143.92 248.59C136.18 250.90 128 244.71 128 236.81V171.80Z"
);
}
.speaker-details:nth-child(6) > .speaker-image:after {
content: " ";
background: var(--um-maize);
position: absolute;
width: 290px;
height: 280px;
left: 0px;
top: 0px;
z-index: -1;
transform: skewX(5deg) skewY(10deg) rotate(18deg);
clip-path: path(
"M0.426 161.455C0.426 174.110 8.521 185.480 20.073 188.776L207.020 240.333C223.910 245.863 240 232.177 240 214.037V77.984C240 65.329 231.905 53.960 220.353 50.664L33.406 0.107C16.515 -5.423 0.426 8.263 0.426 26.404V161.455Z"
);
}
*/
/*
Buttons
*/
.content-download-button,
.content-row .content-download-button {
text-align: center !important;
/* for some reason the button text isn't centered? */
}
.button-wrapper .mat-icon {
fill: white !important;
}
.button-wrapper button {
background-color: var(--mo-blue--link) !important;
color: white !important;
background-color: #193a9f;
color: white;
fill: white;
letter-spacing: 0;
font-weight: 900;
font-family: "DM Sans";
color: white !important;
fill: white !important;
letter-spacing: 0 !important;
font-weight: 900 !important;
font-family: "DM Sans" !important;
}
.button-wrapper .mat-icon {
fill: white !important;
}
/* FAQ, Mat Expansion Panels */
.mat-expansion-panel + .faq-category-title {
margin-top: 3rem;
}
.mat-content {
align-items: center;
}
/* Left align text rather than center */
.event-where-when,
.event-name,
.title {
text-align: left !important;
}
.event-where-when {
align-items: flex-start !important;
}