blob: 14bfac85cc7bdcafc437fac497a8fb5c6a98a1c8 [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
58
Paul Greyson952ccb62013-03-18 22:22:08 -070059#logo {
60 height: 50px;
61}
62
63.edge {
Paul Greyson952ccb62013-03-18 22:22:08 -070064 stroke: black;
65 stroke-width: 1.5px;
66}
67
Paul Greysond1a22d92013-03-19 12:15:19 -070068path {
Paul Greysonde7fad52013-03-19 12:47:32 -070069 stroke: rgba(255, 255, 255, .25);
Paul Greysond1a22d92013-03-19 12:15:19 -070070 stroke-width: 1px;
71}
72
Paul Greyson952ccb62013-03-18 22:22:08 -070073.aggregation {
Paul Greyson952ccb62013-03-18 22:22:08 -070074 stroke: black;
75 stroke-width: 2px;
76}
Paul Greysond1a22d92013-03-19 12:15:19 -070077
78#traceButton {
79 visibility: hidden
80}