28 lines
326 B
CSS
28 lines
326 B
CSS
.node ellipse {
|
|
fill: #fff;
|
|
stroke-width: 2.5px;
|
|
}
|
|
|
|
.node text {
|
|
font-size: 10px;
|
|
color: #333;
|
|
}
|
|
|
|
line.link {
|
|
stroke: #333;
|
|
stroke-opacity: 1;
|
|
}
|
|
|
|
#chart, #chart svg {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#chart {
|
|
background-image: url(gplaypattern.png);
|
|
}
|
|
|
|
.node.highlight ellipse {
|
|
fill: #FFF0B3;
|
|
}
|