2017-04-22 20:26:53 +08:00
|
|
|
.mermaid .label {
|
2015-05-26 20:41:53 +02:00
|
|
|
font-family: 'trebuchet ms', verdana, arial;
|
|
|
|
color:#333
|
|
|
|
}
|
2015-03-01 16:29:41 +01:00
|
|
|
|
2015-10-24 23:34:21 +01:00
|
|
|
.node rect,
|
|
|
|
.node circle,
|
|
|
|
.node ellipse,
|
|
|
|
.node polygon {
|
2015-03-01 16:29:41 +01:00
|
|
|
fill: @mainBkg;
|
|
|
|
stroke: @nodeBorder;
|
|
|
|
stroke-width: 1px;
|
|
|
|
}
|
|
|
|
|
2016-07-20 13:19:27 +08:00
|
|
|
.arrowheadPath {
|
|
|
|
fill: @arrowheadColor;
|
|
|
|
}
|
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
.edgePath .path {
|
2015-03-07 13:51:47 +01:00
|
|
|
stroke: @lineColor;
|
|
|
|
stroke-width: 1.5px;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
2015-12-08 17:26:17 +01:00
|
|
|
|
|
|
|
.edgeLabel {
|
|
|
|
background-color: @edgeLabelBackground;
|
|
|
|
}
|
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
.cluster rect{
|
2015-06-21 17:25:58 +02:00
|
|
|
fill: @secondBkg !important;
|
|
|
|
rx:4 !important;
|
|
|
|
stroke: @clusterBorder !important;
|
|
|
|
stroke-width: 1px !important;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.cluster text {
|
|
|
|
fill:@titleColor;
|
2015-10-24 23:34:21 +01:00
|
|
|
}
|