blob: 3f69aa2166b45fa6081ab75d4f78c441f0e6dbf3 [file] [log] [blame]
Matteo Scandolo63b63fa2016-02-25 09:38:59 -08001#xosMcordTopology {
2 height: 700px;
3}
4
Matteo Scandolodf35ca92016-02-25 09:19:41 -08005[ui-view],
6m-cord-topology{
7 width: 100%;
8 height: 100%;
9 display: block;
10}
11
12line {
13 stroke: blue;
14 stroke-width: 1;
15}
16
17line.big{
18 stroke-width: 2;
19}
20
21circle,
22rect {
23 fill: #fff;
24 stroke-width: 1;
25}
26
27.fabric {
28 stroke: none;
29 fill: #123456;
30 fill-rule: evenodd;
31}
32
33.fabric-container {
34 fill: transparent;
35 stroke: #000;
36 stroke-width: 1;
37}
38
39.bbu {
40 stroke: black;
41 fill: #FF7F0E;
42}
43
44.rru {
45 stroke: #000;
46 fill: #FFBB78;
47}
48
Matteo Scandolodaae6702016-02-26 13:42:50 -080049.rru.antenna {
50 stroke: #000;
51 fill: brown;
52}
53
Matteo Scandolodf35ca92016-02-25 09:19:41 -080054.rru-shadow {
55 fill: #FFBB78;
56 opacity: .4
57}
58
59.MME, .SGW, .PGW {
60 fill: purple;
61 stroke: #000;
62}
63
Matteo Scandoloe223b532016-03-04 08:31:20 -080064rect.MME,
65rect.SGW,
66rect.PGW,
67rect.bbu {
68 fill: #fff;
69 stroke: #fff;
70}
71
Matteo Scandolodf35ca92016-02-25 09:19:41 -080072.bbu text,
73.MME text,
74.SGW text,
75.PGW text {
76 font-size: 10px;
77 stroke-width: 0;
Matteo Scandolod20e18f2016-03-03 11:35:26 -080078 fill: #000;
Matteo Scandolodf35ca92016-02-25 09:19:41 -080079}