unicode: common (western) characters
[sheet.git] / digraphs.css
index 60c0a560b4ede351829e5f50e92be79ce7aa5934..9e037a90b6880ac36277a30d065a795b089d08ea 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 */
@@ -70,7 +74,13 @@ 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.Xz {color: #D00} /* proposed */
+
 td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */
 
 /* letter scripts */
@@ -79,8 +89,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 */
@@ -95,12 +106,7 @@ td.Mn                      {background: #ACC} /* modifier */
 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 */
+td.Co                      {background: #A99} /* private */
 
 /* hover effects */
 td.X:hover {cursor: help}
@@ -109,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 */
@@ -122,8 +129,8 @@ td.Lm:hover, td.Sk:hover                           {background: #BFF} /* spacing
 td.Mn:hover                                        {background: #CDE} /* modifier */
 td.Zs:hover                                        {background: #CED} /* space */
 td.Cc:hover                                        {background: #DDD} /* control */
+td.Co:hover                                        {background: #A77} /* private */
 td.Xa:hover {outline: 1px solid #0F0} /* ascii */
 td.Xl:hover {outline: 1px solid #0C0} /* latin1 */
-td.Co:hover {outline: 1px solid #C00} /* private */
 td.Xz:hover {outline: 1px solid #F00} /* proposed */