Merge pull request #736 from danvk/issue-pr-templates
[dygraphs.git] / gallery / gallery.css
index c0b81d7..2febc68 100644 (file)
@@ -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;
 }
 
-#title {
+#code a:hover {
+  color: blue;
+  cursor: pointer;
+}
+
+#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;
 }
 
@@ -119,6 +150,16 @@ 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;
+}
+
+#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; }