keyboard: move includes to subdirectory
[sheet.git] / keyboard / altgr.css
diff --git a/keyboard/altgr.css b/keyboard/altgr.css
new file mode 100644 (file)
index 0000000..50c182f
--- /dev/null
@@ -0,0 +1,27 @@
+.keys .row0 {
+       display: none; /* headerless */
+}
+.keys td {
+       width: 1em;
+       min-width: auto;
+       height: 2.25ex;
+       font-size: 200%;
+       font-size: calc(7.5vmin - 9px); /* fit 12 keys to page */
+       overflow: visible;
+       position: relative;
+       padding: 0;
+}
+.keys td b {
+       position: absolute; /* overlay */
+       z-index: 1;
+       top: 3.3ex; /* halfway over bottom */
+       left: 0;
+       right: 0;
+       font-size: 50%;
+       opacity: .5;
+       color: #FFF;
+       line-height: 2.25ex;
+}
+.keys .shift td b {
+       display: none;
+}