2 font-family: Helvetica Neue
, Arial
, Helvetica
, sans-serif
;
33 background-color: #eee;
36 /* These two lines result in indenting wrapped lines forward a little bit. */
46 #toc .entry
.selected
{
58 vertical-align: bottom
;
72 text-decoration: none
;
75 /* CSS for drawing tool */
76 #workarea #drawing #tool_zoom
{
77 background: url
('images/tool-palette.png');
78 background-position: 0px 0px;
82 display: inline-block
;
84 #workarea #drawing #tool_pencil
{
85 background: url
('images/tool-palette.png');
86 background-position: -32px 0px;
89 display: inline-block
;
91 #workarea #drawing #tool_eraser
{
92 background: url
('images/tool-palette.png');
93 background-position: -64px 0px;
96 display: inline-block
;
98 #workarea #drawing #toolbar
{
99 display: inline-block
;
102 /* CSS for independent series */
103 #workarea #independent-series
.thinborder
{
108 border-collapse: collapse
;
111 #workarea #independent-series
.thinborder
td,
112 #workarea #independent-series
.thinborder
th {
120 #workarea #resize #div_g
{
121 /* The left and top are just guesses, this needs a proper run-through */
129 /* CSS for styled-chart-label */
130 #workarea #styled-chart-labels
.infotext
{
134 #workarea #styled-chart-labels #div_g
.dygraph-label
{
135 /* This applies to the title, x-axis label and y-axis label */
136 font-family: Georgia
, Verdana
, serif
;
139 #workarea #styled-chart-labels #div_g
.dygraph-title
{
140 /* This rule only applies to the chart title */
142 text-shadow: gray
2px 2px 2px; /* color, delta-x, delta-y, blur radius */
145 #workarea #styled-chart-labels #div_g
.dygraph-ylabel
{
146 /* This rule only applies to the y-axis label */
148 text-shadow: gray
-2px 2px 2px; /* (offsets are in a rotated frame) */
151 #workarea #styled-chart-labels
.chart
{
152 border: 1px dashed black
;
153 margin: 5px 5px 5px 50px;
157 #workarea #temperature-sf-ny #bordered
{
158 border: 1px solid red
;
161 #workarea #highlighted-series
.few
.dygraph-legend
> span.highlight
{ border: 1px solid grey
; }
162 #workarea #highlighted-series
.many
.dygraph-legend
> span { display: none
; }
163 #workarea #highlighted-series
.many
.dygraph-legend
> span.highlight
{ display: inline
; }
165 #workarea #edge-padding
fieldset { display: inline-block
; vertical-align: top
; }