From f9e03227e62d7f6c5c0cc381a897888c5efc3759 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 10 Oct 2016 17:28:23 -0400 Subject: initial event montage jazz Former-commit-id: 2f061e5e198abdc0dcbc92b85193b6a96cc82d37 --- www/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 96dd7aee..09acc566 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -866,6 +866,10 @@ body { background: rgba(108, 122, 137, 0.7); z-index: -1; } + +#flyoutmenu li:active { + background:#3498db; +} #flyoutmenu a { text-decoration: none; color: white; @@ -890,6 +894,19 @@ body { opacity: 1; z-index: 99; } + +#history_canvas_video { + position: absolute; + width: 95%; + top:10%; + height: 20px; + + opacity: 1; + z-index: 99; +} + + + #event_slider { position: absolute; width: 80%; -- cgit v1.2.3