diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 03:37:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 03:37:44 -0400 |
| commit | 0e4af74255a161ecaeb31cd831c33d9698ca1e9e (patch) | |
| tree | 5c7defa37c2ecff3edb22810b8537ed297fdd84c /css/sally.css | |
| parent | 1908b82d0bfa01267e623636b5bd0aca82a6ce82 (diff) | |
show/hide webcam
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css index e9fb35b..e2410f6 100644 --- a/css/sally.css +++ b/css/sally.css @@ -85,6 +85,10 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # .bucket #canvas_rapper { cursor: url(../img/bucket.png) 3 15, auto; } +.close { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 10px; background: black; cursor: pointer; } +#webcam_rapper { display: none; position: absolute; top: 0px; left: 0px; width:100%;height:100%; box-sizing:border-box; border: 40px solid rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); } +#webcam_iframe { position: absolute; top: 0px; left: 0px; width:100%;height:100%; background-color: rgba(0,0,0,0.5); border: 0; } + #cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { border: 1px dashed #fff !important; |
