diff --git a/src/index.css b/src/index.css index 83f33d0a..397de0c8 100644 --- a/src/index.css +++ b/src/index.css @@ -1,24 +1,28 @@ - body, html{ - margin: 0; + margin: 0px; width: 100vw; height: 100vh; overflow: hidden; display:contents; + background-color: #ffffff; } p { margin: 0px; + text-emphasis-color: #ffffff; } #header { - background-color: white; - border: 2px solid black; - height: 3vw; + background-color: #a6b6d9; + border: 2px solid #000000; + border-right: 0px; + min-height: 6vh; width: 100vw; text-align: center; - padding-top: 1vw; + padding-top: 1vh; box-sizing: border-box; + font-weight: bold; + font-size: x-large; } #application { @@ -30,13 +34,37 @@ p { .row { display: flex; + justify-content: space-around; } .modeButton { - width: 2vw; - height: 2vw; - border: 2px solid black; - margin: 3px; + min-width: 2vw; + min-height: 4vh; + border: 2px solid #000000; + margin: 2px; + border-radius: 25%; + box-shadow: 1px 2px 1px #000000; +} + +.modeButton:active { + transform: translateY(2px); +} + +.modeButtonPressed { + -webkit-box-shadow: inset 0px 0px 5px #000000; + -moz-box-shadow: inset 0px 0px 5px #000000; + box-shadow: inset 0px 0px 5px #000000; +} + +.modeButton:hover { + background-color: #d4e8f5; +} + +.fileButton { + float: right; + margin-right: 10px; + margin-top: 3px; + min-width: 6vw; } #content { @@ -45,21 +73,27 @@ p { } #toolbar { - border: 2px solid black; - width: 95vw; - float: right; - height: 2vw; + border-bottom: 2px solid black; + min-height: 7vh; + max-height: 10vh; + max-width: 100vw; + overflow-y: auto; + overflow-x: hidden; + overflow-wrap: break-word; box-sizing: border-box; - background-color: white; + background-color: #94b09c; } #subBar { - border: 2px solid black; - width: 95vw; - float: right; - height: 2vw; + border-bottom: 2px solid black; + min-height: 6vh; + max-height: 10vh; + max-width: 100vw; + overflow-y: auto; + overflow-x: hidden; + overflow-wrap: break-word; box-sizing: border-box; - background-color: white; + background-color: #bed7be; } #cutTools { @@ -78,11 +112,13 @@ p { #sidebar { box-sizing: border-box; - border: 2px solid black; - background-color: white; + border: 2px solid #000000; + border-top: 0px; + padding-top: 3px; + background-color: #526D82; height: 100vh; + min-width: 6vw; float: left; - width: 5vw; } #canvas { @@ -91,9 +127,10 @@ p { left: 0px; z-index: -1; } + .no-highlight{ user-select: none; -moz-user-select: none; -webkit-text-select: none; -webkit-user-select: none; - } \ No newline at end of file +} diff --git a/src/index.html b/src/index.html index 945bc224..dd09ebee 100644 --- a/src/index.html +++ b/src/index.html @@ -38,23 +38,22 @@
Show Guidelines:
-Show Current Bounding Box
-Show All Bounding Boxes
-