Floating help, a touch of style, no <table>.
[dygraphs.git] / experimental / palette / palette.css
CommitLineData
20590000
RK
1.palette {
2 border-style: solid;
3 border-width: 1px;
59a80f4a
RK
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;
20590000 48}