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;
|
|
|
|
}
|
|
|
|
|
2012-06-07 22:21:50 +02:00
|
|
|
.node ellipse {
|
2012-06-06 17:25:03 +02:00
|
|
|
fill: #fff;
|
|
|
|
stroke: #04f;
|
|
|
|
}
|
|
|
|
|
2012-06-07 22:21:50 +02:00
|
|
|
.node ellipse.gateway {
|
2012-06-06 17:25:03 +02:00
|
|
|
stroke: #FF7F0E;
|
|
|
|
}
|
|
|
|
|
2012-06-07 22:21:50 +02:00
|
|
|
.node ellipse.client {
|
2012-06-06 17:25:03 +02:00
|
|
|
stroke: #ff0;
|
|
|
|
fill: #ff0;
|
|
|
|
stroke-width: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link .label {
|
|
|
|
fill: transparent;
|
|
|
|
stroke: #C83771;
|
2012-06-06 17:28:08 +02:00
|
|
|
stroke-width: 15px;
|
2012-06-06 17:25:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.strength {
|
|
|
|
font-size: 10px;
|
|
|
|
fill: #C83771;
|
|
|
|
}
|
|
|
|
|
|
|
|
|