unicode: use common digraphs stylesheet
[sheet.git] / digraphs.css
index dc62529cc2a5b74532b6268ffc1d2f33c85a4b0c..cf81ad77bdd6a933d955a5fa5e40436e7130196f 100644 (file)
@@ -18,12 +18,16 @@ a:active, a:hover {
 
 h1 {
        text-align: center;
-       font-size: 200%;
-       margin: 0 0 0.2em;
+       font-size: 180%;  /* 200% * 90% */
+       margin: 0 0 0.5ex;
+}
+p {
+       text-align: center;
+       font-size: 90%;  /* like base.css body */
+       margin: 1ex 0 1em;
 }
 p#footer {
        margin: 1em 0 0;
-       text-align: center;
 }
 
 /* digraph table */
@@ -86,8 +90,9 @@ td.Cyrillic {background: #FFDDA8}
 td.Latin    {background: #FFB}
 td.Hebrew   {background: #FFD}
 td.Arabic   {background: #EFE}
-td.Hiragana {background: #DFC}
+td.Hangul   {background: #DEA}
 td.Katakana {background: #DFA}
+td.Hiragana {background: #DFC}
 td.Bopomofo {background: #BFC}
 
 /* other categories */
@@ -110,8 +115,9 @@ td.Cyrillic:hover                                  {background: #FB7}
 td.Latin:hover                                     {background: #FF6}
 td.Hebrew:hover                                    {background: #FFA}
 td.Arabic:hover                                    {background: #CFD}
-td.Hiragana:hover                                  {background: #AF8}
+td.Hangul:hover                                    {background: #CE6}
 td.Katakana:hover                                  {background: #BF7}
+td.Hiragana:hover                                  {background: #AF8}
 td.Bopomofo:hover                                  {background: #8FA}
 td.Nd:hover, td.Nl:hover, td.No:hover              {background: #F88} /* number */
 td.Sc:hover                                        {background: #F8C} /* currency */