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", description: "Gathers Classic",
url: 'http://www.ensl.org/files/audio/gather-1.mp3' url: 'http://www.ensl.org/files/audio/gather-1.mp3'
}, },
"christmas": {
description: "Christmas",
url: 'http://www.ensl.org/files/audio/christmas.mp3'
},
"nights": { "nights": {
description: "Nights", description: "Nights",
url: 'http://www.ensl.org/files/audio/nights.mp3' url: 'http://www.ensl.org/files/audio/nights.mp3'
@ -106,7 +102,7 @@ class SoundController {
} }
defaultGatherMusic() { defaultGatherMusic() {
return "christmas"; return "classic";
} }
setupGatherMusic (musicName) { setupGatherMusic (musicName) {

View File

@ -2,32 +2,6 @@ html, body {
height: 100%; 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 { #side-menu {
margin-top: 1em; margin-top: 1em;
} }

View File

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