ffmap-backend/html/force-light.css

78 lines
927 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, .label text {
2012-06-06 17:25:03 +02:00
font-size: 10px;
2012-06-08 17:32:19 +02:00
fill: #333;
2012-06-06 17:25:03 +02:00
}
.link line {
2012-06-09 19:49:13 +02:00
stroke: #777;
2012-08-18 15:02:02 +02:00
stroke-width: 2.5px;
}
.link line.unidirectional {
stroke-width: 0.8px;
}
2012-06-11 22:11:11 +02:00
.link.vpn line {
stroke-dasharray: 0.75px 4px;
stroke-linecap: round;
2012-08-18 15:02:02 +02:00
stroke-width: 1.5px;
2012-06-11 22:11:11 +02:00
}
.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;
}
#sidebar {
color: #777;
}
2012-09-04 01:36:03 +02:00
#sidebar text {
fill: #777;
font-size: 0.8em;
}
.label rect {
fill: rgba(255, 255, 255, 0.8);
}
.label.highlight rect {
fill: rgba(255, 255, 100, 0.9);
}