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