From 26c539d8cbe413a4c3724d10ca6eade0d9539848 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 6 Dec 2010 00:08:15 +0100 Subject: [PATCH] style: common disfavoured class .ex --- base.css | 5 ++--- dark.css | 2 +- darklite.css | 1 - mono.css | 2 -- unicode.plp | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/base.css b/base.css index d0905bc..4a7fad5 100644 --- a/base.css +++ b/base.css @@ -332,10 +332,10 @@ table.dimap { /* default u-ascii */ .l5 {background: #DFD} /* complete, perfect */ .l0 {background: #EEE} /* unknown, omitted */ -.ex {background: #EEE} /* experimental, disfavoured */ +.ex { color: #888} /* experimental, disfavoured */ .u-invalid {background: #BBB} /* invalid, impossible */ -.p0 {opacity: .5} +.p0 {opacity: .6} .p0.p {opacity: 1} .p::after {content: '!'; color: #F00} .p4::after {color: #C00} @@ -402,7 +402,6 @@ table.dimap { .l3:hover {background: #FF8} .l4:hover {background: #CF8} .l5:hover {background: #8F8} -.ex:hover {background: #BBB} /* key type colorization */ diff --git a/dark.css b/dark.css index 180e417..7553089 100644 --- a/dark.css +++ b/dark.css @@ -62,7 +62,7 @@ th, td { .l4 {background: #030} /* ascii */ .l5 {background: #00331D} /* ascii */ .l0 {background: #222} -.ex {background: #222} /* disfavoured */ +.ex { color: #777} /* disfavoured */ .u-invalid {background: #333} /* impossible */ .p4::after {color: #F44} diff --git a/darklite.css b/darklite.css index 908f090..0fdfcf6 100644 --- a/darklite.css +++ b/darklite.css @@ -33,6 +33,5 @@ th, td { .pm, .c-na, .g1 .l4 {background: #002200} .ci, .c-sa .g0 {background: #001A1A} .no {} -.ex {background: #181818} .u-invalid {background: #222} diff --git a/mono.css b/mono.css index 2e928f3..e74458a 100644 --- a/mono.css +++ b/mono.css @@ -17,8 +17,6 @@ td, .l3 {background: #AAA; color: #000} .l4 {background: #DDD; color: #000} .l5 {background: #EEE; color: #000} -.ex a, .ex a:visited, -.ex {color: #888} .p0:not(.p) {color: #888; opacity: 1} .p0:not(.p).l0 {color: #DDD} diff --git a/unicode.plp b/unicode.plp index 8d226dc..10ba7c6 100644 --- a/unicode.plp +++ b/unicode.plp @@ -215,7 +215,7 @@ $verbose ? ( <:= $glyphs->{digraph} ? 'digraph' : 'latin1' :> <:= $glyphs->{digraph} ? 'proposed' : 'BMP' :> other unicode - discouraged + discouraged -- 2.30.0