mplayer: more distinct categories
[sheet.git] / red.css
diff --git a/red.css b/red.css
index 154238b5b71f9ac1bc697db3e0cd15eea4a0bfd0..5f9c06cf96ef7c449d848906cda4448e0ae448f6 100644 (file)
--- a/red.css
+++ b/red.css
@@ -26,18 +26,33 @@ ul.keys li b {
        font-style: normal;
 }
 
-.ci   {background: none; font-style: italic} /* info */
-.pm   {background: none} .pm b, dt.pm {color: #DD6} /* motion */
-.po   {background: none} .po b, dt.po {color: #6CD} /* window */
-.co   {background: none} .co b, dt.co {color: none} /* command */
-.mi   {background: #300} /* ins */
-.mo   {background: #600} /* state */
-.mv   {background: #600; font-style: italic} .mv b, dt.mv {color: #DD6} /* visual */
-.me   {background: #600; font-style: italic} /* mode */
-dl.legend-options dt,
-.no   {background: none} .no b {color: #000} /* unassigned */
+.no, dl.legend-options dt,
+.ci, .pm, .po, .co {background: none}
+#mutt .co,
+.mi, .cp           {background: #300}
+.mo, .mv, .me      {background: #600}
+#mutt .pm b, #mutt dt.pm,
+#mutt .mv b, #mutt dt.mv,
+dt.co,
+  .co b            {color: inherit}
+#vimperator .mi b, #vimperator dt.mi,
+dt.po,
+  .po b            {color: #6CD}
+#mutt .ci b, #mutt dt.ci,
+#mutt .mi b, #mutt dt.mi,
+#mutt .me b, #mutt dt.me,
+dt.pm, dt.mv,
+  .pm b, .mv b     {color: #DD6}
+.no b              {color: #000} /* unassigned */
+.ci, .mv, .me      {font-style: italic}
+#mutt .ci, #mutt .me,
+.no                {font-style: normal}
 
+.ci[onclick]:hover,
+.pm[onclick]:hover,
+.po[onclick]:hover,
 .co[onclick]:hover,
+.cp[onclick]:hover,
 .mi[onclick]:hover,
 .mo[onclick]:hover,
 .mv[onclick]:hover,
@@ -46,3 +61,39 @@ dl.legend-options dt,
        color: #FF0;
 } /* mode link */
 
+td.X { /* unidentified */
+       background: #000;
+       border-color: #800;
+       border-width: 1px;
+}
+th, td, td.Co {
+       background: #000;
+       border-color: #300;
+       border-width: 1px 0 0 1px; /* no precedence */
+}
+td.Co {background: #200 } /* private */
+tbody, colgroup, th {
+       background: #800 !important;
+       border: 1px solid #800;
+}
+
+/* continents */
+td.c-af       {background: #100; color: #FFF}
+td.c-eu       {background: #300; color: #FFF}
+td.c-as       {background: #500; color: #FFF}
+td.c-aa       {background: #400; color: #8BC}
+td.c-oc       {background: #100; color: #8BC}
+td.c-sa       {background: #100; color: #DD6}
+td.c-na       {background: #300; color: #DD6}
+td.X:hover    {background: #800; color: #FF0}
+
+/* code syntax */
+.sy-comment    { color: #888 }
+.sy-constant   { color: #C88 }
+.sy-type,
+.sy-identifier { color: #C44 }
+.sy-statement  { text-shadow: #F00 0 0 0.5em }
+.sy-special    { color: #CA8 }
+.sy-error      { font-weight: bold; background-color: #A00; color: #EEE }
+.sy-todo       { background-color: #400 }
+