From c6a75117f6ed87298890199b9c4759c7922876d3 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 23 Dec 2011 02:47:38 -0800 Subject: added experimental overview mode (press SPACE) --- css/main.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'css') diff --git a/css/main.css b/css/main.css index 1effe17..339889a 100644 --- a/css/main.css +++ b/css/main.css @@ -261,6 +261,25 @@ h1 { } +.overview #main section { + padding: 20px; + opacity: 1; + cursor: pointer; + background: rgba(0,0,0,0.1); +} +.overview #main section>section { + opacity: 1; + cursor: pointer; +} + .overview #main>section:hover { + background: rgba(0,0,0,0.3); + } + + .overview #main>section.present { + background: rgba(0,0,0,0.3); + } + + /********************************************* * VIEW FRAGMENTS *********************************************/ -- cgit v1.2.3