This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| ' skinparam monochome reverse | |
| skinparam useBetaStyle true | |
| ' skinparam monochrome reverse | |
| ' style enclosure declaration | |
| <style> | |
| ' scope to sequenceDiagram elements | |
| sequenceDiagram { | |
| 'BackgroundColor Greenyellow | |
| FontColor Red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| ' ********************** Separator ********************** | |
| !startsub COMMON_DEFS | |
| ' skinparam Monochrome reverse | |
| skinparam HorizontalAlignment left | |
| skinparam Padding 3 | |
| skinparam WrapWidth 20 | |
| !include https://gist.githubusercontent.com/kryochronic/2f2fa8bd421e4729fb90e8685afcc90c/raw/5a0433838d4ea103b303439797e09c43e0cda814/wbs-styles.puml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| skinparam padding 5 | |
| <style> | |
| ganttDiagram { | |
| task { | |
| FontName Helvetica | |
| FontColor Black | |
| FontSize 10 | |
| FontStyle bold | |
| BackGroundColor GreenYellow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startwbs | |
| !$COLOR_BOX_LineColor_DEPTH_0 = "Red" | |
| !$COLOR_BOX_BackgroundColor_DEPTH_0 = "White" | |
| !$COLOR_arrow_LineColor_DEPTH_0 = "Blue" | |
| !$COLOR_BOX_LineColor_DEPTH_1 = "Blue" | |
| !$COLOR_BOX_BackgroundColor_DEPTH_1 = "White" | |
| !$COLOR_arrow_LineColor_DEPTH_1 = "Blue" | |
| !$COLOR_BOX_LineColor_DEPTH_2 = "Green" |
NewerOlder