Added player at frontpage because of fun

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 14:37:27 +02:00
parent 0b3d5dd967
commit 2dd552b442
9 changed files with 86 additions and 29 deletions

View File

@@ -79,6 +79,29 @@
user-select: initial;
}
#closePlayer{
position: absolute;
top: 10px;
right: 10px;
z-index: 1;
font-size: 18px;
color: white;
text-shadow: 0px 0px 2px black;
}
#frontpage_player{
position: fixed;
bottom: 10px;
right: 10px;
z-index: 10;
cursor:pointer;
}
#frontpage_player #player{
width:200px;
cursor:pointer;
}
#text-chat-input{
border-top: 1px solid #9e9e9e;
}
@@ -104,6 +127,11 @@ body {
min-height: 100vh;
flex-direction: column;
overflow-x: hidden;
-webkit-transition: background-color 1s;
-moz-transition:background-color 1s;
-ms-transition:background-color 1s;
-o-transition:background-color 1s;
transition:background-color 1s;
}
.main, #main-row, .video-container, #playlist{