X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e011dac036d1bc6f5c9b8e564c4b9f28840e4051..da9b71275d04f35c77a48e3bbaee356c04fd24b2:/latin.plp diff --git a/latin.plp b/latin.plp index 9d9cadf..c9c59ad 100644 --- a/latin.plp +++ b/latin.plp @@ -22,12 +22,19 @@ Html({ src: url("/suetterlin.ttf"); } #sütterlin td { font-family: Suetterlin } + #ita2 td, #tap-code td, #tap-simplified td { - line-height: 1ex; white-space: normal; word-spacing: 5em; /* force line break between words */ } + #tap-code td, + #tap-simplified td { + line-height: 1ex; + } + #ita2 td { + font-size: 50%; + } #pigpen { stroke-linecap: square; } @@ -49,8 +56,13 @@ Html({ #tap-code .sample, #tap-simplified .sample { font-size: 80%; + } + #ita2 .sample, + #tap-code .sample, + #tap-simplified .sample { word-spacing: 0; } + #ita2 .sample span, #tap-code .sample span, #tap-simplified .sample span { margin-right: 1ex; @@ -72,6 +84,9 @@ Html({ stroke: currentColor; fill: none; } + svg circle:not([fill]) { + fill: currentColor; + } td { vertical-align: top; @@ -83,10 +98,10 @@ 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 common chars.

+and font comparison.

@@ -104,7 +119,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; @@ -114,6 +131,7 @@ else { print " colspan=$colspan"; $colspan = 1; } + print ' hidden' if $col > 26; # sample only print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; print '>'; say; @@ -124,45 +142,6 @@ else { :>
- + -