X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=92d240c4286e2f827c66c174fa867480aefd1787;hb=10eef8e905e04438e7599e0a3db683ab9cdfe9f7;hp=8321fc30f9a0145d1c031f98742afa999a9d0cae;hpb=795b16307db2a673ba7aa3452f6f6b0e93baeb3a;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index 8321fc3..92d240c 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -1,8 +1,14 @@ +@import url("../common/textarea.css"); + body { font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: 90%; } +aside { + font-size: 90%; +} + #toc { vertical-align: top; width: 200px; @@ -79,4 +85,46 @@ body { padding: 5px; border-style: solid; border-color: black; -} \ No newline at end of file +} + +/* CSS for resize */ +#workarea #resize #div_g { + /* The left and top are just guesses, this needs a proper run-through */ + position: absolute; + left: 200px; + right: 10px; + top: 100px; + bottom: 10px; +} + +/* 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; +}