diff --git a/css/slides.css b/css/slides.css index c0ec514..39942f8 100644 --- a/css/slides.css +++ b/css/slides.css @@ -50,6 +50,22 @@ s{ text-decoration: line-through; } +#translations{ + margin: 10px auto; + font-size: 16px; + line-height: 21px; + color: #fff; + text-align: center; +} +#translations a{ + color:#dd4040; +} +#translations a:hover{ + color:#ee5151; +} + + + /*************************/ /******* SOUND *******/ /*************************/ diff --git a/index.html b/index.html index a9e6b7c..38e18a1 100644 --- a/index.html +++ b/index.html @@ -76,11 +76,20 @@ Many thanks again!
- + + +
+ fan-translations so far: + (add your own!) +
+ 中文 | + Português do Brasil +
+ diff --git a/js/main.js b/js/main.js index ac5c32c..20dc206 100644 --- a/js/main.js +++ b/js/main.js @@ -26,6 +26,7 @@ window.onload = function(){ slideSelect.dom.style.display = "none"; subscribe("start/game", function(){ slideSelect.dom.style.display = "block"; + $("#translations").style.display = "none"; // [FOR DEBUGGING] publish("slideshow/next");