X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e243ba6955889ecb639cd547e1420520527b9d3e..c8048ca84b6f9040ffd2b769269232f603ecbe4d:/latin.plp diff --git a/latin.plp b/latin.plp index cab913e..66ef3ec 100644 --- a/latin.plp +++ b/latin.plp @@ -35,6 +35,9 @@ Html({ #ita2 td { font-size: 50%; } + #cards td { + font-family: Symbola, "DejaVu Sans", serif, sans; + } #pigpen { stroke-linecap: square; } @@ -49,6 +52,8 @@ Html({ .sample { vertical-align: middle; + text-align: left; + padding: 1px 0.3em; } #old-roman-cursive .sample span { margin-right: -10px; @@ -68,6 +73,8 @@ Html({ margin-right: 1ex; white-space: nowrap; } + #sutton-asl .sample span, + #maritime-flags .sample span, #morse .sample span { margin-right: 0.5ex; } @@ -98,7 +105,7 @@ Html({

Latin alphabet

-

Variant encodings of the common ASCII (latin, roman, +

Variant encodings of the common ASCII (latin, roman, or 'mercan) letters A–Z. Also see related alphabets and font comparison.

@@ -119,7 +126,9 @@ else { printf '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; say '', $title; my $colspan = 1; + my $col = 0; for (@{$cells}) { + $col++; if ($_ eq '>') { $colspan++; next; @@ -129,6 +138,7 @@ else { print " colspan=$colspan"; $colspan = 1; } + print ' hidden' if $col > 26; # sample only print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; print '>'; say; @@ -139,45 +149,6 @@ else { :> - + -