blob: 50630397c18a1116f4bb8bf50e512f46e3bce18b [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 Greyson952ccb62013-03-18 22:22:08 -070046.header {
47 height: 50px;
48}
49
Paul Greysond9872392013-03-18 12:04:15 -070050
51#right .header {
Paul Greyson952ccb62013-03-18 22:22:08 -070052 font-size: 12px;
53 padding-right: .25em;
54 -webkit-box-sizing: border-box;
Paul Greysond9872392013-03-18 12:04:15 -070055}
56
Paul Greysond1a22d92013-03-19 12:15:19 -070057#controllers, #selectedFlows {
58 border-top: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070059}
60
Paul Greysond1a22d92013-03-19 12:15:19 -070061#selectedFlows {
62 border-bottom: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070063}
64
Paul Greysond1a22d92013-03-19 12:15:19 -070065#controllers {
66 border-right: 1px solid white;
67}
68
Paul Greyson3e142162013-03-19 13:56:17 -070069.controller {
70 padding: .25em;
71}
72
Paul Greyson952ccb62013-03-18 22:22:08 -070073#logo {
74 height: 50px;
75}
76
77.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -070078 stroke: black;
79 stroke-width: 1.5px;
80}
81
Paul Greysonf9edc1a2013-03-19 13:22:06 -070082.nolabel text {
83 display: none;
84}
85
86text {
87 stroke: none;
88 fill: white;
89 font-size: 12px;
90 pointer-events: none;
91}
92
Paul Greysond1a22d92013-03-19 12:15:19 -070093path {
Paul Greysonde7fad52013-03-19 12:47:32 -070094 stroke: rgba(255, 255, 255, .25);
Paul Greysond1a22d92013-03-19 12:15:19 -070095 stroke-width: 1px;
96}
97
Paul Greyson952ccb62013-03-18 22:22:08 -070098.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -070099 stroke: black;
100 stroke-width: 2px;
101}
Paul Greysond1a22d92013-03-19 12:15:19 -0700102
103#traceButton {
104 visibility: hidden
105}
Paul Greyson3e142162013-03-19 13:56:17 -0700106
Paul Greysonbcd3c772013-03-21 13:16:44 -0700107.color0-selected .color0,
Paul Greyson01a5dff2013-03-19 15:50:14 -0700108.color1-selected .color1,
109.color2-selected .color2,
110.color3-selected .color3,
111.color4-selected .color4,
112.color5-selected .color5,
113.color6-selected .color6,
114.color7-selected .color7,
115.color8-selected .color8,
116.color9-selected .color9,
117.color10-selected .color10,
118.color11-selected .color11,
119.color12-selected .color12 {
120 opacity: 1;
Paul Greyson3f890b62013-03-22 17:39:36 -0700121 pointer-events: auto;
Paul Greyson3e142162013-03-19 13:56:17 -0700122}
123
Paul Greysonc17278a2013-03-23 10:17:12 -0700124.colorInactive {
125 opacity: 1;
126 fill: #444;
127 background-color: #444;
128 color: #222;
129}
130
Paul Greysonbcd3c772013-03-21 13:16:44 -0700131.color0 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700132 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700133 pointer-events: none;
Paul Greysonc3e21a02013-03-21 13:56:05 -0700134 fill: #222;
135 background-color: #222;
136 color: #444;
Paul Greysonbcd3c772013-03-21 13:16:44 -0700137}
138
Paul Greyson01a5dff2013-03-19 15:50:14 -0700139.color1 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700140 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700141 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700142 fill: #EC0033;
143 background-color: #EC0033;
144}
145
Paul Greyson01a5dff2013-03-19 15:50:14 -0700146.color2 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700147 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700148 fill: #FFBA00;
149 background-color: #FFBA00;
150}
151
Paul Greyson01a5dff2013-03-19 15:50:14 -0700152.color3 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700153 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700154 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700155 fill: #3714B0;
156 background-color: #3714B0;
157}
158
Paul Greyson01a5dff2013-03-19 15:50:14 -0700159.color4 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700160 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700161 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700162 fill: #B12C49;
163 background-color: #B12C49;
164}
165
Paul Greyson01a5dff2013-03-19 15:50:14 -0700166.color5 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700167 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700168 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700169 fill: #402C84;
170 background-color: #402C84;
171}
172
Paul Greyson01a5dff2013-03-19 15:50:14 -0700173.color6 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700174 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700175 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700176 fill: #990021;
177 background-color: #990021;
178}
179
Paul Greyson01a5dff2013-03-19 15:50:14 -0700180.color7 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700181 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700182 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700183 fill: #990021;
184 background-color: ;
185}
186
Paul Greyson01a5dff2013-03-19 15:50:14 -0700187.color8 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700188 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700189 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700190 fill: #A67900;
191 background-color: #A67900;
192}
193
Paul Greyson01a5dff2013-03-19 15:50:14 -0700194.color9 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700195 opacity: .2;
Paul Greyson3e142162013-03-19 13:56:17 -0700196 fill: #F53D65;
197 background-color: #F53D65;
198}
199
Paul Greyson01a5dff2013-03-19 15:50:14 -0700200.color10 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700201 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700202 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700203 fill: #1F0772;
204 background-color: #1F0772;
205}
206
Paul Greyson01a5dff2013-03-19 15:50:14 -0700207.color11 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700208 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700209 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700210 fill: #F56E8B;
211 background-color: #F56E8B;
212}
213
Paul Greyson01a5dff2013-03-19 15:50:14 -0700214.color12 {
Paul Greysonc3e21a02013-03-21 13:56:05 -0700215 opacity: .2;
Paul Greyson3f890b62013-03-22 17:39:36 -0700216 pointer-events: none;
Paul Greyson3e142162013-03-19 13:56:17 -0700217 fill: #6949D7;
218 background-color: #6949D7;
219}