blob: c81acb85036d8938dc51b1efbc605baf94ffe0b4 [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;
11 border-right: 1px solid white;
12}
13
14.status:last-child {
15 border-right: none;
16}
17
18.status .static {
19 color: white;
20 padding: .25em;
21}
22
23.status .dynamic {
24 color: blue;
25 padding: .25em;
26}
27
28.button {
29 padding: 1em;
30 background-color: lightgray;
31 color: black;
32 border: 1px solid white;
33}
34
Paul Greyson952ccb62013-03-18 22:22:08 -070035.header {
36 height: 50px;
37}
38
Paul Greysond9872392013-03-18 12:04:15 -070039
40#right .header {
Paul Greyson952ccb62013-03-18 22:22:08 -070041 font-size: 12px;
42 padding-right: .25em;
43 -webkit-box-sizing: border-box;
Paul Greysond9872392013-03-18 12:04:15 -070044}
45
Paul Greysond1a22d92013-03-19 12:15:19 -070046#controllers, #selectedFlows {
47 border-top: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070048}
49
Paul Greysond1a22d92013-03-19 12:15:19 -070050#selectedFlows {
51 border-bottom: 1px solid white;
Paul Greysond9872392013-03-18 12:04:15 -070052}
53
Paul Greysond1a22d92013-03-19 12:15:19 -070054#controllers {
55 border-right: 1px solid white;
56}
57
Paul Greyson3e142162013-03-19 13:56:17 -070058.controller {
59 padding: .25em;
60}
61
Paul Greyson952ccb62013-03-18 22:22:08 -070062#logo {
63 height: 50px;
64}
65
66.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -070067 stroke: black;
68 stroke-width: 1.5px;
69}
70
Paul Greysonf9edc1a2013-03-19 13:22:06 -070071.nolabel text {
72 display: none;
73}
74
75text {
76 stroke: none;
77 fill: white;
78 font-size: 12px;
79 pointer-events: none;
80}
81
Paul Greysond1a22d92013-03-19 12:15:19 -070082path {
Paul Greysonde7fad52013-03-19 12:47:32 -070083 stroke: rgba(255, 255, 255, .25);
Paul Greysond1a22d92013-03-19 12:15:19 -070084 stroke-width: 1px;
85}
86
Paul Greyson952ccb62013-03-18 22:22:08 -070087.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -070088 stroke: black;
89 stroke-width: 2px;
90}
Paul Greysond1a22d92013-03-19 12:15:19 -070091
92#traceButton {
93 visibility: hidden
94}
Paul Greyson3e142162013-03-19 13:56:17 -070095
Paul Greysonbcd3c772013-03-21 13:16:44 -070096.color0-selected .color0,
Paul Greyson01a5dff2013-03-19 15:50:14 -070097.color1-selected .color1,
98.color2-selected .color2,
99.color3-selected .color3,
100.color4-selected .color4,
101.color5-selected .color5,
102.color6-selected .color6,
103.color7-selected .color7,
104.color8-selected .color8,
105.color9-selected .color9,
106.color10-selected .color10,
107.color11-selected .color11,
108.color12-selected .color12 {
109 opacity: 1;
Paul Greyson3e142162013-03-19 13:56:17 -0700110}
111
Paul Greysonbcd3c772013-03-21 13:16:44 -0700112.color0 {
113 opacity: .25;
114 fill: #444;
115 background-color: #444;
116}
117
Paul Greyson01a5dff2013-03-19 15:50:14 -0700118.color1 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700119 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700120 fill: #EC0033;
121 background-color: #EC0033;
122}
123
Paul Greyson01a5dff2013-03-19 15:50:14 -0700124.color2 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700125 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700126 fill: #FFBA00;
127 background-color: #FFBA00;
128}
129
Paul Greyson01a5dff2013-03-19 15:50:14 -0700130.color3 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700131 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700132 fill: #3714B0;
133 background-color: #3714B0;
134}
135
Paul Greyson01a5dff2013-03-19 15:50:14 -0700136.color4 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700137 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700138 fill: #B12C49;
139 background-color: #B12C49;
140}
141
Paul Greyson01a5dff2013-03-19 15:50:14 -0700142.color5 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700143 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700144 fill: #402C84;
145 background-color: #402C84;
146}
147
Paul Greyson01a5dff2013-03-19 15:50:14 -0700148.color6 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700149 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700150 fill: #990021;
151 background-color: #990021;
152}
153
Paul Greyson01a5dff2013-03-19 15:50:14 -0700154.color7 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700155 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700156 fill: #990021;
157 background-color: ;
158}
159
Paul Greyson01a5dff2013-03-19 15:50:14 -0700160.color8 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700161 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700162 fill: #A67900;
163 background-color: #A67900;
164}
165
Paul Greyson01a5dff2013-03-19 15:50:14 -0700166.color9 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700167 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700168 fill: #F53D65;
169 background-color: #F53D65;
170}
171
Paul Greyson01a5dff2013-03-19 15:50:14 -0700172.color10 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700173 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700174 fill: #1F0772;
175 background-color: #1F0772;
176}
177
Paul Greyson01a5dff2013-03-19 15:50:14 -0700178.color11 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700179 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700180 fill: #F56E8B;
181 background-color: #F56E8B;
182}
183
Paul Greyson01a5dff2013-03-19 15:50:14 -0700184.color12 {
Paul Greysonbcd3c772013-03-21 13:16:44 -0700185 opacity: .25;
Paul Greyson3e142162013-03-19 13:56:17 -0700186 fill: #6949D7;
187 background-color: #6949D7;
188}