mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
update docs
This commit is contained in:
parent
f846e7719e
commit
c3d9aa791a
@ -740,22 +740,24 @@ Styling of a sequence diagram is done by defining a number of css classes. Durin
|
|||||||
|
|
||||||
### Classes used
|
### Classes used
|
||||||
|
|
||||||
| Class | Description |
|
| Class | Description |
|
||||||
| ------------ | -------------------------------------------------------------- |
|
| -------------- | -------------------------------------------------------------- |
|
||||||
| actor | Styles for the actor box. |
|
| actor | Styles for the actor box. |
|
||||||
| actor-top | Styles for the actor figure/ box at the top of the diagram. |
|
| actor-top | Styles for the actor figure/ box at the top of the diagram. |
|
||||||
| actor-bottom | Styles for the actor figure/ box at the bottom of the diagram. |
|
| actor-bottom | Styles for the actor figure/ box at the bottom of the diagram. |
|
||||||
| text.actor | Styles for text in the actor box. |
|
| text.actor | Styles for text of all of the actors. |
|
||||||
| actor-line | The vertical line for an actor. |
|
| text.actor-box | Styles for text of the actor box. |
|
||||||
| messageLine0 | Styles for the solid message line. |
|
| text.actor-man | Styles for text of the actor figure. |
|
||||||
| messageLine1 | Styles for the dotted message line. |
|
| actor-line | The vertical line for an actor. |
|
||||||
| messageText | Defines styles for the text on the message arrows. |
|
| messageLine0 | Styles for the solid message line. |
|
||||||
| labelBox | Defines styles label to left in a loop. |
|
| messageLine1 | Styles for the dotted message line. |
|
||||||
| labelText | Styles for the text in label for loops. |
|
| messageText | Defines styles for the text on the message arrows. |
|
||||||
| loopText | Styles for the text in the loop box. |
|
| labelBox | Defines styles label to left in a loop. |
|
||||||
| loopLine | Defines styles for the lines in the loop box. |
|
| labelText | Styles for the text in label for loops. |
|
||||||
| note | Styles for the note box. |
|
| loopText | Styles for the text in the loop box. |
|
||||||
| noteText | Styles for the text on in the note boxes. |
|
| loopLine | Defines styles for the lines in the loop box. |
|
||||||
|
| note | Styles for the note box. |
|
||||||
|
| noteText | Styles for the text on in the note boxes. |
|
||||||
|
|
||||||
### Sample stylesheet
|
### Sample stylesheet
|
||||||
|
|
||||||
|
@ -518,22 +518,24 @@ Styling of a sequence diagram is done by defining a number of css classes. Durin
|
|||||||
|
|
||||||
### Classes used
|
### Classes used
|
||||||
|
|
||||||
| Class | Description |
|
| Class | Description |
|
||||||
| ------------ | -------------------------------------------------------------- |
|
| -------------- | -------------------------------------------------------------- |
|
||||||
| actor | Styles for the actor box. |
|
| actor | Styles for the actor box. |
|
||||||
| actor-top | Styles for the actor figure/ box at the top of the diagram. |
|
| actor-top | Styles for the actor figure/ box at the top of the diagram. |
|
||||||
| actor-bottom | Styles for the actor figure/ box at the bottom of the diagram. |
|
| actor-bottom | Styles for the actor figure/ box at the bottom of the diagram. |
|
||||||
| text.actor | Styles for text in the actor box. |
|
| text.actor | Styles for text of all of the actors. |
|
||||||
| actor-line | The vertical line for an actor. |
|
| text.actor-box | Styles for text of the actor box. |
|
||||||
| messageLine0 | Styles for the solid message line. |
|
| text.actor-man | Styles for text of the actor figure. |
|
||||||
| messageLine1 | Styles for the dotted message line. |
|
| actor-line | The vertical line for an actor. |
|
||||||
| messageText | Defines styles for the text on the message arrows. |
|
| messageLine0 | Styles for the solid message line. |
|
||||||
| labelBox | Defines styles label to left in a loop. |
|
| messageLine1 | Styles for the dotted message line. |
|
||||||
| labelText | Styles for the text in label for loops. |
|
| messageText | Defines styles for the text on the message arrows. |
|
||||||
| loopText | Styles for the text in the loop box. |
|
| labelBox | Defines styles label to left in a loop. |
|
||||||
| loopLine | Defines styles for the lines in the loop box. |
|
| labelText | Styles for the text in label for loops. |
|
||||||
| note | Styles for the note box. |
|
| loopText | Styles for the text in the loop box. |
|
||||||
| noteText | Styles for the text on in the note boxes. |
|
| loopLine | Defines styles for the lines in the loop box. |
|
||||||
|
| note | Styles for the note box. |
|
||||||
|
| noteText | Styles for the text on in the note boxes. |
|
||||||
|
|
||||||
### Sample stylesheet
|
### Sample stylesheet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user