ffmap-backend/html/force-light.css

54 lines
590 B
CSS
Raw Normal View History

2012-06-06 17:25:03 +02:00
#chart {
background-image: url(gplaypattern.png);
}
.node ellipse {
fill: #fff;
stroke-width: 2.5px;
}
.node text {
font-size: 10px;
color: #333;
}
.link line {
stroke: #333;
stroke-opacity: 1;
stroke-width: 1.5px;
}
.link:hover line {
stroke-width: 5px;
2012-06-06 17:25:03 +02:00
}
2012-06-08 17:29:13 +02:00
.uplinks path {
fill: #333;
}
.node ellipse {
2012-06-06 17:25:03 +02:00
stroke: #AEC7E8;
}
.node ellipse.gateway {
2012-06-06 17:25:03 +02:00
stroke: #FF7F0E;
}
.node ellipse.client {
2012-06-06 17:25:03 +02:00
stroke: #1F77B4;
fill: #1F77B4;
}
.link .label {
fill: transparent;
stroke: #C83771;
stroke-width: 1px;
}
.strength {
font-size: 10px;
fill: #C83771;
}