keyboard: move layout data to include
[sheet.git] / base.css
index a2a7d165da272e7734da1b5c26440b529297e773..f4d6610a705186cdec78722b374fa7bfc0c7875b 100644 (file)
--- a/base.css
+++ b/base.css
@@ -114,6 +114,7 @@ body > pre {
        border-width: 0 1px;
        border-style: solid;
        white-space: pre;
+       font-size: 1.9vmin; /* cover full width at most */
 }
 code {
        white-space: nowrap;
@@ -503,10 +504,10 @@ table.dimap {
 /* code syntax */
 .sy-comment    { color: #888 }
 .sy-constant   { color: #008 }
-.sy-type,
 .sy-identifier { color: #804 }
 .sy-statement  { }
 .sy-preProc    { }
+.sy-type,
 .sy-special    { color: #408 }
 .sy-error      { font-weight: bold; background-color: #F00; color: #FFF }
 .sy-todo       { background-color: #FF0 }
@@ -984,6 +985,20 @@ body .magic-perma {
        .row3 {margin-left: 6em}   /* 8em / Δtd */
        .row4 {margin-left: 7.5em} /* 10em / Δtd */
 
+       /* letter scripts columns to rows */
+       .legend .glyphs:first-child td:not(td td) {
+               display: table-row;
+       }
+       .legend .glyphs td > table {
+               width: auto;
+               display: inline-block;
+               margin: 1px 0 1px 1ex;
+               vertical-align: -6px;
+       }
+       .legend .glyphs td td {
+               margin: 2px;
+       }
+
        @media (max-width: 61em) {
                .keys td {
                        width: 3em;