blob: 807aa4c7f429d1b9e8e785babba50fab98aeabcf [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 Greysond1a22d92013-03-19 12:15:19 -070062
Paul Greyson952ccb62013-03-18 22:22:08 -070063#logo {
64 height: 50px;
65}
66
67.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -070068 stroke: black;
69 stroke-width: 1.5px;
70}
71
Paul Greysonf9edc1a2013-03-19 13:22:06 -070072.nolabel text {
73 display: none;
74}
75
76text {
77 stroke: none;
78 fill: white;
79 font-size: 12px;
80 pointer-events: none;
81}
82
Paul Greysond1a22d92013-03-19 12:15:19 -070083path {
Paul Greysonde7fad52013-03-19 12:47:32 -070084 stroke: rgba(255, 255, 255, .25);
Paul Greysond1a22d92013-03-19 12:15:19 -070085 stroke-width: 1px;
86}
87
Paul Greyson952ccb62013-03-18 22:22:08 -070088.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -070089 stroke: black;
90 stroke-width: 2px;
91}
Paul Greysond1a22d92013-03-19 12:15:19 -070092
93#traceButton {
94 visibility: hidden
95}
Paul Greyson3e142162013-03-19 13:56:17 -070096
97.color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8, .color9, .color10, .color11, .color12 {
98 fill: rgba(255, 255, 255, .15);
99 background-color: rgba(255, 255, 255, .15);
100}
101
102
103.color1-selected .color1 {
104 fill: #EC0033;
105 background-color: #EC0033;
106}
107
108.color2-selected .color2 {
109 fill: #FFBA00;
110 background-color: #FFBA00;
111}
112
113.color3-selected .color3 {
114 fill: #3714B0;
115 background-color: #3714B0;
116}
117
118.color4-selected .color4 {
119 fill: #B12C49;
120 background-color: #B12C49;
121}
122
123.color5-selected .color5 {
124 fill: #402C84;
125 background-color: #402C84;
126}
127
128.color6-selected .color6 {
129 fill: #990021;
130 background-color: #990021;
131}
132
133.color7-selected .color7 {
134 fill: #990021;
135 background-color: ;
136}
137
138.color8-selected .color8 {
139 fill: #A67900;
140 background-color: #A67900;
141}
142
143.color9-selected .color9 {
144 fill: #F53D65;
145 background-color: #F53D65;
146}
147
148.color10-selected .color10 {
149 fill: #1F0772;
150 background-color: #1F0772;
151}
152
153.color11-selected .color11 {
154 fill: #F56E8B;
155 background-color: #F56E8B;
156}
157
158.color12-selected .color12 {
159 fill: #6949D7;
160 background-color: #6949D7;
161}