2015-03-01 16:29:41 +01:00
|
|
|
.actor {
|
|
|
|
stroke: @actorBorder;
|
|
|
|
fill: @actorBkg;
|
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
text.actor {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @actorTextColor;
|
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.actor-line {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: @actorLineColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.messageLine0 {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke-width: 1.5;
|
2015-03-01 16:29:41 +01:00
|
|
|
stroke-dasharray: "2 2";
|
2017-04-22 20:37:43 +08:00
|
|
|
marker-end: "url(#arrowhead)";
|
|
|
|
stroke: @signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.messageLine1 {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke-width: 1.5;
|
2015-03-01 16:29:41 +01:00
|
|
|
stroke-dasharray: "2 2";
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: @signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#arrowhead {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
#crosshead path {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @signalColor !important;
|
2015-03-01 16:29:41 +01:00
|
|
|
stroke: @signalColor !important;
|
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
.messageText {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @signalTextColor;
|
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.labelBox {
|
|
|
|
stroke: @labelBoxBorderColor;
|
|
|
|
fill: @labelBoxBkgColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.labelText {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @labelTextColor;
|
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.loopText {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: @labelTextColor;
|
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.loopLine {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke-width: 2;
|
2015-03-01 16:29:41 +01:00
|
|
|
stroke-dasharray: "2 2";
|
2017-04-22 20:37:43 +08:00
|
|
|
marker-end: "url(#arrowhead)";
|
2015-03-01 16:29:41 +01:00
|
|
|
stroke: @labelBoxBorderColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
|
|
|
//stroke: #decc93;
|
|
|
|
stroke: @noteBorderColor;
|
|
|
|
fill: @noteBkgColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.noteText {
|
2017-04-22 20:37:43 +08:00
|
|
|
fill: black;
|
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
font-family: 'trebuchet ms', verdana, arial;
|
2017-04-22 20:37:43 +08:00
|
|
|
font-size: 14px;
|
2017-04-22 20:26:53 +08:00
|
|
|
}
|