blob: 9ecc00f4bb649a5c0f2346799bb2da656013ee79 [file] [log] [blame]
Paul Greyson740bdaf2013-03-18 16:10:48 -07001
Paul Greysond9872392013-03-18 12:04:15 -07002body {
3 background-color: black;
4 color: white;
5 font-family: Helvetica;
6 margin: 0px;
7}
8
Paul Greyson7a300822013-04-09 12:57:49 -07009#contents {
10 visibility: hidden;
11 background-color: black;
12}
13
Paul Greysonc090d142013-04-09 16:59:03 -070014#topologyArea.linking {
Paul Greyson72f18852013-03-27 15:56:11 -070015 cursor: crosshair;
16}
17
Paul Greyson79b8d832013-04-09 09:34:46 -070018
Paul Greysonc090d142013-04-09 16:59:03 -070019#map path {
Paul Greyson79b8d832013-04-09 09:34:46 -070020 fill:none;
Paul Greyson4e348b92013-04-09 21:02:06 -070021 stroke:#333;
Paul Greysonc090d142013-04-09 16:59:03 -070022 stroke-width:2;
Paul Greyson79b8d832013-04-09 09:34:46 -070023}
24
Paul Greyson72f18852013-03-27 15:56:11 -070025.nodrop {
26 cursor: not-allowed;
27}
28
Paul Greysond9872392013-03-18 12:04:15 -070029.status {
30 padding: 1em;
Paul Greysond9872392013-03-18 12:04:15 -070031}
32
Paul Greysonc3e21a02013-03-21 13:56:05 -070033
Paul Greysond9872392013-03-18 12:04:15 -070034.status:last-child {
35 border-right: none;
36}
37
38.status .static {
Paul Greysonc3e21a02013-03-21 13:56:05 -070039 color: #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070040 padding: .25em;
41}
42
43.status .dynamic {
Paul Greysonc3e21a02013-03-21 13:56:05 -070044 color: #FFF;
Paul Greysond9872392013-03-18 12:04:15 -070045 padding: .25em;
46}
47
Paul Greysond20d22e2013-04-09 14:34:53 -070048#status span {
Paul Greysonc3e21a02013-03-21 13:56:05 -070049 font-size: 24px;
50}
51
Paul Greysond9872392013-03-18 12:04:15 -070052.button {
53 padding: 1em;
54 background-color: lightgray;
55 color: black;
Paul Greyson56378ed2013-03-26 23:17:36 -070056 border: 1px solid #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070057}
58
Paul Greysonb367de22013-03-23 11:09:11 -070059#arrow {
60 stroke: none;
Paul Greyson45303ac2013-03-23 16:44:01 -070061 fill: rgba(255, 255, 255, .35);
Paul Greysonb367de22013-03-23 11:09:11 -070062}
63
Paul Greyson952ccb62013-03-18 22:22:08 -070064.header {
65 height: 50px;
66}
67
Paul Greyson56378ed2013-03-26 23:17:36 -070068.selectedFlow {
69 border-bottom: 1px solid #AAA;
70}
71
Paul Greyson71b550d2013-03-28 11:56:19 -070072.selectedFlow:hover {
73 background-color: #333;
74}
75
Paul Greyson56378ed2013-03-26 23:17:36 -070076.selectedFlow:last-child {
77 border-bottom: none;
78}
79
80#lastUpdated {
81 padding-bottom: 0px;
82}
83
Paul Greysond9872392013-03-18 12:04:15 -070084#right .header {
Paul Greyson952ccb62013-03-18 22:22:08 -070085 font-size: 12px;
86 padding-right: .25em;
87 -webkit-box-sizing: border-box;
Paul Greysond9872392013-03-18 12:04:15 -070088}
89
Paul Greysond1a22d92013-03-19 12:15:19 -070090#selectedFlows {
Paul Greysond20d22e2013-04-09 14:34:53 -070091 border-top: 1px solid #AAA;
Paul Greyson56378ed2013-03-26 23:17:36 -070092 border-bottom: 1px solid #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070093}
94
Paul Greyson127d7fb2013-03-25 23:39:20 -070095.selectedFlow {
96 height: 2em;
97 color: white;
98 background-color: black;
99}
100
Paul Greysond20d22e2013-04-09 14:34:53 -0700101.header, #controllers {
102 border-bottom: 1px solid #AAA;;
103}
104
Paul Greyson29aa98d2013-03-28 00:09:31 -0700105#flowChooser .selectedFlow {
106 background-color: rgba(255, 255, 255, .75);
107 color: black;
108}
109
110#flowChooser .flowId {
111 padding-left: 2em;
112}
113
114
Paul Greyson127d7fb2013-03-25 23:39:20 -0700115.selectedFlow.selected {
116 color: black;
117 background-color:#AAA;
118}
119
Paul Greyson421bfcd2013-03-27 22:22:09 -0700120.highlight circle {
Paul Greyson4e6dc3a2013-03-27 11:37:14 -0700121 stroke: rgba(255, 255, 255, .5);
122 stroke-width: 2px;
123}
124
Paul Greyson421bfcd2013-03-27 22:22:09 -0700125#linkVector {
126 fill: none;
127 stroke-width: 1px;
128 stroke: rgba(255, 255, 255, .75);
129 pointer-events: none;
130}
131
Paul Greyson4e6dc3a2013-03-27 11:37:14 -0700132path {
133 pointer-events: none;
134}
135
Paul Greyson127d7fb2013-03-25 23:39:20 -0700136path.flow {
137 fill: none;
Paul Greyson421bfcd2013-03-27 22:22:09 -0700138 stroke-width: 5px;
Paul Greysonacb59412013-03-25 23:48:06 -0700139 stroke: rgba(255, 255, 255, .35);
Paul Greyson127d7fb2013-03-25 23:39:20 -0700140}
141
Paul Greyson71b550d2013-03-28 11:56:19 -0700142path.flow.highlight {
143 stroke-width: 6px;
144 stroke: rgba(255, 255, 255, .75);
145}
146
Paul Greyson127d7fb2013-03-25 23:39:20 -0700147#selectedFlowsHeader {
Paul Greyson56378ed2013-03-26 23:17:36 -0700148 border-top: 1px solid #AAA;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700149}
150
Paul Greyson95db7a12013-04-04 14:57:58 -0700151path.iperfdata {
152 fill: none;
153 stroke-width: 2px;
154 stroke: rgba(255, 255, 255, .75);
155}
156
Paul Greyson29aa98d2013-03-28 00:09:31 -0700157#flowChooser {
158 pointer-events: none;
159 background-color: rgba(0, 0, 0, .25);
160}
161
162
Paul Greyson6f918402013-03-28 12:18:30 -0700163.flowId, .srcDPID, .dstDPID, .iperf, #deleteFlow, .deleteFlow {
Paul Greyson127d7fb2013-03-25 23:39:20 -0700164 display: -webkit-box;
165 -webkit-box-pack: center;
166 -webkit-box-align: center;
Paul Greyson45aceb22013-04-09 22:17:03 -0700167 width: 4em;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700168}
169
Paul Greyson8247c3f2013-03-28 00:24:02 -0700170
Paul Greyson29aa98d2013-03-28 00:09:31 -0700171.srcDPID, .dstDPID {
172 width: 12em;
173}
174
175
Paul Greysond43f9512013-04-09 14:46:12 -0700176.srcDPID, .dstDPID, .deleteFlow, #showFlowChooser {
Paul Greyson56378ed2013-03-26 23:17:36 -0700177 border-right: 1px solid #AAA;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700178}
179
Paul Greyson13f02b92013-03-28 11:29:35 -0700180.srcDPID {
181 border-left: 1px solid #AAA;
182}
183
Paul Greyson127d7fb2013-03-25 23:39:20 -0700184
Paul Greyson3e142162013-03-19 13:56:17 -0700185.controller {
186 padding: .25em;
Paul Greyson2913af82013-03-27 14:53:17 -0700187 padding-left: 2.5em;
188 position: relative;
189}
190
Paul Greyson8247c3f2013-03-28 00:24:02 -0700191.black-eye {
Paul Greyson2913af82013-03-27 14:53:17 -0700192 position: absolute;
193 top: 0px;
194 left: 0px;
195 height: 100%;
Paul Greyson29aa98d2013-03-28 00:09:31 -0700196 width: 2.25em;
Paul Greyson8247c3f2013-03-28 00:24:02 -0700197 background-image: url('../assets/black-eye.svg');
198 background-size: auto 100%;
199 background-repeat: no-repeat;
200 background-position: .25em center;
201}
202
203.white-eye {
204 height: 100%;
205 width: 2.25em;
206 background-image: url('../assets/white-eye.svg');
Paul Greyson2913af82013-03-27 14:53:17 -0700207 background-size: auto 100%;
208 background-repeat: no-repeat;
Paul Greysond43f9512013-04-09 14:46:12 -0700209 background-position: .4em center;
Paul Greyson3e142162013-03-19 13:56:17 -0700210}
211
Paul Greyson6f918402013-03-28 12:18:30 -0700212.deleteFlow {
213 height: 100%;
214 background-image: url('../assets/delete.svg');
215 background-size: auto 150%;
216 background-repeat: no-repeat;
217 background-position: center;
218}
219
Paul Greyson952ccb62013-03-18 22:22:08 -0700220#logo {
221 height: 50px;
222}
223
224.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -0700225 stroke: black;
226 stroke-width: 1.5px;
227}
228
Paul Greysonf9edc1a2013-03-19 13:22:06 -0700229.nolabel text {
230 display: none;
231}
232
233text {
234 stroke: none;
235 fill: white;
Paul Greyson968d1b42013-03-23 16:58:41 -0700236 font-size: 16px;
Paul Greysonf9edc1a2013-03-19 13:22:06 -0700237 pointer-events: none;
238}
239
Paul Greyson45aceb22013-04-09 22:17:03 -0700240text.label {
241 fill: #888;
242}
243
Paul Greysond1a22d92013-03-19 12:15:19 -0700244path {
Paul Greysonde7fad52013-03-19 12:47:32 -0700245 stroke: rgba(255, 255, 255, .25);
Paul Greysonb367de22013-03-23 11:09:11 -0700246 stroke-width: 1.5px;
Paul Greysond1a22d92013-03-19 12:15:19 -0700247}
248
Paul Greyson952ccb62013-03-18 22:22:08 -0700249.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -0700250 stroke: black;
251 stroke-width: 2px;
252}
Paul Greysond1a22d92013-03-19 12:15:19 -0700253
254#traceButton {
255 visibility: hidden
256}
Paul Greyson3e142162013-03-19 13:56:17 -0700257
Paul Greyson01a5dff2013-03-19 15:50:14 -0700258.color1-selected .color1,
259.color2-selected .color2,
260.color3-selected .color3,
261.color4-selected .color4,
262.color5-selected .color5,
263.color6-selected .color6,
264.color7-selected .color7,
265.color8-selected .color8,
266.color9-selected .color9,
267.color10-selected .color10,
268.color11-selected .color11,
269.color12-selected .color12 {
270 opacity: 1;
Paul Greyson3f890b62013-03-22 17:39:36 -0700271 pointer-events: auto;
Paul Greyson3e142162013-03-19 13:56:17 -0700272}
273
Paul Greysonc17278a2013-03-23 10:17:12 -0700274.colorInactive {
275 opacity: 1;
276 fill: #444;
277 background-color: #444;
278 color: #222;
279}
280
Paul Greyson01a5dff2013-03-19 15:50:14 -0700281.color1 {
Paul Greyson421bfcd2013-03-27 22:22:09 -0700282 opacity: .15;
Paul Greyson3f890b62013-03-22 17:39:36 -0700283 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700284 fill: #EC0033;
285 background-color: #EC0033;
286}
287
Paul Greyson01a5dff2013-03-19 15:50:14 -0700288.color2 {
Paul Greyson421bfcd2013-03-27 22:22:09 -0700289 opacity: .15;
Paul Greyson3e142162013-03-19 13:56:17 -0700290 fill: #FFBA00;
291 background-color: #FFBA00;
292}
293
Paul Greyson01a5dff2013-03-19 15:50:14 -0700294.color3 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700295 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700296 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700297 fill: #3714B0;
298 background-color: #3714B0;
299}
300
Paul Greyson01a5dff2013-03-19 15:50:14 -0700301.color4 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700302 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700303 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700304 fill: #B12C49;
305 background-color: #B12C49;
306}
307
Paul Greyson01a5dff2013-03-19 15:50:14 -0700308.color5 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700309 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700310 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700311 fill: #402C84;
312 background-color: #402C84;
313}
314
Paul Greyson01a5dff2013-03-19 15:50:14 -0700315.color6 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700316 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700317 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700318 fill: #990021;
319 background-color: #990021;
320}
321
Paul Greyson01a5dff2013-03-19 15:50:14 -0700322.color7 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700323 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700324 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700325 fill: #990021;
Paul Greyson45303ac2013-03-23 16:44:01 -0700326 background-color: #990021;
Paul Greyson3e142162013-03-19 13:56:17 -0700327}
328
Paul Greyson01a5dff2013-03-19 15:50:14 -0700329.color8 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700330 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700331 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700332 fill: #A67900;
333 background-color: #A67900;
334}
335
Paul Greyson01a5dff2013-03-19 15:50:14 -0700336.color9 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700337 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700338 fill: #F53D65;
339 background-color: #F53D65;
340}
341
Paul Greyson01a5dff2013-03-19 15:50:14 -0700342.color10 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700343 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700344 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700345 fill: #1F0772;
346 background-color: #1F0772;
347}
348
Paul Greyson01a5dff2013-03-19 15:50:14 -0700349.color11 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700350 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700351 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700352 fill: #F56E8B;
353 background-color: #F56E8B;
354}
355
Paul Greyson01a5dff2013-03-19 15:50:14 -0700356.color12 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700357 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700358 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700359 fill: #6949D7;
360 background-color: #6949D7;
361}
Paul Greyson347fb742013-03-27 13:40:29 -0700362
363
364@-webkit-keyframes pending {
365 from {
366 opacity: 1.0;
367 }
368 to {
369 opacity: 0.5;
370 }
371}
372
373.pending {
374 -webkit-animation-name: pending;
375 -webkit-animation-duration: .5s;
376 -webkit-animation-direction: alternate;
377 -webkit-animation-timing-function: ease-in-out;
Paul Greysoncb5d30d2013-04-04 02:00:56 -0700378 -webkit-animation-iteration-count: 70;
Paul Greyson347fb742013-03-27 13:40:29 -0700379}
380