X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/79f8945f7b66f8cf1ba1f1b84567665a051a76ff..47ca3b887159be3f6e047d093ed1bafac4adc706:/base.css diff --git a/base.css b/base.css index 989f8be..b535be3 100644 --- a/base.css +++ b/base.css @@ -27,8 +27,12 @@ h1, h2 { font-size: 200%; margin: 0; } -h2 { +h2, caption { font-size: 125%; + font-weight: bold; +} +caption { + margin: 1ex; } hr { @@ -59,13 +63,14 @@ hr ~ .footer { margin: 0; } -/* "keyboard" (list of keys) */ - ul { margin: 0; padding: 0; list-style: none; } + +/* "keyboard" (list of keys) */ + ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */ li.row1 {margin-left: 7em} /* row offsets relative to ~6em key width */ li.row2 {margin-left: 8em} @@ -133,6 +138,10 @@ ul.keys.ctrl li b small { /* meta key indicator */ /* character table */ +li table { + float: left; +} + table.glyphs { border-collapse: collapse; } @@ -244,12 +253,19 @@ td.Xl {color: #070} /* latin1 */ td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */ /* letter scripts */ +td.Armenian, td.Greek {background: #FFE0CF} td.Cyrillic {background: #FFDDA8} td.Latin {background: #FFB} +td.Aramaic, td.Hebrew {background: #FFD} td.Arabic {background: #EFE} -td.Hangul {background: #DEA} +td.African {background: #DED} +td.XXXXXX {background: #ACB} /* same as space */ +td.Brahmic {background: #FBB} /* same as number */ +td.Khmer {background: #FBA} +td.Hangul, +td.Syllabic {background: #DEA} td.Katakana {background: #DFA} td.Hiragana {background: #DFC} td.Bopomofo {background: #BFC}