diff --git a/css/hues-m.css b/css/hues-m.css index 42e62d6..477bd26 100644 --- a/css/hues-m.css +++ b/css/hues-m.css @@ -32,6 +32,23 @@ border-radius: 10px; } +.hues-m-leftinfo, .hues-m-rightinfo { + position: absolute; + font-size: 10px; + text-align: center; + color: rgba(255,255,255, 0.7); + bottom: 29px; + width: 100px; +} + +.hues-m-leftinfo { + left: 8px; +} + +.hues-m-rightinfo { + right: 8px; +} + .hues-m-huename { font-size: 8px; height: 12px; @@ -137,16 +154,18 @@ .hues-m-songtitle, .hues-m-imagename, .hues-m-huename { position: absolute; - left: 8px; - right: 8px; text-align: center; padding: 0 4px; + left: 8px; + right: 8px; } .hues-m-songtitle { bottom: 5px; } .hues-m-imagename { bottom: 29px; + left: 108px; + right: 108px; } .hues-m-songtitle > a:link, .hues-m-songtitle > a:visited, .hues-m-imagename > a:link, .hues-m-imagename > a:visited { @@ -292,10 +311,20 @@ input[type=range]::-ms-thumb { .hues-m-controls { height: 54px; } - .hues-m-songtitle, .hues-m-imagename { + .hues-m-imagename { + left: 300px; + right: 300px; + } + .hues-m-songtitle { left: 192px; right: 192px; - } + } + .hues-m-leftinfo { + left: 200px; + } + .hues-m-rightinfo { + right: 200px; + } .hues-m-leftbox { bottom: 0; left: 0; diff --git a/css/style.css b/css/style.css index 98da097..5c64efd 100644 --- a/css/style.css +++ b/css/style.css @@ -57,11 +57,55 @@ html, body { font-size: 12pt; } -#huesSettings { - background: rgba(127,127,127,0.5); - border-color: rgba(0,0,0,0.5); - border-width: 4px; +#settingsHelper { + display:flex; + justify-content:center; + align-items:center; + position: absolute; + top: 0; + left: 0; + width:100%; + height:100%; +} + +#settingsWindow { + background: rgba(200,200,200, 0.7); + border-color: "black"; + border-width: 2px; + border-style: solid; + font-family: 'PetMe64Web'; + padding: 5px; +} + +.settings-category { + font-size: 10pt; +} + +.settings-individual{ + font-size: 8px; +} + +.settings-buttons{ + margin: 10px 2px 10px 0px; +} + +.settings-checkbox{ + display: none; +} + +input[type="radio"]:checked + label { + background: rgba(255,255,255, 0.5); +} + +.settings-label { + font-size: 8px; + margin: 10px 2px; + padding: 3px; + background: rgba(127,127,127, 0.5); + border-color: rgb(0,0,0); + border-width: 1px; border-style: solid; + cursor: pointer; } @keyframes fadeout { diff --git a/index.html b/index.html index a932087..997a7e2 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,11 @@
-