diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-01-01 18:22:02 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-01-01 18:22:02 -0500 |
| commit | 090afd0f8ab8a77ba6c239dbfc0298b3c529926d (patch) | |
| tree | 4c1a0fd2cb72f2f74c903e2202c28bd4230caae9 /www/css | |
| parent | deec61844457c2119aba7b244960c832b174dbb1 (diff) | |
zone overlay support - tap on the [ ] button #420
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index ed8ac441..891ddecb 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1201,6 +1201,43 @@ videogular div.event-time { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + +} + +.imagecontainer{position:relative; margin:0 auto;} +.zonelayer +{ + position:absolute; + top:0; + left:0; + background:none; + +} + +.zonelayer polygon { + fill-opacity: 0.25; + stroke-width: 2px; +} + +/* Lets use similar colors to ZM zones, but use slate variations */ +.zonelayer .Active { + stroke: #e74c3c; + fill: #e74c3c; +} + +.zonelayer .Inclusive { + stroke: #f39c12; + fill: #f39c12; +} + +.zonelayer .Exclusive { + stroke: #8e44ad; + fill: #8e44ad; +} + +.zonelayer .Preclusive { + stroke: #1F3A93; + fill: #1F3A93; } @media (min-width:600px) { |
