From bd2329060230590cb612232ec5309e288204f91d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 13 Sep 2008 03:31:04 +0000 Subject: [PATCH] digraphs: external stylesheet --- digraphs.css | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ digraphs.plp | 72 +--------------------------------------------------- 2 files changed, 73 insertions(+), 71 deletions(-) create mode 100644 digraphs.css diff --git a/digraphs.css b/digraphs.css new file mode 100644 index 0000000..7feb88d --- /dev/null +++ b/digraphs.css @@ -0,0 +1,72 @@ +h1 { + text-align: center; + margin: 0 auto 0.2em; +} + +table { + border-collapse: collapse; + table-layout: fixed; /* prevent resizing, notably in msie6 */ +} +#legend { + margin-top: 1em; +} +#legend table { + width: 100%; + table-layout: auto; +#} +#legend td { + padding: 0 0.2em; +} + +thead th, td { + width: 1.2em; /* msie only looks at the first row */ + min-width: 1em; /* prevents gecko from restricting to page width */ +} +th, td { + text-align: center; +} +td { + border: 1px solid #888; + background: #DDD; +} +td.X { + background: #FFF; +} + +td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background:red} /* unknown */ + +/* letters */ +td.Greek {background: #FFE0CF} +td.Cyrillic {background: #FFDDA8} +td.Latin {background: #FFB} +td.Hebrew {background: #FFD} +td.Arabic {background: #EFE} +td.Hiragana {background: #DFC} +td.Katakana {background: #DFA} +td.Bopomofo {background: #BFC} + +td.Nd, td.Nl, +td.No {background: #FBB} /* number */ +td.Sc {background: #FCD} /* currency */ +td.Sm {background: #ECE} /* math */ +td.So {background: #DDCCFF} /* symbol */ +td.Cf, td.Pd, +td.Po {background: #CDF} /* punctuation */ +td.Ps, td.Pe, td.Pi, +td.Pf {background: #BEF} /* quote */ +td.Lm, +td.Sk {background: #CEE} /* spacing modifier */ +td.Mn {background: #ACC} /* modifier */ +td.Cc {background: #BBB; color: #666} /* control */ +td.Zs {background: #ACB} /* space */ +td.Zs span {background: #EEE} + +td.Xa {color: #0A0} /* ascii */ +td.Xl {color: #070} /* latin1 */ +td.Co {color: #800} /* private */ +td.Xz {color: #D00} /* proposed */ + +tr:hover td { + background: #FF8; +} + diff --git a/digraphs.plp b/digraphs.plp index 4a150cf..937228c 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -15,77 +15,7 @@ $header{content_type} = 'text/html; charset=utf-8'; digraph cheat sheet - + -- 2.30.0