De-christmasify

This commit is contained in:
Chris Blanchard 2015-12-24 20:16:54 +00:00
parent ea3c347255
commit d70240ddec
3 changed files with 1 additions and 32 deletions

View File

@ -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) {

View File

@ -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;
}

View File

@ -1,5 +1,4 @@
<html>
<canvas id="canvas"></canvas>
{{>head}}
<body>
<div id="body_content">