forked from teklynk/twitch_shoutout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
563 lines (519 loc) · 25.5 KB
/
index.html
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Twitch Shout-out Clips Player</title>
<meta name="description" content="Twitch Shout out clip player. !so channelname. This will display a random clip and say a shout out message in chat." />
<meta name="keywords" content="Twitch, shoutout, chat bot, overlay" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Twitch Shout-out Clips Player" />
<meta property="og:description" content="Twitch Shout out clip player. !so channelname. This will display a random clip and say a shout out message in chat." />
<meta property="og:url" content="" />
<meta property="og:site_name" content="Twitch Shout-out Clips Player" />
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/bootstrap.bundle.js"></script>
<link rel="stylesheet" href="assets/css/bootstrap452.min.css">
<link rel="stylesheet" href="assets/css/dark.min.css">
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
</head>
<style>
.hide {
display: none;
}
</style>
<body onload="onInit()">
<div class="container">
<div class="row pt-md-4">
<ul class="nav nav-pills">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Twitch Tools</a>
<div class="dropdown-menu" id="main-nav">
</div>
</li>
</ul>
</div>
<div class="row">
<div class="col-10">
<h1 class="h3 pt-4 pl-lg-4 text-center">Twitch Shout-out</h1>
</div>
<div class="col-2 text-center">
<img src="assets/images/robot.gif" style="width: 60px;" alt="tekbot_v1" title="Hi, I'm tekbot_v1" id="tekbotImg" onmouseover="onHover();" onmouseout="offHover();">
</div>
</div>
<ul class="nav nav-tabs" id="mainNav" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" href="index.html" role="tab">Clips</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" href="slider.html" role="tab">Slider</a>
</li>
</ul>
<br>
<div class="card">
<div class="card-body">
<h2>Shout-Out Clip Player Overlay</h2>
<p>Play a random clip from the streamers channel that is shouted out.</p>
<h3>Notes:</h3>
<ul>
<li><span class="text-info"><strong>FEATURES:</strong></span></li>
<li><strong>!watchclip</strong> Play a clip that was posted into chat.</li>
<li><strong>!replayso, !soreplay, !clipreplay, !replayclip</strong> will replay the previous shout-out clip. Maybe you just have to see that clip again :)</li>
<li><strong>!stopclip</strong> to stop/reload the browser source in case a clip is just way too long, cringey or playing at an inappropriate time. Limited to Mods and Streamer. Can also use (!sostop, !stopclip, !clipstop, !clipreload)</li>
<li><strong>Date Range option:</strong> This will grab a clip from within the last 5days, 10day, 30days... If no clips exist, then no clip will play. You can enable the "Show the user profile image" to display the users avatar in place of a non-existent clip.</li>
<li>
<strong>Show clip details panel:</strong> This will display a panel in the lower third of the overlay that contains details about the clip. This can use variables:{channel},{title},{game},{creator_name},{created_at}.
</li>
<li>Automatically do a shout-out on Raid events.</li>
<li>You can not do a shout-out while another shout-out is playing. The command will simply be ignored.</li>
<li>Multi-Shout-Out (!so @teklynk @mrcoolgamer @streambean) works on a timer using the "Max Duration Time" and will play a shout-out every X seconds.</li>
<li>The most recent "popular" clip may not be the most recent clip. "Popular" is based on the number of views that the clip has.</li>
<li>If you do not want to play clips but still want to "Show chat message", uncheck "Show a random popular clip" and "Show the most recent popular clip".</li>
<li>Be sure to set "Shutdown source when not visible", "Control audio via OBS", "Refresh browser when scene becomes active" on the OBS Browser Source properties.
</li>
</ul>
</div>
</div>
<br>
<div class="form-label-group mb-2">
<label for="mainAccount">Twitch Account</label>
<input type="text" id="mainAccount" class="form-control validate" placeholder="MrCoolStreamer">
</div>
<h2>Options</h2>
<div class="form-label-group mb-2">
<label for="command">Custom Command
<small>(so, soclip, playclip. No need to include the ! symbol)</small>
</label>
<input type="text" id="command" class="form-control validate" value="so" placeholder="so" size="50">
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="showClip" checked>
<label class="form-check-label" for="showClip">
Show clip
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="showRecentClip">
<label class="form-check-label" for="showRecentClip">
Show the most recent popular clip
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="showImage">
<label class="form-check-label" for="showImage">
Show the user profile image if clips do not exist
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="raided">
<label class="form-check-label" for="raided">
Automatically shoutout a creator when they raid you.
</label>
</div>
<div class="form-group range-slider hide ml-4 mr-4 mt-2" id="so_count">
<label for="delay">Min raid party size
</label>
<input type="range" max="30" min="0" step="1" class="form-control range-slider-range" id="raidCount"
value="3" style="height: 0;">
<small class="text-muted range-slider-value"></small>
<small class="text-muted range-slider-value">Users</small>
</div>
<div class="form-group range-slider hide ml-4 mr-4" id="so_delay">
<label for="delay">Delay automatic shoutout
</label>
<input type="range" max="30" min="1" step="1" class="form-control range-slider-range" id="delay"
value="10" style="height: 0;">
<small class="text-muted range-slider-value"></small>
<small class="text-muted range-slider-value">Seconds</small>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="checkbox" value="" id="quality">
<label class="form-check-label" for="quality">
Use lower quality video clips
<small class="text-warning">* Some clips may not have a lower quality available and will fall back to a
higher quality clip.
</small>
</label>
</div>
<div class="form-group range-slider">
<label for="limit">Number of clips to pull
<small>(Max is 100)</small>
</label>
<input type="range" max="100" min="1" step="1" class="form-control range-slider-range" id="limit"
value="20" style="height: 0;">
<small class="text-muted range-slider-value" id="clip-limit"></small>
<small class="text-muted range-slider-value">Clips</small>
</div>
<div class="form-group range-slider mt-2">
<label for="dateRange">Only show clips from within a Date Range <small>(Optional)</small> <small class="text-warning">* 0 Day(s) = OFF</small>
</label>
<input type="range" max="365" min="0" step="1" class="form-control range-slider-range" id="dateRange"
value="0" style="height: 0;">
<small class="text-muted range-slider-value" id="date-limit"></small>
<small class="text-muted range-slider-value">Day(s)</small>
</div>
<div class="form-group range-slider">
<label for="timeOut">Max Duration Time
<small>(How long should the clip play?)</small>
</label>
<input type="range" max="120" min="1" step="1" class="form-control range-slider-range" id="timeOut"
value="10" style="height: 0;">
<small class="text-muted range-slider-value"></small>
<small class="text-muted range-slider-value">Seconds</small>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="showText" checked>
<label class="form-check-label" for="showText">
Show: "Go check out {channel}" on top of the clip
</label>
<div class="form-label-group mb-4 hide" id="customTitle_block">
<div class="form-label-group mb-4 mt-2">
<label for="customTitle">Custom Title
<small>(Optional)</small>
</label>
<input type="text" id="customTitle" class="form-control" value=""
placeholder="Go check out {channel} {url}" size="50">
</div>
</div>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="checkbox" value="" id="showDetails">
<label class="form-check-label" for="showDetails">
Show clip details panel
</label>
</div>
<div class="form-label-group mt-2 mb-4 ml-4 hide" id="showDetailsText">
<label for="detailsText">Custom clip details panel text <small>(Optional)</small>
</label>
<textarea class="form-control" id="detailsText" rows="4" placeholder="{title}
While streaming {game}
Clipped by {creator_name} {created_at}"></textarea>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="showMsg">
<label class="form-check-label" for="showMsg">
Show chat message: "Go check out {channel}! - They were playing: {game} - {title} - {url}"
<small class="text-warning">* Requires Twitch Access Token</small>
</label>
<div class="form-label-group mb-4 hide" id="access_token">
<div class="form-label-group mb-4 mt-2">
<label for="customMsg">Custom Message
<small>(Optional)</small>
</label>
<input type="text" id="customMsg" class="form-control" value=""
placeholder="Go check out {channel}! - They were playing: {game} - {title} - {url}" size="50">
</div>
<div class="mb-2 mt-2">
<a href="https://id.twitch.tv/oauth2/authorize?response_type=token&client_id=gl1cjo1kdgsmj7lwjajhnb2lireyus&redirect_uri=https://twitch-shoutout.pages.dev/&scope=chat:read+chat:edit&force_verify=true"
target="_self"><img src="assets/images/connect.png"></a>
</div>
<label for="ref">Access token</label>
<input type="password" id="ref" class="form-control">
<span id="show_ref"
style="cursor:pointer;text-align:left;display:inline-block;width:70px;margin-top: 4px;font-size:smaller;vertical-align:top;"
title="Show/Hide">show
</span>
</div>
</div>
<div class="form-check mb-2 mt-2">
<input class="form-check-input" type="checkbox" value="" id="modsOnly" checked>
<label class="form-check-label" for="modsOnly">
Mods only
</label>
</div>
<div class="form-group mt-4">
<label for="themeOption">Theme options</label>
<select class="form-control" id="themeOption">
<option value="0">None</option>
<option value="1">Slide in fancy skewed</option>
<option value="2">Slide in basic</option>
<option value="3">Outside the box</option>
</select>
</div>
<div class="form-group purple-border">
<label for="customCss">Custom CSS
<small> (Copy and paste into the OBS browser source Custom CSS section and modify as needed. <a
href="https://www.w3schools.com/Css/" target="_blank">CSS Tutorial</a>)
</small>
</label>
<textarea class="form-control" id="customCss" rows="3" style="height: 200px;" readonly>
video {
width: 100%;
height: auto;
max-height: 100%;
border-radius: 10px;
z-index: -1;
}
#text-container {
width: 100%;
position: absolute;
top: 10vw;
}
.title-text {
font-family: Basic, Helvetica, sans-serif;
font-weight: bold;
font-size: 5vw;
word-wrap: break-word;
color: #fff;
text-align: center;
text-shadow: 2px 2px #000;
}
/* Profile image */
#profile {
border-radius: 100%;
}
#details-container {
position: absolute;
top: 36vw;
background: #00000090;
padding: 12px 24px 12px 24px;
margin-right: 24px;
border-radius: 0px 24px 24px 0px;
width: auto;
animation: fadeout 15s forwards;
}
#details-container .details-text {
font-family: Basic, Helvetica, sans-serif;
font-weight: bold;
word-wrap: break-word;
color: #fff;
text-align: left;
text-shadow: 2px 2px #000;
}
#details-container .details-text.item-0 {
font-size: 3vw;
font-weight: bold;
}
#details-container .details-text.item-1 {
font-size: 2.5vw;
font-weight: normal;
}
#details-container .details-text.item-2 {
font-size: 2vw;
font-weight: normal;
}
#details-container .details-text.item-3 {
font-size: 1.5vw;
font-weight: normal;
}
@keyframes fadeout {
0% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes slide {
100% {left: 0;}
}
</textarea>
</div>
<br>
<button class="btn btn-lg btn-success btn-block" id="generate_button" type="button">Generate Overlay Link</button>
<br>
<div id="overlaylink" class="hide"></div>
</div>
<script>
function onInit() {
let url = window.location.href;
if (url.indexOf('#access_token') !== -1) {
// extract the access_token from the url
let access_token = new URL(url).hash.split('&').filter(function (el) {
if (el.match('access_token') !== null) return true;
})[0].split('=')[1];
// fill input with token value
document.getElementById("ref").value = access_token;
// Save token to localstorage
localStorage.setItem("TwitchSORef", access_token);
// Redirect to default page after getting token
window.location.href = "https://twitch-shoutout.pages.dev";
} else {
document.getElementById("ref").value = localStorage.getItem("TwitchSORef");
}
let rangeSlider = function rangeSlider() {
let slider = $('.range-slider'),
range = $('.range-slider-range'),
value = $('.range-slider-value');
slider.each(function () {
value.each(function () {
let value = $(this).prev().attr('value');
$(this).html(value);
});
range.on('input', function () {
$(this).next(value).html(this.value);
});
});
};
rangeSlider();
document.getElementById("mainAccount").value = localStorage.getItem("TwitchSOMainAccount");
document.getElementById("customMsg").value = localStorage.getItem("TwitchSOCustomMsg");
document.getElementById("customTitle").value = localStorage.getItem("TwitchSOCustomTitle");
document.getElementById("ref").value = localStorage.getItem("TwitchSORef");
if (document.getElementById("showClip").checked) {
document.getElementById("showRecentClip").checked = false;
}
if (document.getElementById("showRecentClip").checked) {
document.getElementById("showClip").checked = false;
}
if (document.getElementById("showText").checked) {
document.getElementById("customTitle_block").classList.toggle('hide');
}
// show custom details input
if (document.getElementById("showDetails").checked) {
document.getElementById("showDetailsText").classList.toggle('hide');
}
if (document.getElementById("showMsg").checked) {
document.getElementById("access_token").classList.toggle('hide');
}
if (document.getElementById("raided").checked) {
document.getElementById("so_delay").classList.toggle('hide');
}
}
// Check if any input fields have changed
$(":text,:password,textarea,:checkbox,input[type=range]").on('change', function (e) {
$("#overlaylink").addClass("hide");
// Save the state of changes to localstorage so that they are not lost
localStorage.setItem("TwitchSOMainAccount", document.getElementById("mainAccount").value.trim());
localStorage.setItem("TwitchSORef", document.getElementById("ref").value.trim());
localStorage.setItem("TwitchSOCustomMsg", document.getElementById("customMsg").value.trim());
localStorage.setItem("TwitchSOCustomTitle", document.getElementById("customTitle").value.trim());
});
//show chat message
document.getElementById("showMsg").addEventListener("click", function (e) {
document.getElementById("access_token").classList.toggle('hide');
}, false);
document.getElementById("showText").addEventListener("click", function (e) {
document.getElementById("customTitle_block").classList.toggle('hide');
}, false);
document.getElementById("showDetails").addEventListener("click", function (e) {
document.getElementById("showDetailsText").classList.toggle('hide');
}, false);
document.getElementById("raided").addEventListener("click", function (e) {
document.getElementById("so_delay").classList.toggle('hide');
document.getElementById("so_count").classList.toggle('hide');
}, false);
document.getElementById("showClip").addEventListener("click", function (e) {
document.getElementById("showRecentClip").checked = false;
document.getElementById("limit").disabled = false;
document.getElementById("limit").value = 20;
document.getElementById("clip-limit").innerText = "20";
document.getElementById("dateRange").disabled = false;
}, false);
document.getElementById("showRecentClip").addEventListener("click", function (e) {
document.getElementById("showClip").checked = false;
document.getElementById("limit").disabled = true;
document.getElementById("limit").value = 1;
document.getElementById("dateRange").value = 0;
document.getElementById("dateRange").disabled = true;
document.getElementById("date-limit").innerText = "0";
}, false);
document.getElementById("show_ref").addEventListener("click", function (e) {
if (document.getElementById("show_ref").innerText === "hide") {
document.getElementById("show_ref").innerText = "show";
document.getElementById("ref").setAttribute('type', 'password');
} else {
document.getElementById("show_ref").innerText = "hide";
document.getElementById("ref").setAttribute('type', 'text');
}
}, false);
document.getElementById("generate_button").addEventListener("click", function (e) {
let mainAccount = document.getElementById("mainAccount").value.trim();
let ref = document.getElementById("ref").value.trim();
let customMsg = document.getElementById("customMsg").value.trim();
let customTitle = document.getElementById("customTitle").value.trim();
let showClip = document.getElementById("showClip").checked;
let showRecentClip = document.getElementById("showRecentClip").checked;
let modsOnly = document.getElementById("modsOnly").checked;
let showMsg = document.getElementById("showMsg").checked;
let showImage = document.getElementById("showImage").checked;
let showText = document.getElementById("showText").checked;
let showDetails = document.getElementById("showDetails").checked;
let detailsText = document.getElementById("detailsText").value.trim();
let timeOut = document.getElementById("timeOut").value.trim();
let command = document.getElementById("command").value.trim();
let quality = document.getElementById("quality").checked;
let limit = document.getElementById("limit").value.trim();
let dateRange = document.getElementById("dateRange").value.trim();
let raided = document.getElementById("raided").checked;
let raidCount = document.getElementById("raidCount").value.trim();
let delay = document.getElementById("delay").value.trim();
let themeOption = document.getElementById("themeOption").value;
if (!mainAccount) {
alert('Twitch username is not set');
}
if (!command) {
alert('Shout-out command is not set!');
}
if (!showMsg) {
ref = '';
}
if (showMsg && !ref) {
alert('Twitch access token is required if show chat message is checked!');
}
if (showDetails && !detailsText) {
detailsText = "{title}\nWhile streaming {game}\nClipped by {creator_name} {created_at}";
}
//build overlay url
if (mainAccount) {
let srcURL = window.location.protocol + "//" + window.location.host + window.location.pathname;
let fullUrl = srcURL + "shoutout.html?channel=" + mainAccount.toLowerCase() + "&showClip=" + showClip + "&showRecentClip=" + showRecentClip + "&showMsg=" + encodeURIComponent(showMsg) + "&showText=" + showText + "&showImage=" + showImage + "&raided=" + raided + "&raidCount=" + raidCount + "&delay=" + delay + "&modsOnly=" + modsOnly + "&timeOut=" + timeOut + "&command=" + command + "&lowQuality=" + quality + "&customMsg=" + encodeURIComponent(customMsg) + "&customTitle=" + encodeURIComponent(customTitle) + "&showDetails=" + showDetails + "&detailsText=" + encodeURIComponent(detailsText) + "&limit=" + limit + "&dateRange=" + dateRange + "&themeOption=" + themeOption + "&ref=" + btoa(ref);
fullUrl = fullUrl.replace("index.htmlshoutout.html", "shoutout.html");
document.getElementById("overlaylink").classList.remove("hide");
document.getElementById("overlaylink").innerHTML = "<p>Add this link as a browser source in OBS.<br>" +
"<a style='word-break:break-all;' href='" + fullUrl + "' target='_blank'>" + fullUrl + "</a><br><span class='text-warning'><small>* Never share this url with anyone or show it on stream!</small></span></p>";
}
});
</script>
<div class="text-right m-4">
<a class="btn btn-link" href="https://github.com/teklynk/twitch_shoutout/blob/main/README.md"
target="_blank">Help</a>
<a class="btn btn-link" href="https://github.com/teklynk/twitch_shoutout" target="_blank">Github</a>
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Donate', '#191d21', 'O4O0BWF2E');kofiwidget2.draw();</script>
</div>
<script>
// tekbot_v1 mouse hover action
function onHover() {
$("#tekbotImg").attr('src', 'assets/images/robot_loop.gif');
}
function offHover() {
$("#tekbotImg").attr('src', 'assets/images/robot.gif');
}
// Json data - Ajax call
let nav_json = JSON.parse($.getJSON({
'url': "https://twitchapi.teklynk.com/getnav.php",
'async': false
}).responseText);
$.each(nav_json, function (i, val) {
$('<a class="dropdown-item" href="' + val.url + '">' + val.name + '</a>').appendTo('#main-nav');
});
</script>
<style>
.btn-container {
min-width: auto !important;
padding-left: 20px;
}
span.kofitext {
color: #adb5bd !important;
}
a.kofi-button {
border-radius: none;
box-shadow: none !important;
min-width: auto !important;
padding: 0 !important;
line-height: unset !important;
}
</style>
</body>
</html>