blob: 8e414c043f4a45e2ce270e41870140921ba71f87 [file] [log] [blame]
Mahesh Raju-Huawei0f977ef2016-06-14 17:26:22 +05301/* css for PCE web app topology overlay */
2.radioButtonSpace {
3 margin-left:20px;
4}
Mahesh Raju-Huaweid8eaf972016-06-16 19:08:24 +05305/* color:1 */
6#ov-topo svg .link.primary.pCol1 {
7 stroke-width: 6px;
8}
9.light #ov-topo svg .link.primary.pCol1 {
10 stroke: #FF00CE;
11}
12.dark #ov-topo svg .link.primary.pCol1 {
13 stroke: #FF00CE;
14}
15/* color:2 */
16#ov-topo svg .link.primary.pCol2 {
17 stroke-width: 6px;
18}
19.light #ov-topo svg .link.primary.pCol2 {
20 stroke: #ff4000;
21}
22.dark #ov-topo svg .link.primary.pCol2 {
23 stroke: #ff4000;
24}
25/* color:3 */
26#ov-topo svg .link.primary.pCol3 {
27 stroke-width: 6px;
28}
29.light #ov-topo svg .link.primary.pCol3 {
30 stroke: #ffb400;
31}
32.dark #ov-topo svg .link.primary.pCol3 {
33 stroke: #ffb400;
34}
35/* color:4 */
36#ov-topo svg .link.primary.pCol4 {
37 stroke-width: 6px;
38}
39.light #ov-topo svg .link.primary.pCol4 {
40 stroke: #89ff00;
41}
42.dark #ov-topo svg .link.primary.pCol4 {
43 stroke: #89ff00;
44}
45/* color:5 */
46#ov-topo svg .link.primary.pCol5 {
47 stroke-width: 6px;
48}
49.light #ov-topo svg .link.primary.pCol5 {
50 stroke: #00FF2B;
51}
52.dark #ov-topo svg .link.primary.pCol5 {
53 stroke: #00FF2B;
54}
55/* color:6 */
56#ov-topo svg .link.primary.pCol6 {
57 stroke-width: 6px;
58}
59.light #ov-topo svg .link.primary.pCol6 {
60 stroke: #00ffec;
61}
62.dark #ov-topo svg .link.primary.pCol6 {
63 stroke: #00ffec;
64}
65/* color:7 */
66#ov-topo svg .link.primary.pCol7 {
67 stroke-width: 6px;
68}
69.light #ov-topo svg .link.primary.pCol7 {
70 stroke: #00abff;
71}
72.dark #ov-topo svg .link.primary.pCol7 {
73 stroke: #00abff;
74}
75/* color:8 */
76#ov-topo svg .link.primary.pCol8 {
77 stroke-width: 6px;
78}
79.light #ov-topo svg .link.primary.pCol8 {
80 stroke: #005eff;
81}
82.dark #ov-topo svg .link.primary.pCol8 {
83 stroke: #005eff;
84}
85/* color:9 */
86#ov-topo svg .link.primary.pCol9 {
87 stroke-width: 6px;
88}
89.light #ov-topo svg .link.primary.pCol9 {
90 stroke: #0011ff;
91}
92.dark #ov-topo svg .link.primary.pCol9 {
93 stroke: #0011ff;
94}
95/* color:10 */
96#ov-topo svg .link.primary.pCol10 {
97 stroke-width: 6px;
98}
99.light #ov-topo svg .link.primary.pCol10 {
100 stroke: #7c00ff;
101}
102.dark #ov-topo svg .link.primary.pCol10 {
103 stroke: #7c00ff;
104}
105/* color:11 */
106#ov-topo svg .link.primary.pCol11 {
107 stroke-width: 6px;
108}
109.light #ov-topo svg .link.primary.pCol11 {
110 stroke: #ffe700;
111}
112.dark #ov-topo svg .link.primary.pCol11 {
113 stroke: #ffe700;
114}
115/* color:12 */
116#ov-topo svg .link.primary.pCol12 {
117 stroke-width: 6px;
118}
119.light #ov-topo svg .link.primary.pCol12 {
120 stroke: #00ffec;
121}
122.dark #ov-topo svg .link.primary.pCol12 {
123 stroke: #00ffec;
124}
125/* color:13 */
126#ov-topo svg .link.primary.pCol13 {
127 stroke-width: 6px;
128}
129.light #ov-topo svg .link.primary.pCol13 {
130 stroke: #c900ff;
131}
132.dark #ov-topo svg .link.primary.pCol13 {
133 stroke: #c900ff;
134}
135/* color:14 */
136#ov-topo svg .link.primary.pCol14 {
137 stroke-width: 6px;
138}
139.light #ov-topo svg .link.primary.pCol14 {
140 stroke: #ff00e7;
141}
142.dark #ov-topo svg .link.primary.pCol14 {
143 stroke: #ff00e7;
144}
145/* color:15 */
146#ov-topo svg .link.primary.pCol15 {
147 stroke-width: 6px;
148}
149.light #ov-topo svg .link.primary.pCol15 {
150 stroke: #3c00ff;
151}
152.dark #ov-topo svg .link.primary.pCol15 {
153 stroke: #3c00ff;
154}