aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-23 02:47:38 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-23 02:47:38 -0800
commitc6a75117f6ed87298890199b9c4759c7922876d3 (patch)
tree482be59c6973c489dc188a5a7f408d4ff062a027 /css/main.css
parentadc9ad19cebd73b863558c80dd03c223b427c669 (diff)
downloadfosdem-2018-presentation-c6a75117f6ed87298890199b9c4759c7922876d3.tar
fosdem-2018-presentation-c6a75117f6ed87298890199b9c4759c7922876d3.tar.gz
added experimental overview mode (press SPACE)
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css19
1 files changed, 19 insertions, 0 deletions
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
*********************************************/