Display CSS. This doesn't work in Chrome, locally (http://code.google.com/p/chromium...
[dygraphs.git] / gallery / gallery.css
index 37462cf..7bd3510 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,35 @@ 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');
@@ -123,6 +149,6 @@ aside {
   padding: 2px;
 }
 
-@workarea #temperature-sf-ny #bordered {
+#workarea #temperature-sf-ny #bordered {
   border: 1px solid red;
 }