diff --git a/css/style.css b/css/style.css index 5c64efd..4712c5d 100644 --- a/css/style.css +++ b/css/style.css @@ -57,6 +57,39 @@ html, body { font-size: 12pt; } +#tabs { + margin: -1px; + min-height: 400px; + min-width: 500px; +} + +input[type=radio] { + display:none; +} + +input.tab-input[type="radio"] + label{ + cursor: pointer; + display: table-cell; + padding: 10px; + border: 2px solid black; + width: 1%; + text-align: center; +} + +input.tab-input[type="radio"]:checked + label { + border-bottom: 0px; +} + +.tab-content { + display: none; +} + +#tab1:checked ~ #tab1-content, +#tab2:checked ~ #tab2-content, +#tab3:checked ~ #tab3-content { + display: block; +} + #settingsHelper { display:flex; justify-content:center; @@ -74,6 +107,10 @@ html, body { border-width: 2px; border-style: solid; font-family: 'PetMe64Web'; + +} + +#huesSettings { padding: 5px; } @@ -93,7 +130,7 @@ html, body { display: none; } -input[type="radio"]:checked + label { +#huesSettings input[type="radio"]:checked + label { background: rgba(255,255,255, 0.5); } diff --git a/index.html b/index.html index 997a7e2..e8a4909 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,11 @@ window.onload = function() { zip.workerScriptsPath = "js/lib/"; var defaults = { - respacks : ["./respacks/Defaults_v5.0.zip", - "./respacks/CharPackagev0.03.zip", + respacks : [//"./respacks/Defaults_v5.0.zip", + //"./respacks/CharPackagev0.03.zip", "./respacks/HuesMixA.zip"], - load : true, //debug - autoplay : true // debug + load : false, //debug + autoplay : false // debug }; core = new HuesCore(defaults); }; @@ -40,7 +40,23 @@
-
+
+ + + + + + +
+ Bye +
+
+
+
+
+ Hi +
+