X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=2febc685f9949982ab6b830bc18625f8209e7176;hb=051a854a82738473230fd1c20b6c9cacb036269d;hp=e7a343e2114ed6e03a7a6dd4c55fa24cc8ddc493;hpb=5be52ac33ffa79ee2212158aaed71ec3ffb6736c;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index e7a343e..2febc68 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -1,5 +1,3 @@ -@import url("../common/textarea.css"); - body { font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: 90%; @@ -49,6 +47,11 @@ aside { color: #090; } +#code a:hover { + color: blue; + cursor: pointer; +} + #demotitle { text-align: center; font-size: 1.5em; @@ -119,7 +122,7 @@ a { position: absolute; left: 200px; right: 10px; - top: 100px; + top: 150px; bottom: 10px; } @@ -154,3 +157,9 @@ a { #workarea #temperature-sf-ny #bordered { border: 1px solid red; } + +#workarea #highlighted-series .few .dygraph-legend > span.highlight { border: 1px solid grey; } +#workarea #highlighted-series .many .dygraph-legend > span { display: none; } +#workarea #highlighted-series .many .dygraph-legend > span.highlight { display: inline; } + +#workarea #edge-padding fieldset { display: inline-block; vertical-align: top; }