link back and forth between digraphs and unicode pages
[sheet.git] / digraphs.css
index 4fa8f7c2e32603f06d424c0a7cb7c70f9f8c2186..f7a1d9cecac399872c9ab804b455bb8badb614c0 100644 (file)
@@ -21,9 +21,11 @@ h1 {
        font-size: 200%;
        margin: 0 0 0.2em;
 }
+p {
+       text-align: center;
+}
 p#footer {
        margin: 1em 0 0;
-       text-align: center;
 }
 
 /* digraph table */
@@ -70,7 +72,14 @@ td {
        background: #DDD;
 }
 
-td.X {background: #FFF} /* unidentified */
+/* properties */
+td.X  {background: #FFF} /* unidentified */
+td.Xr {background: #EEE} /* reverse */
+td.Xa {color: #0A0} /* ascii */
+td.Xl {color: #070} /* latin1 */
+td.Co {color: #800} /* private */
+td.Xz {color: #D00} /* proposed */
+
 td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */
 
 /* letter scripts */
@@ -79,8 +88,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 */
@@ -96,20 +106,16 @@ td.Cc         {color: #666; background: #BBB} /* control */
 td.Zs                      {background: #ACB} /* space */
 td.Zs span                 {background: #EEE}
 
-/* properties */
-td.Xa {color: #0A0} /* ascii */
-td.Xl {color: #070} /* latin1 */
-td.Co {color: #800} /* private */
-td.Xz {color: #D00} /* proposed */
-
 /* hover effects */
+td.X:hover {cursor: help}
 td.Greek:hover                                     {background: #FA9}
 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 */