charset: complete unicode BMP descriptions
[sheet.git] / base.css
index b535be31c05c01ea6545d5c7394f62dccff4c0b1..30b38461aed7090990e0e0b877a96daa5edb4fca 100644 (file)
--- a/base.css
+++ b/base.css
@@ -245,23 +245,21 @@ table.glyphs.dimap {
 /* character properties */
 
 td.X  {background: #FFF} /* unidentified */
-td.Xr {background: #EEE} /* reverse */
-td.Xa {color: #0A0} /* ascii */
-td.Xl {color: #070} /* latin1 */
-  .Xz {color: #D00} /* proposed */
+#digraphs td.Xa {color: #0A0} /* ascii */
+#digraphs td.Xl {color: #070} /* latin1 */
+#digraphs   .Xz {color: #D00} /* proposed */
 
-td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */
+td.Lm, td.Mc, td.Me, td.Zl, td.Zp {background: #F00} /* unstyled */
 
 /* letter scripts */
 td.Armenian,
-td.Greek    {background: #FFE0CF}
+td.Greek    {background: #FFE8CF}
 td.Cyrillic {background: #FFDDA8}
 td.Latin    {background: #FFB}
 td.Aramaic,
 td.Hebrew   {background: #FFD}
 td.Arabic   {background: #EFE}
 td.African  {background: #DED}
-td.XXXXXX   {background: #ACB} /* same as space */
 td.Brahmic  {background: #FBB} /* same as number */
 td.Khmer    {background: #FBA}
 td.Hangul,
@@ -269,9 +267,11 @@ td.Syllabic {background: #DEA}
 td.Katakana {background: #DFA}
 td.Hiragana {background: #DFC}
 td.Bopomofo {background: #BFC}
+td.Han      {background: #CFD}
+td.Alpha    {background: #ADA} /* other scripts */
 
 /* other categories */
-td.Nd, td.Nl, td.No        {background: #FBB} /* number */
+td.Nd, td.Nl, td.No        {background: #FDD} /* number */
 td.Sc                      {background: #FCD} /* currency */
 td.Sm                      {background: #ECE} /* math */
 td.So                      {background: #DCF} /* symbol */
@@ -283,6 +283,10 @@ td.Cc         {color: #666; background: #BBB} /* control */
 td.Zs                      {background: #ACB} /* space */
 td.Zs span                 {background: #EEE}
 td.Co                      {background: #A99} /* private */
+td.Xi, td.Cs               {background: #CCC} /* invalid */
+td.Xd                      {color: #844} /* deprecated */
+td.Xr                      {color: #888} /* reserved (digraph reverse or proposal) */
+.dimap td.Xr               {background: #EEE} /* reversed digraph */
 
 /* implementation-based alternatives */
 td.di-b       {background: #FDD} /* bmp */
@@ -295,16 +299,21 @@ td.di-invalid {background: #BBB} /* impossible */
 /* hover effects */
 td.di-d,
 td.X:hover {cursor: help}
-td.Greek:hover                                     {background: #FA9}
+td.Greek:hover, td.Armenian:hover                  {background: #FA8}
 td.Cyrillic:hover                                  {background: #FB7}
-td.Latin:hover                                     {background: #FF6}
-td.Hebrew:hover                                    {background: #FFA}
+td.Latin:hover                                     {background: #EE4}
+td.Hebrew:hover, td.Aramaic:hover                  {background: #FFA}
 td.Arabic:hover                                    {background: #CFD}
-td.Hangul:hover                                    {background: #CE6}
+td.African:hover                                   {background: #BDB}
+td.Syllabic:hover, 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.Brahmic:hover                                   {background: #F77}
+td.Khmer:hover                                     {background: #F87}
+td.Han:hover                                       {background: #5EB}
+td.Alpha:hover                                     {background: #5C5}
+td.Nd:hover, td.Nl:hover, td.No:hover              {background: #F99} /* number */
 td.Sc:hover                                        {background: #F8C} /* currency */
 td.Sm:hover                                        {background: #F8F} /* math */
 td.So:hover                                        {background: #A8F} /* symbol */
@@ -315,6 +324,7 @@ td.Mn:hover                                        {background: #CDE} /* modifie
 td.Zs:hover                                        {background: #CED} /* space */
 td.Cc:hover                                        {background: #DDD} /* control */
 td.Co:hover                                        {background: #A77} /* private */
+td.Xr:hover                                        {background: #FFF} /* reserved */
 td.Xa:hover {outline: 1px solid #0F0} /* ascii */
 td.Xl:hover {outline: 1px solid #0C0} /* latin1 */
 td.Xz:hover {outline: 1px solid #F00} /* proposed */