0
|
1 .timeplot-container {
|
|
2 overflow: hidden;
|
|
3 position: relative;
|
|
4 height: 200px;
|
|
5 border: 1px solid #ccc;
|
|
6 padding: 12px 14px;
|
|
7 }
|
|
8
|
|
9 .timeplot-copyright {
|
|
10 position: absolute;
|
|
11 top: 0px;
|
|
12 left: 0px;
|
|
13 z-index: 1000;
|
|
14 cursor: pointer;
|
|
15 }
|
|
16
|
|
17 .timeplot-message-container {
|
|
18 position: absolute;
|
|
19 top: 30%;
|
|
20 left: 35%;
|
|
21 right: 35%;
|
|
22 max-width: 400px;
|
|
23 z-index: 1000;
|
|
24 display: none;
|
|
25 }
|
|
26 .timeplot-message {
|
|
27 font-size: 120%;
|
|
28 font-weight: bold;
|
|
29 text-align: center;
|
|
30 }
|
|
31 .timeplot-message img {
|
|
32 vertical-align: middle;
|
|
33 }
|
|
34
|
|
35 .timeplot-div {
|
|
36 position: absolute;
|
|
37 }
|
|
38
|
|
39 .timeplot-grid-label {
|
|
40 font-size: 9px;
|
|
41 }
|
|
42
|
|
43 .timeplot-event-box {
|
|
44 cursor: pointer;
|
|
45 }
|
|
46
|
|
47 .timeplot-event-box-highlight {
|
|
48 border: 1px solid #FFB03B;
|
|
49 }
|
|
50
|
|
51 .timeplot-valueflag {
|
|
52 display: none;
|
|
53 border: 1px solid #FFB02D;
|
|
54 padding: 2px 4px;
|
|
55 text-align: center;
|
|
56 background-color: #FFE57F;
|
|
57 font-weight: bold;
|
|
58 z-index: 1000;
|
|
59 }
|
|
60
|
|
61 .timeplot-valueflag-line {
|
|
62 display: none;
|
|
63 width: 14px;
|
|
64 height: 14px;
|
|
65 z-index: 1000;
|
|
66 }
|
|
67
|
|
68 .timeplot-timeflag {
|
|
69 display: none;
|
|
70 border: 1px solid #FFB02D;
|
|
71 padding: 2px 4px;
|
|
72 text-align: center;
|
|
73 background-color: #FFE57F;
|
|
74 font-weight: bold;
|
|
75 z-index: 1000;
|
|
76 }
|
|
77
|
|
78 .timeplot-timeflag-triangle {
|
|
79 display: none;
|
|
80 width: 11px;
|
|
81 height: 6px;
|
|
82 z-index: 1001;
|
|
83 }
|
|
84
|
|
85 .timeplot-valueflag-pole {
|
|
86 display: none;
|
|
87 border-left: 1px solid #FFB02D;
|
|
88 z-index: 999;
|
|
89 }
|
|
90
|
|
91 .timeplot-lens {
|
|
92 display: none;
|
|
93 border: 1px solid #FFB02D;
|
|
94 z-index: 998;
|
|
95 }
|