diff --git a/css/color.css b/css/color.css deleted file mode 100644 index 0add6b8..0000000 --- a/css/color.css +++ /dev/null @@ -1,15 +0,0 @@ -body{color:#9f9f9f} -button{color:#303030;background-color:#cfcfcf} -button:hover{color:#bebebe;background-color:#323234} -input[type="text"]{color:#404040;background-color:#cfcfcf} -input[type="text"]:hover{background-color:#a6a6a6} -polygon{fill:#cfcfcf} -polygon:hover{fill:#a6a6a6} -body.dark{color:#bebebe;background-color:#0c0c0d} -body.dark button{color:#bebebe;background-color:#323234} -body.dark button:hover{color:#303030;background-color:#cfcfcf} -body.dark input[type="text"]{color:#bebebe;background-color:#323234} -body.dark input[type="text"]:hover{background-color:#474749} -body.dark polygon{fill:#323234} -body.dark polygon:hover{fill:#474749} -body,button,input,polygon{-webkit-transition:200ms;transition:200ms} diff --git a/css/options.css b/css/options.css index 20cacc5..6500551 100644 --- a/css/options.css +++ b/css/options.css @@ -1,18 +1,20 @@ -.group{position:absolute;width:100%} -.pad{padding:60px} -.row{padding:10px} -.label{display:inline-block;width:30px} -.field{display:inline} -.label span{display:table-cell;vertical-align:middle} -#mode{position:absolute;left:0;right:0;margin:auto;z-index:9} -#quad1 .group{text-align:right;bottom:0} -#quad2 .group{bottom:0} -#quad3 .group{text-align:right} -button{top:calc(50% + 75px);height:60px;width:60px;border-radius:30px;outline:0;font-size:16px} +.quadrant{display:flex;width:calc(50% - 100px);height:calc(50% - 100px);margin:50px} +.row{display:flex;align-items:center;padding:10px} +#quad1.quadrant{flex-direction:column-reverse} +#quad1 .row{flex-direction:row-reverse} +#quad2.quadrant{flex-direction:column-reverse} +#quad2 .row{flex-direction:row} +#quad3.quadrant{flex-direction:column} +#quad3 .row{flex-direction:row-reverse} +#quad4.quadrant{flex-direction:column} +#quad4 .row{flex-direction:row} +button{height:60px;width:60px;border-radius:30px;outline:0;font-size:1em} button:hover{cursor:pointer} -input[type="text"]{display:inline-block;height:48px;width:80%;max-width:400px;padding:0;border:0;line-height:48px;text-align:center;font-size:18px} -.colorwrapper{height:70px;width:70px;display:inline-block;vertical-align:middle;overflow:hidden} -input[type="color"]{height:100px;width:100px;position:relative;top:-15px;left:-15px} +button svg{display:inline;vertical-align:middle} +#mode{position:absolute;top:calc(50% + 75px);left:0;right:0;margin:auto} +input[type="text"]{height:48px;width:80%;max-width:400px;padding:0;border:0;line-height:48px;text-align:center;font-size:18px} +input[type="color"]{height:70px;width:70px;outline:none} input[type="color"]:hover{cursor:pointer} -input:focus{outline:0} -svg.icon{height:1em;width:1em;vertical-align:-.125em} \ No newline at end of file +a{outline:none} +input{outline:none} +svg.icon{height:1em;width:1em;padding:0 1em} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 70c498f..c2a6dbd 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,25 @@ *{padding:0;margin:0;border:0} body,html,.content{width:100%;height:100%} +a{outline:none} .content{display:flex;flex-flow: row wrap} -#logo{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:10%;height:10%} -.quadrant{position:relative;width:50%;height:50%;outline:none} \ No newline at end of file +#logo{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:10%;max-width:100px;height:10%;max-height:100px} +.quadrant{position:relative;width:50%;height:50%} + +body{color:#9f9f9f} +button{color:#303030;background-color:#cfcfcf} +button:hover{color:#bebebe;background-color:#323234} +input[type="text"]{color:#404040;background-color:#cfcfcf} +input[type="text"]:hover{background-color:#a6a6a6} +polygon{fill:#cfcfcf} +polygon:hover{fill:#a6a6a6} +.icon{color:#303030} + +body.dark{color:#bebebe;background-color:#0c0c0d} +body.dark button{color:#bebebe;background-color:#323234} +body.dark button:hover{color:#303030;background-color:#cfcfcf} +body.dark input[type="text"]{color:#bebebe;background-color:#323234} +body.dark input[type="text"]:hover{background-color:#474749} +body.dark polygon{fill:#323234} +body.dark polygon:hover{fill:#474749} +body.dark .icon{color:#9f9f9f} +body,button,input,polygon{-webkit-transition:200ms;transition:200ms} diff --git a/options.html b/options.html index 27204b8..74a9d02 100644 --- a/options.html +++ b/options.html @@ -12,122 +12,50 @@
-
-
-
-
-
- -
-
-
- -
-
-
-
- -
-
- -
-
-
+
+ + +
+
+ +
-
-
-
-
- -
-
-
- -
-
-
-
-
- -
-
- -
-
-
+
+ + +
+
+ +
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
-
- -
-
-
+
+ + +
+
+ +
-
-
-
-
- -
-
- -
-
-
-
- -
-
-
- -
-
-
-
+
+ + +
+
+ +