Child: [2c6ef1] (diff)

Download this file

plots.css    67 lines (66 with data), 918 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
div.lplot {
height:230px;
}
#mainPlot {
width:600px;
height:150px;
margin:auto;
text-align: center;
}
.spark {
width: 100px;
height:30px;
}
.sparkValue {
font-size: 14pt;
}
.sparkName{
font-size:10pt;
}
.plotdescriptionbox {
text-align: left;
padding:5px;
}
ul.sparklist {
list-style: none;
margin:0;
}
ul.sparklist li {
/*clear:both;*/
border:1px solid #eee;
padding:5px;
margin:5px;
cursor:pointer;
float:left;
width:300px;
}
ul.sparklist li:hover {
background-color:#F0F0F0;
}
/* Compare plots */
.highlighted {
background-color:#eee;
}
.selected {
background-color:#ddd;
}
table#comp th:not(:first-child){
cursor: pointer;
}
table#comp td:not(:first-child) {
/*width:250px;*/
}
table#comp th {
font-family: "Bree Serif";
font-weight:normal;
font-size:1.2em;
}
#plotTitle {
margin:0;
}
#compPlot {
font-family: "Bree Serif";
font-size:1.2em;
text-align: center;
color : #a0a0a0;
}