Sha256: e374d7c59db7ce0743163561135e239dfc81739f2551049f2318360e29589742

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

html, body, .dependency_graph, .dependency_graph svg{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}

.link {
  fill: none;
  stroke: #666;
  stroke-width: 1.5px;
}

circle {
  fill: #fff;
  stroke: #333;
  stroke-width: 1.5px;
}

.circular {
    stroke: #FF0000;
}

.fixed circle {
  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;
}

.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;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubrowser-2.5.0 public/css/application.css