X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;fp=gallery%2Fgallery.css;h=01feaae428879ba171a5b11dc47273fac45d3188;hb=19d9e7c53613d67852a0e7076f4ed12b3b2350e6;hp=d5b43583c94a3ee68639e8c16cbcbb439c91e981;hpb=2a3953eb837cf50230d40fb518d0fa9b93ed7c56;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index d5b4358..01feaae 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -40,16 +40,34 @@ aside { padding-left: 1em; */ } +#toc .entry:hover { + color: blue; + cursor: pointer; +} + #toc .entry .selected { - color: #00b; + color: #090; } -#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');