Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Juan
AMRO22-website
Commits
3510db73
Commit
3510db73
authored
Jun 15, 2022
by
Juan
Browse files
Added etherpad
parent
3d5c6fe8
Pipeline
#2116
passed with stages
in 2 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/style.css
View file @
3510db73
...
...
@@ -1117,14 +1117,37 @@ contributors style
}
}
.main-streaming-container
{
position
:
relative
;
width
:
60%
;
left
:
50%
;
transform
:
translate
(
-50%
,
0
);
}
.streaming-frame-container
{
position
:
relative
;
padding-top
:
6rem
;
margin-bottom
:
3rem
;
}
.streaming-frame
{
position
:
fixed
;
top
:
50%
;
position
:
relative
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
width
:
8
0%
;
transform
:
translate
(
-50%
,
0
);
width
:
10
0%
;
aspect-ratio
:
16
/
9
;
max-width
:
640px
;
max-height
:
360px
;
}
.streaming-etherpad-container
{
position
:
relative
;
}
.streaming-etherpad
{
position
:
relative
;
width
:
100%
;
height
:
500px
;
}
/*
...
...
livestream.html
View file @
3510db73
...
...
@@ -4,13 +4,26 @@ permalink: /livestream/
title: livestream
---
<iframe
class=
"streaming-frame"
src=
"//live.dorftv.at/extern/amro/iframe"
frameborder=
"0"
allowfullscreen
></iframe>
<div
class=
"main-streaming-container"
>
<div
class=
"streaming-frame-container"
>
<iframe
class=
"streaming-frame"
src=
"//live.dorftv.at/extern/amro/iframe"
frameborder=
"0"
allowfullscreen
></iframe>
</div>
<video
style=
"position: fixed; top: 0; left: 0"
>
<source
src=
"//live.dorftv.at/extern/amro/"
/>
</video>
<h4>
You are invited to interact below and share your thoughts with the community of the festival
</h4>
<div
class=
"streaming-etherpad-container"
>
<iframe
class=
"streaming-etherpad"
src=
"https://etherpad.servus.at/p/amro22?showControls=true&showChat=true&showLineNumbers=true&useMonospaceFont=false"
frameborder=
"0"
allowfullscreen
></iframe>
</div>
</div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment