mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
De-christmasify
This commit is contained in:
parent
ea3c347255
commit
d70240ddec
3 changed files with 1 additions and 32 deletions
|
@ -24,10 +24,6 @@ class SoundController {
|
|||
description: "Gathers Classic",
|
||||
url: 'http://www.ensl.org/files/audio/gather-1.mp3'
|
||||
},
|
||||
"christmas": {
|
||||
description: "Christmas",
|
||||
url: 'http://www.ensl.org/files/audio/christmas.mp3'
|
||||
},
|
||||
"nights": {
|
||||
description: "Nights",
|
||||
url: 'http://www.ensl.org/files/audio/nights.mp3'
|
||||
|
@ -106,7 +102,7 @@ class SoundController {
|
|||
}
|
||||
|
||||
defaultGatherMusic() {
|
||||
return "christmas";
|
||||
return "classic";
|
||||
}
|
||||
|
||||
setupGatherMusic (musicName) {
|
||||
|
|
|
@ -2,32 +2,6 @@ html, body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
/* Christmas stuff starts here*/
|
||||
.panel {
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
canvas {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -50;
|
||||
background: url(/images/christmas.png) no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
/* Christmas stuff ends here*/
|
||||
|
||||
#side-menu {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<html>
|
||||
<canvas id="canvas"></canvas>
|
||||
{{>head}}
|
||||
<body>
|
||||
<div id="body_content">
|
||||
|
|
Loading…
Reference in a new issue