spee.ch/server/views/layouts/embed.handlebars

42 lines
578 B
Handlebars
Raw Normal View History

2017-08-08 23:54:31 +02:00
<!DOCTYPE html>
<html>
2018-11-02 09:45:35 +01:00
<head>
<style type="text/css">
body {
2018-11-02 10:47:09 +01:00
margin: 0;
overflow: hidden;
2018-11-02 09:45:35 +01:00
}
.container {
height: 100vh;
}
2017-08-08 20:01:01 +02:00
2018-11-02 09:45:35 +01:00
video {
width: 100%;
height: 100%;
}
2017-08-08 20:01:01 +02:00
2018-11-02 09:45:35 +01:00
.logoLink {
margin-bottom: 80px; /* don't cover controls */
padding: 5px;
position: absolute;
z-index: 1;
}
2017-08-08 23:54:31 +02:00
2018-11-02 09:45:35 +01:00
.logo {
max-height: 128px;
max-width: 64px;
}
.bottom { bottom: 0 }
.right { right: 0 }
.padSmall { padding: 10px }
.padMedium { padding: 20px }
.padLarge { padding: 30px }
</style>
</head>
<body>
{{{ body }}}
2017-08-08 23:54:31 +02:00
</body>
2018-07-03 03:22:06 +02:00
</html>