X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a8ea234262b3b8a847e64c334524e56f8aa36a0c..4be2c33c0aea256c4170f7cd77f526c812131366:/circus.css diff --git a/circus.css b/circus.css index 9e1978e..276aa45 100644 --- a/circus.css +++ b/circus.css @@ -1,16 +1,29 @@ @import url(base.css); -@import url(terse.css) all and (max-width: 80em); +@import url(terse.css) all and (max-width: 79em); -.l0 {background: #F77} -.l0:hover { color: #F77; background: #000} +.l1 {background: #F77} +.l1:hover a, .l1:hover a:visited, +.l1:hover { color: #F77; background: #000} .l2 {background: #FC6} +.l2:hover a, .l2:hover a:visited, .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} +.l3 {background: #FF6} +.l3:hover a, .l3:hover a:visited, +.l3:hover { color: #FF6; background: #000} +.l4 {background: #CF8} +.l4:hover a, .l4:hover a:visited, +.l4:hover { color: #CF8; background: #000} +.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 */ .c-sa, @@ -32,7 +45,7 @@ .c-as, .mo, .g6 {background: #F77} -.c-aa, +.c-an, .mv, .g7 {background: #E8E} .c-oc, @@ -60,7 +73,7 @@ .c-as:hover, .mo a:hover, .mo[onclick]:hover, .g6 a:hover, .g6[onclick]:hover {background: #000; color: #F77} -.c-aa:hover, +.c-an:hover, .mv a:hover, .mv[onclick]:hover, .g7 a:hover, .g7[onclick]:hover {background: #000; color: #E8E} .c-oc:hover, @@ -68,7 +81,7 @@ .g8 a:hover, .g8[onclick]:hover {background: #000; color: #99F} dl.legend dt.ext, -ul.keys li.ext { +.keys td.ext { border: 1px solid #F00; }