sc: simplify code by concatenating all showattack() output
[sheet.git] / base.css
index c685acd827bf7c84b55b27c90d9701c0c952f21e..b89cd1a98a1348ad46d5a716a902949eea4cdbbc 100644 (file)
--- a/base.css
+++ b/base.css
@@ -69,6 +69,7 @@ p.aside {
 }
 p.footer {
        margin: 1em 0 0;
+       clear: both;
 }
 .help + .footer {
        margin: 0;
@@ -332,10 +333,10 @@ table.dimap {
 #digraphs .Xa {color: #0A0} /* ascii */
 #digraphs .Xl {color: #070} /* latin1 */
 #digraphs .u-prop {color: #D00} /* proposed */
-#digraphs .u-prop.ex {color: #A44} /* experimental, disfavoured */
+#digraphs .u-prop.ex {color: #D88; color: rgba(221, 0, 0, .5)} /* unofficial proposal */
 
 .Lm, .Mc, .Me, .Zl, .Zp {background: #F00} /* unstyled */
-.X > span               {background: #888} /* invisible contents */
+.X > span               {background: #898; background: rgba(0, 0, 0, .25)} /* invisible contents */
 
 /* letter scripts */
 .Armenian,
@@ -384,7 +385,7 @@ table.dimap {
        /* default u-ascii */
 .l5 {background: #DFD} /* complete, perfect */
 .l0 {background: #EEE} /* unknown, omitted */
-.ex {     color: #888} /* experimental, disfavoured */
+.ex {     color: #888; color: rgba(0, 0, 0, .5)} /* experimental, disfavoured */
 .u-invalid {background: #BBB} /* invalid, impossible */
 
 .p0         {opacity: .6}