backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / app / gui_topology / html / ryu.topology.css
1 #topology {  
2     border: 1px solid #000000;  
3 }
4
5 .node {
6 }
7
8 .node.fixed {
9     fill: #C0C0C0;
10 }
11
12 .node text {
13     font-size: 14px;
14 }
15
16 .link {
17     stroke: #090909;
18     stroke-opacity: .6;
19     stroke-width: 2px;
20 }
21
22 .port circle {
23     stroke: black;
24     fill: #C5F9F9;
25 }
26
27 .port text {
28     font-size: 10px;
29 }
30