mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Added player at frontpage because of fun
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user