Plugin UnivBristol by Frederic Francois
[myslice.git] / plugins / univbristopo / static / css / slice.topology.css
1 #topologyContainer {
2         background: #fff !important; /* Overwrites settings from .expandable */
3         border: 1px solid #7e9fc0 !important;
4         margin-bottom: 20px;
5         overflow: hidden;
6         padding: 0px !important;
7         position:relative
8         top:200px
9         left:200px
10         width:450px
11 }
12 #topologyAddAggregate {
13         left: 25em;
14         position: relative;
15         top: 15em;
16         width: 450px;
17 }
18 #target svg {
19         width: 100% !important;
20 }
21
22 /*#target{
23         background: white;
24 }*/
25
26 /* Buttons within lower menu */
27 #topology_options_menu {
28         background-color: #3d5266;
29         margin-top: 2px;
30         padding-top: 2px;
31         text-align: right;
32         width: 100%;
33 }
34 #link_group img, #link_zoom_out img {
35         height: 16px;
36         text-align: middle;
37 }
38 #link_zoom_in img, #link_zoom_out img {
39         height:16px;
40 }
41
42 /* Links and nodes */
43 .link {
44         stroke: #ccc;
45         stroke-width:4px;
46 }
47 .node {
48         stroke-width:2px;
49 }
50 .node text {
51         pointer-events: none;
52         font: 10px sans-serif;
53 }
54
55 #selected_node_info {
56         background-color: #ebf5ff;
57         height: 17px;
58         text-shadow: #eee -3px 2px 4px;
59 }
60