html, body, .dependency_graph, .dependency_graph svg{
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
font-size: 13px;
overflow: hidden;
}
.link {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
circle {
fill: #fff;
stroke: #333;
stroke-width: 1.5px;
}
.circular {
stroke: #FF0000;
}
.fixed circle {
stroke: #FF0000;
stroke-width: 3px;
}
text {
font: 10px sans-serif;
pointer-events: none;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
text.type{
font: 7px sans-serif;
}
.downlighted {
opacity: 0.1;
}
.ignored{
display: none;
}
.running circle{
stroke: #18b738;
fill: #7dea93;
}
.highlighted,
.highlighted_by_namespace,
.highlighted_by_path,
.highlighted_by_type{
fill: #008ef3;
}
.highlighted circle,
.highlighted_by_namespace circle,
.highlighted_by_path circle,
.highlighted_by_type circle{
stroke: #008ef3;
}
.hide_namespace .namespace, .link.hide_relation{
display: none;
}
/* ============================ */
/* Toolbox style */
/* ============================ */
.toolbox{
position: fixed;
top: 0px;
left: 0px;
max-height: 100%;
width: 250px;
background: white;
overflow: auto;
}
ul, ol{
list-style-position: inside;
white-space: nowrap;
margin: 0px;
padding-left: 0px;
overflow: auto;
}
#information_panel{
position: fixed;
bottom: 0px;
left: 0px;
height: 5rem;
background: rgba(255,255,255,0.8);
width: 100%;
margin-left: 250px;
padding-right: 250px;
}
#information_panel div{
margin: 1rem;
display: inline-block;
}
#information_panel:hover{
height: 33%;
overflow: auto;
}