X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=2febc685f9949982ab6b830bc18625f8209e7176;hb=7c45116b8b3d8a3b5cceff1e1fb40e0749571df5;hp=ca05d4346458ebf194c2b1cf417e8649e0e19c34;hpb=e14dc3feda3e6d429bb953dab83c593d851d90af;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index ca05d43..2febc68 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -11,11 +11,18 @@ aside { vertical-align: top; width: 200px; } +#gap { + style="width:0.5em;" +} -#rhs { +#rhs, #lhs { vertical-align: top; } +#subtitle a:visited { + color: blue; +} + #workarea { border-style: solid; border-color: #ddd; @@ -31,16 +38,40 @@ aside { padding-left: 1em; */ } +#toc .entry:hover { + color: blue; + cursor: pointer; +} + #toc .entry .selected { - color: #00b; + color: #090; +} + +#code a:hover { + color: blue; + cursor: pointer; } -#title { +#demotitle { text-align: center; font-size: 1.5em; vertical-align: bottom; } +.subdued:link, +.subdued:visited, +.subdued:active { + color: #000; +} + +.subdued:hover { + color: blue; +} + +a { + text-decoration: none; +} + /* CSS for drawing tool */ #workarea #drawing #tool_zoom { background: url('images/tool-palette.png'); @@ -91,7 +122,7 @@ aside { position: absolute; left: 200px; right: 10px; - top: 100px; + top: 150px; bottom: 10px; } @@ -126,3 +157,9 @@ aside { #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; }