blob: 3a63ae2256eafce5b459f1aec2849ca4ac884916 [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.bottom {
29 position: absolute;
30 bottom: 0px;
31 right: 0px;
32 font-size: 8px;
33}
34
35#status.top span {
36 font-size: 24px;
37}
38
Paul Greysond9872392013-03-18 12:04:15 -070039.button {
40 padding: 1em;
41 background-color: lightgray;
42 color: black;
43 border: 1px solid white;
44}
45
Paul Greysonb367de22013-03-23 11:09:11 -070046#arrow {
47 stroke: none;
48 fill: rgba(255, 255, 255, .25);
49}
50
Paul Greyson952ccb62013-03-18 22:22:08 -070051.header {
52 height: 50px;
53}
54
Paul Greysond9872392013-03-18 12:04:15 -070055
56#right .header {
Paul Greyson952ccb62013-03-18 22:22:08 -070057 font-size: 12px;
58 padding-right: .25em;
59 -webkit-box-sizing: border-box;
Paul Greysond9872392013-03-18 12:04:15 -070060}
61
Paul Greysond1a22d92013-03-19 12:15:19 -070062#controllers, #selectedFlows {
63 border-top: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070064}
65
Paul Greysond1a22d92013-03-19 12:15:19 -070066#selectedFlows {
67 border-bottom: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070068}
69
Paul Greysond1a22d92013-03-19 12:15:19 -070070#controllers {
71 border-right: 1px solid white;
72}
73
Paul Greyson3e142162013-03-19 13:56:17 -070074.controller {
75 padding: .25em;
76}
77
Paul Greyson952ccb62013-03-18 22:22:08 -070078#logo {
79 height: 50px;
80}
81
82.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -070083 stroke: black;
84 stroke-width: 1.5px;
85}
86
Paul Greysonf9edc1a2013-03-19 13:22:06 -070087.nolabel text {
88 display: none;
89}
90
91text {
92 stroke: none;
93 fill: white;
94 font-size: 12px;
95 pointer-events: none;
96}
97
Paul Greysond1a22d92013-03-19 12:15:19 -070098path {
Paul Greysonde7fad52013-03-19 12:47:32 -070099 stroke: rgba(255, 255, 255, .25);
Paul Greysonb367de22013-03-23 11:09:11 -0700100 stroke-width: 1.5px;
Paul Greysond1a22d92013-03-19 12:15:19 -0700101}
102
Paul Greyson952ccb62013-03-18 22:22:08 -0700103.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -0700104 stroke: black;
105 stroke-width: 2px;
106}
Paul Greysond1a22d92013-03-19 12:15:19 -0700107
108#traceButton {
109 visibility: hidden
110}
Paul Greyson3e142162013-03-19 13:56:17 -0700111
Paul Greysonbcd3c772013-03-21 13:16:44 -0700112.color0-selected .color0,
Paul Greyson01a5dff2013-03-19 15:50:14 -0700113.color1-selected .color1,
114.color2-selected .color2,
115.color3-selected .color3,
116.color4-selected .color4,
117.color5-selected .color5,
118.color6-selected .color6,
119.color7-selected .color7,
120.color8-selected .color8,
121.color9-selected .color9,
122.color10-selected .color10,
123.color11-selected .color11,
124.color12-selected .color12 {
125 opacity: 1;
Paul Greyson3f890b62013-03-22 17:39:36 -0700126 pointer-events: auto;
Paul Greyson3e142162013-03-19 13:56:17 -0700127}
128
Paul Greysonc17278a2013-03-23 10:17:12 -0700129.colorInactive {
130 opacity: 1;
131 fill: #444;
132 background-color: #444;
133 color: #222;
134}
135
Paul Greysonbcd3c772013-03-21 13:16:44 -0700136.color0 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700137 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700138 pointer-events: none;
Paul Greysonc3e21a02013-03-21 13:56:05 -0700139 fill: #222;
140 background-color: #222;
141 color: #444;
Paul Greysonbcd3c772013-03-21 13:16:44 -0700142}
143
Paul Greyson01a5dff2013-03-19 15:50:14 -0700144.color1 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700145 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700146 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700147 fill: #EC0033;
148 background-color: #EC0033;
149}
150
Paul Greyson01a5dff2013-03-19 15:50:14 -0700151.color2 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700152 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700153 fill: #FFBA00;
154 background-color: #FFBA00;
155}
156
Paul Greyson01a5dff2013-03-19 15:50:14 -0700157.color3 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700158 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700159 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700160 fill: #3714B0;
161 background-color: #3714B0;
162}
163
Paul Greyson01a5dff2013-03-19 15:50:14 -0700164.color4 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700165 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700166 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700167 fill: #B12C49;
168 background-color: #B12C49;
169}
170
Paul Greyson01a5dff2013-03-19 15:50:14 -0700171.color5 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700172 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700173 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700174 fill: #402C84;
175 background-color: #402C84;
176}
177
Paul Greyson01a5dff2013-03-19 15:50:14 -0700178.color6 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700179 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700180 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700181 fill: #990021;
182 background-color: #990021;
183}
184
Paul Greyson01a5dff2013-03-19 15:50:14 -0700185.color7 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700186 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700187 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700188 fill: #990021;
189 background-color: ;
190}
191
Paul Greyson01a5dff2013-03-19 15:50:14 -0700192.color8 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700193 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700194 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700195 fill: #A67900;
196 background-color: #A67900;
197}
198
Paul Greyson01a5dff2013-03-19 15:50:14 -0700199.color9 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700200 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700201 fill: #F53D65;
202 background-color: #F53D65;
203}
204
Paul Greyson01a5dff2013-03-19 15:50:14 -0700205.color10 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700206 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700207 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700208 fill: #1F0772;
209 background-color: #1F0772;
210}
211
Paul Greyson01a5dff2013-03-19 15:50:14 -0700212.color11 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700213 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700214 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700215 fill: #F56E8B;
216 background-color: #F56E8B;
217}
218
Paul Greyson01a5dff2013-03-19 15:50:14 -0700219.color12 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700220 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700221 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700222 fill: #6949D7;
223 background-color: #6949D7;
224}