Hiding "copy".
[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;
59a80f4a
RK
37 background-color: lightyellow;
38 width: 280px;
39}
40
41.tooltip .title {
42 font-family: Inconsolata, Courier New, Courier;
43}
44
45.tooltip .type {
46 font-family: Inconsolata, Courier New, Courier;
47 margin-bottom: 0.5em;
48 font-size: smaller;
49}
50
51.tooltip .body {
52 font-size: smaller;
20590000 53}
d95dc014
RK
54
55.textarea {
56 position: absolute;
57 border: 1px solid black;
58 background-color: #dddddd;
59 z-index: 12;
60}
61
62.textarea .prompt {
63}
64
65.textarea .buttons {
66 position: absolute;
67 bottom: 5px;
68 right: 5px;
69}
70
71.textarea button {
72 color: #222222;
73}
74