De-halloweenify

This commit is contained in:
Chris Blanchard 2015-11-01 11:21:18 +00:00
parent 959555bb5b
commit 71be4fb9bd
3 changed files with 1 additions and 39 deletions

View file

@ -16,18 +16,10 @@ class SoundController {
if (storageAvailable("localStorage")) {
let volume = localStorage.getItem("gatherVolume");
if (volume !== undefined) Howler.volume(volume);
// Re-enable after halloween
// gatherMusic = localStorage.getItem("gatherMusic");
gatherMusic = "halloween";
localStorage.setItem("gatherMusic", gatherMusic);
}
this.tunes = {
// Remove after halloween
"halloween": {
description: "Halloween",
url: 'http://www.ensl.org/files/audio/halloween2.mp3'
},
"classic": {
description: "Gathers Classic",
url: 'http://www.ensl.org/files/audio/gather-1.mp3'
@ -102,7 +94,7 @@ class SoundController {
}
defaultGatherMusic() {
return "halloween";
return "classic";
}
setupGatherMusic (musicName) {

View file

@ -2,36 +2,6 @@ html, body {
height: 100%;
}
/*Remove After Halloween*/
body {
background-color: #000;
background-image: url("/images/halloween.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.moon {
display: block;
position: absolute;
right: 2em;
top: 2em;
height: 200px;
width: 200px;
border-radius: 100%;
background: #ddd;
box-shadow: 0 0 50px gold,0 0 150px gold, inset 0 20px 20px 40px whitesmoke, inset 30px 0 35px 50px ivory;
transition: 2s;
z-index: -1;
}
.panel {
background-color: rgba(26,55,79,0.9) !important;
}
/*Remove After Halloween*/
#side-menu {
margin-top: 1em;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB