aboutsummaryrefslogtreecommitdiff
path: root/_themes/doubleslash/pgantt.puml
blob: 15a3e1d3df58b67e73f65bf22eebbbc4c9e1f9cd (plain)
  1. !include general.puml
  2. 'saturday are closed
  3. 'sunday are closed
  4. 'language de
  5. skinparam Roundcorner 6
  6. saturday are colored in SUPERLIGHTGREY
  7. sunday are colored in SUPERLIGHTGREY
  8. printscale weekly zoom 4
  9. <style>
  10. ganttDiagram {
  11. task {
  12. FontName FONTNAME
  13. FontSize 12
  14. FontColor black
  15. FontStyle normal
  16. BackGroundColor DS_LIGHTBLUE
  17. LineColor DS_LIGHTBLUE
  18. Padding 3
  19. }
  20. timeline {
  21. FontName FONTNAME
  22. FontSize 12
  23. BackgroundColor SUPERLIGHTGREY
  24. }
  25. milestone {
  26. FontColor black
  27. FontSize 12
  28. FontStyle normal
  29. BackGroundColor DS_BLUE
  30. LineColor DS_BLUE
  31. LineThickness 15.0
  32. Margin 5
  33. }
  34. note {
  35. FontColor black
  36. FontSize 10
  37. LineColor DS_LIGHTGREY
  38. }
  39. closed {
  40. BackgroundColor #ffdfd4
  41. FontColor black
  42. }
  43. Arrow {
  44. LineColor DS_GREY
  45. LineStyle solid
  46. LineThickness 1.5
  47. FontName FONTNAME
  48. FontColor black
  49. FontSize 12
  50. }
  51. Separator {
  52. LineColor DS_GREY
  53. LineThickness 1.0
  54. FontSize 12
  55. FontColor black
  56. Margin 5
  57. Padding 5
  58. }
  59. }
  60. </style>