1 @import url
("../common/textarea.css");
4 font-family: Helvetica Neue
, Arial
, Helvetica
, sans-serif
;
35 background-color: #eee;
38 /* These two lines result in indenting wrapped lines forward a little bit. */
48 #toc .entry
.selected
{
55 vertical-align: bottom
;
69 text-decoration: none
;
72 /* CSS for drawing tool */
73 #workarea #drawing #tool_zoom
{
74 background: url
('images/tool-palette.png');
75 background-position: 0px 0px;
79 display: inline-block
;
81 #workarea #drawing #tool_pencil
{
82 background: url
('images/tool-palette.png');
83 background-position: -32px 0px;
86 display: inline-block
;
88 #workarea #drawing #tool_eraser
{
89 background: url
('images/tool-palette.png');
90 background-position: -64px 0px;
93 display: inline-block
;
95 #workarea #drawing #toolbar
{
96 display: inline-block
;
99 /* CSS for independent series */
100 #workarea #independent-series
.thinborder
{
105 border-collapse: collapse
;
108 #workarea #independent-series
.thinborder
td,
109 #workarea #independent-series
.thinborder
th {
117 #workarea #resize #div_g
{
118 /* The left and top are just guesses, this needs a proper run-through */
126 /* CSS for styled-chart-label */
127 #workarea #styled-chart-labels
.infotext
{
131 #workarea #styled-chart-labels #div_g
.dygraph-label
{
132 /* This applies to the title, x-axis label and y-axis label */
133 font-family: Georgia
, Verdana
, serif
;
136 #workarea #styled-chart-labels #div_g
.dygraph-title
{
137 /* This rule only applies to the chart title */
139 text-shadow: gray
2px 2px 2px; /* color, delta-x, delta-y, blur radius */
142 #workarea #styled-chart-labels #div_g
.dygraph-ylabel
{
143 /* This rule only applies to the y-axis label */
145 text-shadow: gray
-2px 2px 2px; /* (offsets are in a rotated frame) */
148 #workarea #styled-chart-labels
.chart
{
149 border: 1px dashed black
;
150 margin: 5px 5px 5px 50px;
154 #workarea #temperature-sf-ny #bordered
{
155 border: 1px solid red
;