ffmap-backend/html/force-big.css

45 lines
481 B
CSS
Raw Normal View History

2012-06-06 17:25:03 +02:00
#chart {
background: #000;
}
.node ellipse {
stroke-width: 2.5px;
}
.node text {
font-size: 10px;
color: #333;
}
.link line {
stroke: #f50;
stroke-opacity: 1;
stroke-width: 5px !important;
}
.node ellipse {
2012-06-06 17:25:03 +02:00
fill: #fff;
stroke: #04f;
}
.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: #ff0;
fill: #ff0;
stroke-width: 5px;
}
2012-06-08 17:29:13 +02:00
.uplinks path, .uplinks text {
fill: #0ff;
2012-06-06 17:25:03 +02:00
}
.strength {
font-size: 10px;
fill: #C83771;
}