blob: 753fff39241851b96ec6b1b83c065c7b95a49c3c [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
9.status {
10 padding: 1em;
Paul Greysond9872392013-03-18 12:04:15 -070011}
12
Paul Greysonc3e21a02013-03-21 13:56:05 -070013
Paul Greysond9872392013-03-18 12:04:15 -070014.status:last-child {
15 border-right: none;
16}
17
18.status .static {
Paul Greysonc3e21a02013-03-21 13:56:05 -070019 color: #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070020 padding: .25em;
21}
22
23.status .dynamic {
Paul Greysonc3e21a02013-03-21 13:56:05 -070024 color: #FFF;
Paul Greysond9872392013-03-18 12:04:15 -070025 padding: .25em;
26}
27
Paul Greysonc3e21a02013-03-21 13:56:05 -070028#status.top span {
29 font-size: 24px;
30}
31
Paul Greysond9872392013-03-18 12:04:15 -070032.button {
33 padding: 1em;
34 background-color: lightgray;
35 color: black;
Paul Greyson56378ed2013-03-26 23:17:36 -070036 border: 1px solid #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070037}
38
Paul Greysonb367de22013-03-23 11:09:11 -070039#arrow {
40 stroke: none;
Paul Greyson45303ac2013-03-23 16:44:01 -070041 fill: rgba(255, 255, 255, .35);
Paul Greysonb367de22013-03-23 11:09:11 -070042}
43
Paul Greyson952ccb62013-03-18 22:22:08 -070044.header {
45 height: 50px;
46}
47
Paul Greyson56378ed2013-03-26 23:17:36 -070048#topology {
49 border-top: 1px solid #AAA;
50}
51
52.selectedFlow {
53 border-bottom: 1px solid #AAA;
54}
55
56.selectedFlow:last-child {
57 border-bottom: none;
58}
59
60#lastUpdated {
61 padding-bottom: 0px;
62}
63
64#controllers .header {
65 -webkit-box-pack: center;
66 border-bottom: 1px solid #AAA;
67}
68
Paul Greysond9872392013-03-18 12:04:15 -070069
70#right .header {
Paul Greyson952ccb62013-03-18 22:22:08 -070071 font-size: 12px;
72 padding-right: .25em;
73 -webkit-box-sizing: border-box;
Paul Greysond9872392013-03-18 12:04:15 -070074}
75
Paul Greysond1a22d92013-03-19 12:15:19 -070076#controllers, #selectedFlows {
Paul Greyson56378ed2013-03-26 23:17:36 -070077 border-top: 1px solid #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070078}
79
Paul Greysond1a22d92013-03-19 12:15:19 -070080#selectedFlows {
Paul Greyson56378ed2013-03-26 23:17:36 -070081 border-bottom: 1px solid #AAA;
Paul Greysond9872392013-03-18 12:04:15 -070082}
83
Paul Greyson127d7fb2013-03-25 23:39:20 -070084.selectedFlow {
85 height: 2em;
86 color: white;
87 background-color: black;
88}
89
90.selectedFlow.selected {
91 color: black;
92 background-color:#AAA;
93}
94
Paul Greyson4e6dc3a2013-03-27 11:37:14 -070095circle.highlight {
96 stroke: rgba(255, 255, 255, .5);
97 stroke-width: 2px;
98}
99
100path {
101 pointer-events: none;
102}
103
Paul Greyson127d7fb2013-03-25 23:39:20 -0700104path.flow {
105 fill: none;
Paul Greyson56378ed2013-03-26 23:17:36 -0700106 stroke-width: 3px;
Paul Greysonacb59412013-03-25 23:48:06 -0700107 stroke: rgba(255, 255, 255, .35);
Paul Greyson127d7fb2013-03-25 23:39:20 -0700108}
109
110#selectedFlowsHeader {
Paul Greyson56378ed2013-03-26 23:17:36 -0700111 border-top: 1px solid #AAA;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700112}
113
114.flowIndex, .flowId, .srcDPID, .dstDPID, .iperf {
115 display: -webkit-box;
116 -webkit-box-pack: center;
117 -webkit-box-align: center;
118}
119
120.flowIndex, .flowId, .srcDPID, .dstDPID {
Paul Greyson56378ed2013-03-26 23:17:36 -0700121 border-right: 1px solid #AAA;
Paul Greyson127d7fb2013-03-25 23:39:20 -0700122}
123
124
Paul Greysond1a22d92013-03-19 12:15:19 -0700125#controllers {
Paul Greyson56378ed2013-03-26 23:17:36 -0700126 border-right: 1px solid #AAA;
Paul Greysond1a22d92013-03-19 12:15:19 -0700127}
128
Paul Greyson3e142162013-03-19 13:56:17 -0700129.controller {
130 padding: .25em;
131}
132
Paul Greyson952ccb62013-03-18 22:22:08 -0700133#logo {
134 height: 50px;
135}
136
137.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -0700138 stroke: black;
139 stroke-width: 1.5px;
140}
141
Paul Greysonf9edc1a2013-03-19 13:22:06 -0700142.nolabel text {
143 display: none;
144}
145
146text {
147 stroke: none;
148 fill: white;
Paul Greyson968d1b42013-03-23 16:58:41 -0700149 font-size: 16px;
Paul Greysonf9edc1a2013-03-19 13:22:06 -0700150 pointer-events: none;
151}
152
Paul Greysond1a22d92013-03-19 12:15:19 -0700153path {
Paul Greysonde7fad52013-03-19 12:47:32 -0700154 stroke: rgba(255, 255, 255, .25);
Paul Greysonb367de22013-03-23 11:09:11 -0700155 stroke-width: 1.5px;
Paul Greysond1a22d92013-03-19 12:15:19 -0700156}
157
Paul Greyson952ccb62013-03-18 22:22:08 -0700158.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -0700159 stroke: black;
160 stroke-width: 2px;
161}
Paul Greysond1a22d92013-03-19 12:15:19 -0700162
163#traceButton {
164 visibility: hidden
165}
Paul Greyson3e142162013-03-19 13:56:17 -0700166
Paul Greyson01a5dff2013-03-19 15:50:14 -0700167.color1-selected .color1,
168.color2-selected .color2,
169.color3-selected .color3,
170.color4-selected .color4,
171.color5-selected .color5,
172.color6-selected .color6,
173.color7-selected .color7,
174.color8-selected .color8,
175.color9-selected .color9,
176.color10-selected .color10,
177.color11-selected .color11,
178.color12-selected .color12 {
179 opacity: 1;
Paul Greyson3f890b62013-03-22 17:39:36 -0700180 pointer-events: auto;
Paul Greyson3e142162013-03-19 13:56:17 -0700181}
182
Paul Greysonc17278a2013-03-23 10:17:12 -0700183.colorInactive {
184 opacity: 1;
185 fill: #444;
186 background-color: #444;
187 color: #222;
188}
189
Paul Greyson01a5dff2013-03-19 15:50:14 -0700190.color1 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700191 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700192 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700193 fill: #EC0033;
194 background-color: #EC0033;
195}
196
Paul Greyson01a5dff2013-03-19 15:50:14 -0700197.color2 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700198 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700199 fill: #FFBA00;
200 background-color: #FFBA00;
201}
202
Paul Greyson01a5dff2013-03-19 15:50:14 -0700203.color3 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700204 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700205 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700206 fill: #3714B0;
207 background-color: #3714B0;
208}
209
Paul Greyson01a5dff2013-03-19 15:50:14 -0700210.color4 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700211 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700212 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700213 fill: #B12C49;
214 background-color: #B12C49;
215}
216
Paul Greyson01a5dff2013-03-19 15:50:14 -0700217.color5 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700218 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700219 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700220 fill: #402C84;
221 background-color: #402C84;
222}
223
Paul Greyson01a5dff2013-03-19 15:50:14 -0700224.color6 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700225 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700226 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700227 fill: #990021;
228 background-color: #990021;
229}
230
Paul Greyson01a5dff2013-03-19 15:50:14 -0700231.color7 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700232 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700233 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700234 fill: #990021;
Paul Greyson45303ac2013-03-23 16:44:01 -0700235 background-color: #990021;
Paul Greyson3e142162013-03-19 13:56:17 -0700236}
237
Paul Greyson01a5dff2013-03-19 15:50:14 -0700238.color8 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700239 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700240 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700241 fill: #A67900;
242 background-color: #A67900;
243}
244
Paul Greyson01a5dff2013-03-19 15:50:14 -0700245.color9 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700246 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700247 fill: #F53D65;
248 background-color: #F53D65;
249}
250
Paul Greyson01a5dff2013-03-19 15:50:14 -0700251.color10 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700252 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700253 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700254 fill: #1F0772;
255 background-color: #1F0772;
256}
257
Paul Greyson01a5dff2013-03-19 15:50:14 -0700258.color11 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700259 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700260 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700261 fill: #F56E8B;
262 background-color: #F56E8B;
263}
264
Paul Greyson01a5dff2013-03-19 15:50:14 -0700265.color12 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700266 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700267 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700268 fill: #6949D7;
269 background-color: #6949D7;
270}