style: drop explicit td tag selectors in css
[sheet.git] / circus.css
index 95a7485bac1cfc08e32ae059e168611ee2b1e0f9..2d89617483cbfe766c8f74a3b021479fc4c37ff0 100644 (file)
@@ -1,52 +1,52 @@
 @import url(base.css);
 @import url(terse.css) all and (max-width: 80em);
 
-td.l0       {background: #F77}
-td.l0:hover {     color: #F77; background: #000}
-td.l2       {background: #FC6}
-td.l2:hover {     color: #FC6; background: #000}
-td.l4       {background: #FF6}
-td.l4:hover {     color: #FF6; background: #000}
-td.l5       {background: #CF8}
-td.l5:hover {     color: #CF8; background: #000}
-td.l6       {background: #8F8}
-td.l6:hover {     color: #8F8; background: #000}
+.l0       {background: #F77}
+.l0:hover {     color: #F77; background: #000}
+.l2       {background: #FC6}
+.l2:hover {     color: #FC6; background: #000}
+.l4       {background: #FF6}
+.l4:hover {     color: #FF6; background: #000}
+.l5       {background: #CF8}
+.l5:hover {     color: #CF8; background: #000}
+.l6       {background: #8F8}
+.l6:hover {     color: #8F8; background: #000}
 
-td.Co                      {background: #DBB} /* private */
-td.c-na,
+.Co {background: #DBB} /* private */
+.c-na,
 .pm {background: #8F8} /* motion */
 .po {background: #BF6} /* window */
-td.c-af,
+.c-af,
 .co {background: #FF6} /* command */
-td.c-sa,
+.c-sa,
 .ci {background: #8FD} /* info */
-td.c-eu,
+.c-eu,
 .cp {background: #FC6}
 .mi {background: #F96} /* insert mode */
-td.c-as,
+.c-as,
 .mo {background: #F77} /* mode */
-td.c-aa,
+.c-aa,
 .mv {background: #E8E} /* visual mode */
-td.c-oc,
+.c-oc,
 .me {background: #9AF} /* key mode */
 
-td.Co:hover                     {background: #000; color: #DBB} /* private */
+.Co:hover                       {background: #000; color: #DBB} /* private */
 
-td.c-na:hover,
+.c-na:hover,
 .pm a:hover, .pm[onclick]:hover {background: #000; color: #7E7}
 .po a:hover, .po[onclick]:hover {background: #000; color: #CE6}
-td.c-sa:hover,
+.c-sa:hover,
 .ci a:hover, .ci[onclick]:hover {background: #000; color: #8FD}
-td.c-eu:hover,
+.c-eu:hover,
 .cp a:hover, .cp[onclick]:hover {background: #000; color: #FA6}
-td.c-af:hover,
+.c-af:hover,
 .co a:hover, .co[onclick]:hover {background: #000; color: #FF7}
 .mi a:hover, .mi[onclick]:hover {background: #000; color: #FFA070}
-td.c-as:hover,
+.c-as:hover,
 .mo a:hover, .mo[onclick]:hover {background: #000; color: #F77}
-td.c-oc:hover,
+.c-oc:hover,
 .me a:hover, .me[onclick]:hover {background: #000; color: #99F}
-td.c-aa:hover,
+.c-aa:hover,
 .mv a:hover, .mv[onclick]:hover {background: #000; color: #E8E}
 
 dl.legend dt.ext,