-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstream.html
76 lines (72 loc) · 1.88 KB
/
stream.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
---
layout: default
title: Stream
permalink: /stream/
image:
path: /assets/stream.png
width: 1200
height: 670
video: https://stream.darkade.quest/mystream
---
<div class="video-container mt-md-5 mt-3 mb-4">
<iframe src="https://stream.darkade.quest/mystream" scrolling="no"></iframe>
<div class="chat-wrapper">
<chat-element
class="chat-element"
host-peer-id="quest-darkade-stream"
:is-host="false">
</chat-element>
</div>
</div>
<h2>Streams when I feel like it!</h2>
<p class="mb-5">
I mostly play retro games in different emulators. Other times I stream myself transcribing my TTRPG notes.
</p>
<style>
h2 {
color: var(--bs-link-color);
text-shadow: 0.1px 0px #56cdfa;
font-size: 2.5rem;
font-weight: bold;
margin: 2px auto 12px;
}
iframe {
width: 100%;
min-height: 545px;
border-radius: 15px 0 0 15px;
}
.video-container {
display: grid;
grid-template-columns: 3fr 1fr;
gap: 5px;
}
.video-container .chat-wrapper {
border: #49A0C3 2px solid;
border-radius: 0 15px 15px 0;
padding: 10px 10px;
}
.video-container .chat-wrapper h5 {
color: #49A0C3;
/* text-shadow: -1px 0 #49A0C3, 0 1px #49A0C3, 1px 0 #49A0C3, 0 -1px #49A0C3; */
}
.video-container .chat-wrapper .chat-element {
height: 100%;
width: 100%;
min-height: 350px;
display: inline-block;
}
@media (width < 600px) {
.video-container {
grid-template-columns: 1fr;
}
iframe {
min-height: 198px;
border-radius: 15px 15px 0 0;
}
.video-container .chat-wrapper {
border-radius: 0 0 15px 15px;
}
}
</style>
<script type="module" crossorigin src="/assets/index-DCIQKqnc.js"></script>
<link rel="stylesheet" href="/assets/index-Ds7Qg2HK.css">