luci-app-bmx7: refactory, multiple fixes and add topology graph
[feed/routing.git] / luci-app-bmx7 / files / www / luci-static / resources / bmx7 / css / netjsongraph-theme.css
1 .njg-overlay{
2 background: #fbfbfb;
3 border-radius: 2px;
4 border: 1px solid #ccc;
5 color: #6d6357;
6 font-family: Arial, sans-serif;
7 font-family: sans-serif;
8 font-size: 14px;
9 line-height: 20px;
10 height: auto;
11 max-width: 400px;
12 min-width: 200px;
13 padding: 0 15px;
14 right: 10px;
15 top: 10px;
16 width: auto;
17 }
18
19 .njg-metadata{
20 background: #fbfbfb;
21 border-radius: 2px;
22 border: 1px solid #ccc;
23 color: #6d6357;
24 display: none;
25 font-family: Arial, sans-serif;
26 font-family: sans-serif;
27 font-size: 14px;
28 height: auto;
29 left: 10px;
30 max-width: 500px;
31 min-width: 200px;
32 padding: 0 15px;
33 top: 10px;
34 width: auto;
35 }
36
37 .njg-node{
38 stroke-opacity: 0.5;
39 stroke-width: 7px;
40 stroke: #fff;
41 }
42
43 .njg-node:hover,
44 .njg-node.njg-open {
45 stroke: rgba(0, 0, 0, 0.2);
46 }
47
48 .njg-link{
49 cursor: pointer;
50 stroke: #999;
51 stroke-width: 2;
52 stroke-opacity: 0.25;
53 }
54
55 .njg-link:hover,
56 .njg-link.njg-open{
57 stroke-width: 4 !important;
58 stroke-opacity: 0.5;
59 }