blob: 8fb7540b67b4a91f1a1672694d563139dcf36637 [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;
Matteo Scandolo97646d62016-03-07 14:14:00 -080014 /*stroke-width: 1;*/
Matteo Scandolodf35ca92016-02-25 09:19:41 -080015}
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
Matteo Scandolo89667d32016-03-07 13:34:05 -080059.MME, .SGW, .PGW, .Vid {
Matteo Scandolodf35ca92016-02-25 09:19:41 -080060 fill: purple;
61 stroke: #000;
62}
63
Matteo Scandoloe223b532016-03-04 08:31:20 -080064rect.MME,
65rect.SGW,
66rect.PGW,
Matteo Scandolo89667d32016-03-07 13:34:05 -080067rect.bbu,
68rect.Vid {
Matteo Scandoloe223b532016-03-04 08:31:20 -080069 fill: #fff;
70 stroke: #fff;
71}
72
Matteo Scandolodf35ca92016-02-25 09:19:41 -080073.bbu text,
74.MME text,
75.SGW text,
Matteo Scandolo89667d32016-03-07 13:34:05 -080076.PGW text,
77.Vid text {
Matteo Scandolodf35ca92016-02-25 09:19:41 -080078 font-size: 10px;
79 stroke-width: 0;
Matteo Scandolod20e18f2016-03-03 11:35:26 -080080 fill: #000;
Matteo Scandolodf35ca92016-02-25 09:19:41 -080081}