diff --git a/css/PetMe64.woff b/css/PetMe64.woff index de805c8..d9141a6 100644 Binary files a/css/PetMe64.woff and b/css/PetMe64.woff differ diff --git a/css/style.css b/css/style.css index 4712c5d..3cd59d9 100644 --- a/css/style.css +++ b/css/style.css @@ -15,6 +15,54 @@ html, body { background-color:#ffffff; } +h1 { + font-size: 15pt; +} + +h2 { + font-size: 10pt; + +} + +h3 { + font-size: 7pt; +} + +h1, h2, h3 { + text-align: center; +} + +#about { + border-bottom: 2px solid black; +} + +#reference { + display:flex; + align-items:center; +} + +.info-ref { + float: left; + font-size: 8pt; + text-align: left; + background: rgba(100,100,100,0.3); + border-radius: 15px; + margin: 10px; + padding: 0px 5px; +} + +.info-ref h3 { + font-size: 10pt; + margin: 10px 0px 0px 10px; + text-align: left; +} + +.info-ref ul { + list-style-type: none; + padding: 0px; + margin: 10px; +} + #waifu { display: block; height: 100%; @@ -67,7 +115,7 @@ input[type=radio] { display:none; } -input.tab-input[type="radio"] + label{ +.tab-label{ cursor: pointer; display: table-cell; padding: 10px; @@ -76,6 +124,10 @@ input.tab-input[type="radio"] + label{ text-align: center; } +label.tab-label:hover { + background: rgba(255,255,255,0.3); +} + input.tab-input[type="radio"]:checked + label { border-bottom: 0px; } @@ -107,7 +159,6 @@ input.tab-input[type="radio"]:checked + label { border-width: 2px; border-style: solid; font-family: 'PetMe64Web'; - } #huesSettings { @@ -115,11 +166,11 @@ input.tab-input[type="radio"]:checked + label { } .settings-category { - font-size: 10pt; + font-size: 12pt; } .settings-individual{ - font-size: 8px; + font-size: 8pt; } .settings-buttons{ @@ -130,12 +181,8 @@ input.tab-input[type="radio"]:checked + label { display: none; } -#huesSettings input[type="radio"]:checked + label { - background: rgba(255,255,255, 0.5); -} - .settings-label { - font-size: 8px; + font-size: 7pt; margin: 10px 2px; padding: 3px; background: rgba(127,127,127, 0.5); @@ -145,6 +192,14 @@ input.tab-input[type="radio"]:checked + label { cursor: pointer; } +label.settings-label:hover { + background: rgba(200,200,200,0.5); +} + +#huesSettings input[type="radio"]:checked + label { + background: rgba(255,255,255, 0.5); +} + @keyframes fadeout { from {opacity: 1;} to {opacity: 0;} diff --git a/index.html b/index.html index e8a4909..6c5b144 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,8 @@ 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 : false, //debug autoplay : false // debug @@ -41,20 +41,65 @@