X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/800bf2e0f78452d2e2297aee41c5f62a9e2ef471..87cefe5b2565b86fdfb3404b4ed9c180282f0272:/circus.css diff --git a/circus.css b/circus.css index 69137b2..67de35a 100644 --- a/circus.css +++ b/circus.css @@ -1,5 +1,5 @@ @import url(base.css); -@import url(terse.css) all and (max-width: 80em); +@import url(terse.css) all and (max-width: 79em); .l1 {background: #F77} .l1:hover a, .l1:hover a:visited, @@ -16,67 +16,54 @@ .l5 {background: #8F8} .l5:hover a, .l5:hover a:visited, .l5:hover { color: #8F8; background: #000} +.l0:hover a, .l0:hover a:visited, +.l0:hover { color: #888; background: #000} .ex { color: #D00} +.legend .ex:hover { background: #000} + +#browser .mapped tr:hover > td:first-of-type { background: #FFF } .p:hover::after {color: #F00} -.Co {background: #DBB} /* private */ +.Co, .Xi.Co {background: #DBB} /* private */ .c-sa, -.ci, -.g0 {background: #8FD} +.g1 {background: #8FD} .c-na, -.pm, -.g1 {background: #8F8} -.po, -.g2 {background: #BF6} +.g2 {background: #8F8} +.g3 {background: #BF6} .c-af, -.co, -.g3 {background: #FF6} -.c-eu, -.cp, -.g4 {background: #FC6} -.mi, -.g5 {background: #F96} +.g4 {background: #FF6} +.g5 {background: #FC6} +.c-eu {background: #FB6} +.g6 {background: #F96} .c-as, -.mo, -.g6 {background: #F77} -.c-aa, -.mv, -.g7 {background: #E8E} +.g7 {background: #F77} +.c-an, +.g8 {background: #E8E} .c-oc, -.me, -.g8 {background: #9AF} +.g9 {background: #9AF} .Co:hover {background: #000; color: #DBB} /* private */ .c-sa:hover, -.ci a:hover, .ci[onclick]:hover, -.g0 a:hover, .g0[onclick]:hover {background: #000; color: #8FD} +.g1 a:hover, .g1[onclick]:hover {background: #000; color: #8FD} .c-na:hover, -.pm a:hover, .pm[onclick]:hover, -.g1 a:hover, .g1[onclick]:hover {background: #000; color: #7E7} -.po a:hover, .po[onclick]:hover, -.g2 a:hover, .g2[onclick]:hover {background: #000; color: #CE6} +.g2 a:hover, .g2[onclick]:hover {background: #000; color: #7E7} +.g3 a:hover, .g3[onclick]:hover {background: #000; color: #CE6} .c-af:hover, -.co a:hover, .co[onclick]:hover, -.g3 a:hover, .g3[onclick]:hover {background: #000; color: #FF7} -.c-eu:hover, -.cp a:hover, .cp[onclick]:hover, -.g4 a:hover, .g4[onclick]:hover {background: #000; color: #FA6} -.mi a:hover, .mi[onclick]:hover, -.g5 a:hover, .g5[onclick]:hover {background: #000; color: #FFA070} +.g4 a:hover, .g4[onclick]:hover {background: #000; color: #FF7} +.g5 a:hover, .g5[onclick]:hover {background: #000; color: #FA6} +.c-eu:hover {background: #000; color: #FB6} +.g6 a:hover, .g6[onclick]:hover {background: #000; color: #FFA070} .c-as:hover, -.mo a:hover, .mo[onclick]:hover, -.g6 a:hover, .g6[onclick]:hover {background: #000; color: #F77} -.c-aa:hover, -.mv a:hover, .mv[onclick]:hover, -.g7 a:hover, .g7[onclick]:hover {background: #000; color: #E8E} +.g7 a:hover, .g7[onclick]:hover {background: #000; color: #F77} +.c-an:hover, +.g8 a:hover, .g8[onclick]:hover {background: #000; color: #E8E} .c-oc:hover, -.me a:hover, .me[onclick]:hover, -.g8 a:hover, .g8[onclick]:hover {background: #000; color: #99F} +.g9 a:hover, .g9[onclick]:hover {background: #000; color: #99F} dl.legend dt.ext, -ul.keys li.ext { +.keys td.ext { border: 1px solid #F00; }