stuff. i'm tired.
[dygraphs.git] / gallery / gallery.css
index cc83a2b..d5b4358 100644 (file)
@@ -1,3 +1,5 @@
+@import url("../common/textarea.css");
+
 body {
   font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
   font-size: 90%;
@@ -11,11 +13,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;
@@ -93,4 +102,36 @@ aside {
   right: 10px;
   top: 100px;
   bottom: 10px;
-}
\ No newline at end of file
+}
+
+/* CSS for styled-chart-label */
+#workarea #styled-chart-labels .infotext {
+    
+}
+
+#workarea #styled-chart-labels #div_g .dygraph-label {
+  /* This applies to the title, x-axis label and y-axis label */
+  font-family: Georgia, Verdana, serif;
+}
+
+#workarea #styled-chart-labels #div_g .dygraph-title {
+  /* This rule only applies to the chart title */
+  font-size: 36px;
+  text-shadow: gray 2px 2px 2px;  /* color, delta-x, delta-y, blur radius */
+}
+
+#workarea #styled-chart-labels #div_g .dygraph-ylabel {
+  /* This rule only applies to the y-axis label */
+  font-size: 18px;
+  text-shadow: gray -2px 2px 2px;  /* (offsets are in a rotated frame) */
+}
+
+#workarea #styled-chart-labels .chart {
+  border: 1px dashed black;
+  margin: 5px  5px 5px 50px;
+  padding: 2px;
+}
+
+#workarea #temperature-sf-ny #bordered {
+  border: 1px solid red;
+}