diff --git a/index.html b/index.html index 2ef883a..ed1ea88 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,17 @@ - - - - Shadowcraft Project : WebcamDemo - - - - - - + - - - - - - -

Shadowcraft Demo

-
- -
- - -
-
- - - + + + + - +
+

+ SHADOWCRAFT DEMO PREVIEW +

+
+
+
+ +
+ + +
+
+
+ + + diff --git a/style.css b/style.css index c577d2c..ead03e6 100644 --- a/style.css +++ b/style.css @@ -12,17 +12,23 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -@use "@material"; body { font-family: roboto; margin: 2em; color: #3d3d3d; --mdc-theme-primary: #007f8b; --mdc-theme-on-primary: #f1f3f4; + display:grid; } h1 { - color: #007f8b; + color: white; +} + +header { + background-color: #007f8b; + padding:1em; + text-align: center; } h2 { @@ -33,24 +39,11 @@ em { font-weight: bold; } -video { - clear: both; - display: block; - transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); -} - section { opacity: 1; transition: opacity 500ms ease-in-out; } -header, -footer { - clear: both; -} - .removed { display: none; } @@ -64,50 +57,13 @@ footer { font-size: 130%; } -.videoView, -.detectOnClick { - position: relative; - float: left; - width: 48%; - margin: 2% 1%; - cursor: pointer; +#webcam, .output_canvas { + position: fixed; + left: 50%; + transform: translateX(-50%); } -.videoView p, -.detectOnClick p { - position: absolute; - padding: 5px; - background-color: #007f8b; - color: #fff; - border: 1px dashed rgba(255, 255, 255, 0.7); - z-index: 2; - font-size: 12px; - margin: 0; +main section{ + text-align: center; + padding: 1em; } - -.highlighter { - background: rgba(0, 255, 0, 0.25); - border: 1px dashed #fff; - z-index: 1; - position: absolute; -} - -.canvas { - z-index: 1; - position: absolute; - pointer-events: none; -} - -.output_canvas { - transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); -} - -.detectOnClick { - z-index: 0; -} - -.detectOnClick img { - width: 100%; -} \ No newline at end of file