1 | .viewport-container { |
---|
2 | overflow-x: hidden; |
---|
3 | overflow-y: auto; |
---|
4 | } |
---|
5 | .nav { |
---|
6 | padding: 0 0; |
---|
7 | color:#333;font-weight:bold; |
---|
8 | } |
---|
9 | .content { |
---|
10 | font: 9px verdana; |
---|
11 | } |
---|
12 | .nav-controls { |
---|
13 | text-align: center; |
---|
14 | position: relative; |
---|
15 | background:#cccccc; |
---|
16 | background-image:url(panel_header_bg.png); |
---|
17 | background-position:top center; |
---|
18 | background-repeat:repeat-x; |
---|
19 | padding: 2px 0; |
---|
20 | } |
---|
21 | .nav-controls input { |
---|
22 | margin: 0 5px; |
---|
23 | } |
---|
24 | .nav-controls a { |
---|
25 | padding: 0 0.4em; |
---|
26 | } |
---|
27 | .nav-input { |
---|
28 | font-size: 12px; |
---|
29 | width: 30em; |
---|
30 | z-index: 1000; |
---|
31 | } |
---|
32 | .location { |
---|
33 | display: inline-block; |
---|
34 | width: 15em; |
---|
35 | margin: 0px 10px; |
---|
36 | } |
---|
37 | .draghandle { |
---|
38 | cursor: move; |
---|
39 | float: left; |
---|
40 | background: transparent url(../images/visualization/draggable_horizontal.png) center center no-repeat; |
---|
41 | width: 10px; |
---|
42 | height: 12px; |
---|
43 | } |
---|
44 | .intro { |
---|
45 | z-index: 1000; |
---|
46 | /* margin-top: 200px;*/ |
---|
47 | margin-left: auto; |
---|
48 | margin-right: auto; |
---|
49 | color: #555; |
---|
50 | text-align: center; |
---|
51 | font-size: 16px; |
---|
52 | } |
---|
53 | .overview { |
---|
54 | width: 100%; |
---|
55 | margin: 0px; |
---|
56 | color: white; |
---|
57 | } |
---|
58 | .overview-viewport { |
---|
59 | position: relative; |
---|
60 | height: 14px; |
---|
61 | /* border-top: solid #666 1px;*/ |
---|
62 | /* border-bottom: solid #aaa 1px;*/ |
---|
63 | background: white; |
---|
64 | border-bottom: solid gray 1px; |
---|
65 | margin: 0; |
---|
66 | } |
---|
67 | .overview-close { |
---|
68 | font: 9px verdana; |
---|
69 | position: absolute; |
---|
70 | top: 0px; |
---|
71 | right: 0px; |
---|
72 | padding: 5px; |
---|
73 | z-index: 500; |
---|
74 | background-color: white; |
---|
75 | } |
---|
76 | .overview-highlight { |
---|
77 | opacity: 0.5; |
---|
78 | top: 0px; |
---|
79 | position: absolute; |
---|
80 | z-index: 100; |
---|
81 | border-style: solid; |
---|
82 | border-color: #484848; |
---|
83 | border-width: 0px 1px; |
---|
84 | } |
---|
85 | .overview-boxback { |
---|
86 | width: 100%; |
---|
87 | bottom: 0px; |
---|
88 | z-index: 50; |
---|
89 | position: absolute; |
---|
90 | height: 14px; |
---|
91 | background: #eee; |
---|
92 | } |
---|
93 | .overview-box { |
---|
94 | cursor: pointer; |
---|
95 | opacity: 0.5; |
---|
96 | bottom: 0px; |
---|
97 | z-index: 100; |
---|
98 | position: absolute; |
---|
99 | margin-top: 0px; |
---|
100 | height: 14px; |
---|
101 | background: #484848 url(../images/visualization/draggable_horizontal.png) center center no-repeat; |
---|
102 | border-style: solid; |
---|
103 | border-color: #484848; |
---|
104 | border-width: 0px 1px; |
---|
105 | -moz-border-radius: 3px; |
---|
106 | border-radius: 3px; |
---|
107 | } |
---|
108 | .overview-box:hover { |
---|
109 | background-color: #838383; |
---|
110 | border-color: #838383; |
---|
111 | } |
---|
112 | .viewport-canvas { |
---|
113 | width: 100%; |
---|
114 | height: 100px; |
---|
115 | } |
---|
116 | |
---|
117 | .yaxislabel { |
---|
118 | color: #777; |
---|
119 | z-index: 100; |
---|
120 | } |
---|
121 | /* Line track needs borders to show range */ |
---|
122 | .line-track .track-content { |
---|
123 | border-top: 1px solid #ddd; |
---|
124 | border-bottom: 1px solid #ddd; |
---|
125 | } |
---|
126 | |
---|
127 | .track { |
---|
128 | /* border-top: solid #DDDDDD 1px; */ |
---|
129 | /* border-bottom: solid #DDDDDD 1px; */ |
---|
130 | background: white; |
---|
131 | margin-bottom: 1px; |
---|
132 | } |
---|
133 | |
---|
134 | .track-header { |
---|
135 | text-align: left; |
---|
136 | padding: 4px 0px; |
---|
137 | color: #666; |
---|
138 | } |
---|
139 | |
---|
140 | .track-header .menubutton { |
---|
141 | margin-left: 3px; |
---|
142 | } |
---|
143 | |
---|
144 | .track-content { |
---|
145 | overflow: hidden; |
---|
146 | text-align: center; |
---|
147 | } |
---|
148 | |
---|
149 | .track.error { |
---|
150 | background-color: #ECB4AF; |
---|
151 | } |
---|
152 | .track.nodata { |
---|
153 | background-color: #ddd; |
---|
154 | } |
---|
155 | |
---|
156 | .loading { |
---|
157 | min-height: 100px; |
---|
158 | } |
---|
159 | |
---|
160 | .label-track { |
---|
161 | /* font-weight: bold; */ |
---|
162 | /* font-size: 10px; */ |
---|
163 | } |
---|
164 | .label-track .label { |
---|
165 | border-left: solid #999 1px; |
---|
166 | padding: 1px; |
---|
167 | display: inline-block; |
---|
168 | } |
---|
169 | .right-float { |
---|
170 | float: right; |
---|
171 | margin-left: 5px; |
---|
172 | } |
---|
173 | |
---|
174 | .top-labeltrack { |
---|
175 | position: relative; |
---|
176 | border-bottom: solid #999 1px; |
---|
177 | } |
---|
178 | |
---|
179 | .nav-labeltrack { |
---|
180 | border-top: solid #999 1px; |
---|
181 | border-bottom: solid #999 1px; |
---|
182 | } |
---|