2015-03-01 16:29:41 +01:00
|
|
|
.actor {
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $actorBorder;
|
|
|
|
fill: $actorBkg;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
text.actor {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $actorTextColor;
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.actor-line {
|
2018-03-09 16:23:35 +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;
|
2018-03-11 18:06:28 +08:00
|
|
|
stroke-dasharray: '2 2';
|
|
|
|
marker-end: 'url(#arrowhead)';
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.messageLine1 {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke-width: 1.5;
|
2018-03-11 18:06:28 +08:00
|
|
|
stroke-dasharray: '2 2';
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#arrowhead {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $signalColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2018-08-16 16:55:28 -04:00
|
|
|
.sequenceNumber {
|
|
|
|
fill: $sequenceNumberColor;
|
2018-08-16 13:44:59 -04:00
|
|
|
}
|
|
|
|
|
2018-08-16 16:55:28 -04:00
|
|
|
#sequencenumber {
|
2018-08-16 13:44:59 -04:00
|
|
|
fill: $signalColor;
|
|
|
|
}
|
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
#crosshead path {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $signalColor !important;
|
|
|
|
stroke: $signalColor !important;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
2017-04-22 20:37:43 +08:00
|
|
|
|
2015-03-01 16:29:41 +01:00
|
|
|
.messageText {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $signalTextColor;
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.labelBox {
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $labelBoxBorderColor;
|
|
|
|
fill: $labelBoxBkgColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.labelText {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $labelTextColor;
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.loopText {
|
2018-03-09 16:23:35 +08:00
|
|
|
fill: $labelTextColor;
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke: none;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.loopLine {
|
2017-04-22 20:37:43 +08:00
|
|
|
stroke-width: 2;
|
2018-03-11 18:06:28 +08:00
|
|
|
stroke-dasharray: '2 2';
|
|
|
|
marker-end: 'url(#arrowhead)';
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $labelBoxBorderColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
|
|
|
//stroke: #decc93;
|
2018-03-09 16:23:35 +08:00
|
|
|
stroke: $noteBorderColor;
|
|
|
|
fill: $noteBkgColor;
|
2015-03-01 16:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|