last tweak of awesomeness.
[dygraphs.git] / experimental / palette / palette.css
CommitLineData
20590000
RK
1.palette {
2 border-style: solid;
3 border-width: 1px;
5130c627 4 border-color: #bbbbbb;
59a80f4a
RK
5 font-size: smaller;
6 font-family: Arial, Verdana, sans-serif;
7 width: 300px;
5130c627
RK
8 padding:2px;
9 color: #333333;
59a80f4a
RK
10}
11
12.palette .header {
13 background-color: #b0c0e0;
14}
15
16.palette .odd {
17 background-color: #ccddff;
18}
19
20.palette .even {
21 background-color: #c6d6f4;
22}
23
24.palette .name {
5bcd4c85
RK
25}
26
27.palette .name:after {
28 content: ":";
59a80f4a
RK
29}
30
31.palette .option {
32}
33
34.tooltip {
35 position: absolute;
36 border: 1px solid black;
37 layer-background-color: lightyellow;
38 background-color: lightyellow;
39 width: 280px;
40}
41
42.tooltip .title {
43 font-family: Inconsolata, Courier New, Courier;
44}
45
46.tooltip .type {
47 font-family: Inconsolata, Courier New, Courier;
48 margin-bottom: 0.5em;
49 font-size: smaller;
50}
51
52.tooltip .body {
53 font-size: smaller;
20590000 54}