More style.
[dygraphs.git] / experimental / palette / palette.css
1 .palette {
2 border-style: solid;
3 border-width: 1px;
4 border-color: #bbbbbb;
5 font-size: smaller;
6 font-family: Arial, Verdana, sans-serif;
7 width: 300px;
8 padding:2px;
9 color: #333333;
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 {
25
26 }
27
28 .palette .option {
29 }
30
31 .tooltip {
32 position: absolute;
33 border: 1px solid black;
34 layer-background-color: lightyellow;
35 background-color: lightyellow;
36 width: 280px;
37 }
38
39 .tooltip .title {
40 font-family: Inconsolata, Courier New, Courier;
41 }
42
43 .tooltip .type {
44 font-family: Inconsolata, Courier New, Courier;
45 margin-bottom: 0.5em;
46 font-size: smaller;
47 }
48
49 .tooltip .body {
50 font-size: smaller;
51 }