ffmap-backend/html/force-big.css

52 lines
584 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 {
2012-06-08 17:39:47 +02:00
font-size: 11px;
fill: #000;
2012-06-08 17:32:19 +02:00
font-weight: bold;
2012-06-06 17:25:03 +02:00
}
.link line {
2012-06-09 19:49:13 +02:00
stroke: #ddd;
2012-06-06 17:25:03 +02:00
stroke-opacity: 1;
2012-06-09 19:49:13 +02:00
stroke-width: 5px;
2012-06-06 17:25:03 +02:00
}
2012-06-11 22:11:11 +02:00
.link.vpn line {
stroke-dasharray: 2.5px 10px;
stroke-linecap: round;
}
.node ellipse {
2012-06-08 17:39:47 +02:00
fill: #fff;
stroke: #48f;
2012-06-06 17:25:03 +02:00
}
.node ellipse.gateway {
2012-06-08 17:32:19 +02:00
stroke: #ff7f0e;
fill: #ff7f03;
2012-06-06 17:25:03 +02:00
}
.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;
}