| 1 | |
| 2 | skinparam handwritten true |
| 3 | skinparam monochrome true |
| 4 | skinparam roundcorner 15 |
| 5 | |
| 6 | skinparam sequence { |
| 7 | ArrowThickness 3 |
| 8 | |
| 9 | DividerFontColor Black |
| 10 | DividerFontName Comic Sans MS |
| 11 | DividerFontSize 15 |
| 12 | DividerFontStyle Italic |
| 13 | |
| 14 | DelayFontColor Black |
| 15 | DelayFontName Comic Sans MS |
| 16 | DelayFontSize 15 |
| 17 | DelayFontStyle Italic |
| 18 | |
| 19 | TitleFontColor Black |
| 20 | TitleFontName Comic Sans MS |
| 21 | TitleFontStyle Italic |
| 22 | TitleFontSize 25 |
| 23 | |
| 24 | ArrowColor DeepSkyBlue |
| 25 | ArrowFontColor Black |
| 26 | ArrowFontName Comic Sans MS |
| 27 | ArrowFontStyle Regular |
| 28 | ArrowFontSize 19 |
| 29 | |
| 30 | ActorBorderColor DeepSkyBlue |
| 31 | |
| 32 | LifeLineBorderColor blue |
| 33 | LifeLineBackgroundColor #A9DCDF |
| 34 | |
| 35 | ParticipantBorderColor DeepSkyBlue |
| 36 | ParticipantBackgroundColor LightBlue |
| 37 | ParticipantFontName Comic Sans MS |
| 38 | ParticipantFontSize 20 |
| 39 | ParticipantFontColor Black |
| 40 | |
| 41 | ActorBackgroundColor aqua |
| 42 | ActorFontColor Black |
| 43 | ActorFontSize 20 |
| 44 | ActorFontName Comic Sans MS |
| 45 | } |
| 46 |