Sha256: f5c3113aa10421a2ad0ecc738e3142a792879966c6216805715b03210e4a8e82

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

body {
  background: url(texture-noise.png);
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica;
}

#chart, #header, #footer {
  position: absolute;
  top: 0;
}

#header, #footer {
  z-index: 1;
  display: block;
  font-size: 36px;
  font-weight: 300;
  text-shadow: 0 1px 0 #fff;
}

#header.inverted, #footer.inverted {
  color: #fff;
  text-shadow: 0 1px 4px #000;
}

#header {
  top: 80px;
  left: 140px;
  width: 1000px;
}

#footer {
  top: 680px;
  right: 140px;
  text-align: right;
}

rect {
  fill: none;
  pointer-events: all;
}

pre {
  font-size: 18px;
}

line {
  stroke: #000;
  stroke-width: 1.5px;
}

.string, .regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

.number {
  color: #369;
}

.class, .special {
  color: #1181B8;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
}

.hint {
  position: absolute;
  right: 0;
  width: 1280px;
  font-size: 12px;
  color: #999;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tree.rb-0.3.13 examples/d3js_layout_partition/style.css
tree.rb-0.3.12 examples/d3js_layout_partition/style.css
tree.rb-0.3.11 examples/d3js_layout_partition/style.css
tree.rb-0.3.10 examples/d3js_layout_partition/style.css
tree.rb-0.3.9 examples/d3js_layout_partition/style.css
tree.rb-0.3.8 examples/d3_treemap/style.css
tree.rb-0.3.7 examples/d3_treemap/style.css