ffmap-backend/html/force.css

53 lines
652 B
CSS
Raw Normal View History

2012-02-17 02:09:21 +01:00
.node ellipse {
fill: #fff;
2012-06-03 13:24:14 +02:00
stroke-width: 2.5px;
2012-02-17 02:09:21 +01:00
}
.node text {
2012-06-03 13:24:14 +02:00
font-size: 10px;
color: #333;
2012-02-17 02:09:21 +01:00
}
line.link {
stroke: #333;
stroke-opacity: 1;
}
#chart, #chart svg {
display: block;
vertical-align: middle;
2012-02-17 02:09:21 +01:00
}
2012-06-03 14:31:46 +02:00
#chart {
background-image: url(gplaypattern.png);
2012-06-03 17:17:48 +02:00
position: relative;
2012-06-03 14:31:46 +02:00
}
2012-06-03 15:28:34 +02:00
.node.highlight ellipse {
fill: #FFF0B3;
}
2012-06-03 17:17:48 +02:00
#nodeinfo {
position: absolute;
top: 10px;
left: 10px;
background: #fff;
border: 1px solid #ddd;
padding: 0.5em;
font-family: arial, helvatica;
}
#nodeinfo h1, p {
color: #555;
}
#nodeinfo h1 {
font-size: 10pt;
margin: 0 0 0.5em;
}
#nodeinfo p {
font-size: 10pt;
margin: 0;
}