From c4fa763b5b365012756cc86024982232984904c7 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 24 May 2015 16:16:28 -0400 Subject: added PTZ support (well, P for now, but framework with a cool menu is in place) --- www/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 7ad087fa..a90567b2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -75,4 +75,11 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ font-size: 8px; } +.ptzcentered { + position: fixed; /* or absolute */ + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + -- cgit v1.2.3