Sha256: 1d26ad987d8e77c86f17e7e440c6abb01cb8d7f16e802d4bd954e268157a6d20
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
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-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; } #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; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubrowser-2.6.0 | public/css/application.css |