X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;fp=gallery%2Fgallery.css;h=c0b81d7bd3d6beb9353859d8e2704eef21744339;hb=3381d8fa5415cd273ec74b291ae146787f3c3a92;hp=cc83a2b1b88811b2bb7782acea7bee9cea4926b3;hpb=328d2ccee498aefe549041b5c8a2b4a97a29fea1;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index cc83a2b..c0b81d7 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -93,4 +93,32 @@ aside { 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; } \ No newline at end of file