X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=gallery%2Fgallery.css;h=74bbbefe1fab48dd0226a4929db78c013883dc79;hb=473278ecf6ef632d9104af0c46fc86ae93cfccda;hp=c0b81d7bd3d6beb9353859d8e2704eef21744339;hpb=3381d8fa5415cd273ec74b291ae146787f3c3a92;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index c0b81d7..74bbbef 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'); @@ -119,6 +150,10 @@ aside { #workarea #styled-chart-labels .chart { border: 1px dashed black; - margin: 5px 5px 5px 50px; + margin: 5px 5px 5px 50px; padding: 2px; -} \ No newline at end of file +} + +#workarea #temperature-sf-ny #bordered { + border: 1px solid red; +}