Add deck.js slide deck with basic layout
[kai/lca12.git] / extensions / hash / deck.hash.scss
diff --git a/extensions/hash/deck.hash.scss b/extensions/hash/deck.hash.scss
new file mode 100644 (file)
index 0000000..03b412d
--- /dev/null
@@ -0,0 +1,15 @@
+.deck-container {
+       .deck-permalink {
+               display:none;
+               position:absolute;
+               z-index:4;
+               bottom:30px;
+               right:0;
+               width:48px;
+               text-align:center;
+       }
+}
+
+.no-history .deck-container:hover .deck-permalink {
+       display:block;
+}
\ No newline at end of file