diff options
Diffstat (limited to '_themes/doubleslash/pgantt.puml')
-rw-r--r-- | _themes/doubleslash/pgantt.puml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/_themes/doubleslash/pgantt.puml b/_themes/doubleslash/pgantt.puml new file mode 100644 index 0000000..15a3e1d --- /dev/null +++ b/_themes/doubleslash/pgantt.puml @@ -0,0 +1,70 @@ +!include general.puml + +'saturday are closed +'sunday are closed +'language de + +skinparam Roundcorner 6 + +saturday are colored in SUPERLIGHTGREY +sunday are colored in SUPERLIGHTGREY +printscale weekly zoom 4 + +<style> +ganttDiagram { + task { + FontName FONTNAME + FontSize 12 + FontColor black + FontStyle normal + BackGroundColor DS_LIGHTBLUE + LineColor DS_LIGHTBLUE + Padding 3 + } + + timeline { + FontName FONTNAME + FontSize 12 + BackgroundColor SUPERLIGHTGREY + } + + milestone { + FontColor black + FontSize 12 + FontStyle normal + BackGroundColor DS_BLUE + LineColor DS_BLUE + LineThickness 15.0 + Margin 5 + } + + note { + FontColor black + FontSize 10 + LineColor DS_LIGHTGREY + } + + closed { + BackgroundColor #ffdfd4 + FontColor black + } + + Arrow { + LineColor DS_GREY + LineStyle solid + LineThickness 1.5 + FontName FONTNAME + FontColor black + FontSize 12 + } + + Separator { + LineColor DS_GREY + LineThickness 1.0 + FontSize 12 + FontColor black + Margin 5 + Padding 5 + } +} +</style> |