2021-07-13 15:38:34 -04:00
|
|
|
* {
|
|
|
|
font-family: sans-serif;
|
2021-07-15 13:54:49 -04:00
|
|
|
font-size: 14px;
|
2021-07-13 15:38:34 -04:00
|
|
|
}
|
|
|
|
text {
|
|
|
|
text-anchor: middle;
|
|
|
|
dominant-baseline: middle;
|
|
|
|
}
|
2021-07-15 13:54:49 -04:00
|
|
|
text.bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-07-13 15:38:34 -04:00
|
|
|
|
|
|
|
svg {
|
|
|
|
/* Boxes */
|
|
|
|
rect {
|
2021-07-15 13:54:49 -04:00
|
|
|
fill: #e0e0e0;
|
|
|
|
stroke: #606060;
|
2021-07-13 15:38:34 -04:00
|
|
|
stroke-width: 1;
|
2021-07-15 13:54:49 -04:00
|
|
|
.termination {
|
|
|
|
fill: #f0f0f0;
|
|
|
|
}
|
2021-07-13 15:38:34 -04:00
|
|
|
}
|
|
|
|
|
2021-07-14 15:55:18 -04:00
|
|
|
/* Connectors */
|
|
|
|
.connector text {
|
|
|
|
text-anchor: start;
|
|
|
|
}
|
2021-07-13 15:38:34 -04:00
|
|
|
line {
|
2021-07-15 13:54:49 -04:00
|
|
|
stroke-width: 5px;
|
|
|
|
}
|
|
|
|
line.cable-shadow {
|
|
|
|
stroke: #303030;
|
|
|
|
stroke-width: 7px;
|
2021-07-13 15:38:34 -04:00
|
|
|
}
|
2021-07-14 15:55:18 -04:00
|
|
|
line.attachment {
|
|
|
|
stroke: #c0c0c0;
|
|
|
|
stroke-dasharray: 5px,5px;
|
2021-07-13 15:38:34 -04:00
|
|
|
}
|
|
|
|
}
|