58 lines
1,005 B
Text
58 lines
1,005 B
Text
skinparam dpi 300
|
|
skinparam padding 5
|
|
skinparam nodesep 60
|
|
skinparam ranksep 80
|
|
<style>
|
|
root {
|
|
FontName "Noto Sans Regular"
|
|
FontSize 12
|
|
RoundCorner 10
|
|
BackGroundColor transparent
|
|
LineColor #8ec1e1
|
|
LineThickness 1
|
|
}
|
|
node {
|
|
BackgroundColor #EEF2F6
|
|
}
|
|
group {
|
|
BackgroundColor #EEF2F6
|
|
FontStyle italic
|
|
}
|
|
note {
|
|
BackgroundColor yellow
|
|
FontSize 12
|
|
}
|
|
|
|
activityDiagram {
|
|
BackgroundColor #EEF2F6
|
|
diamond {
|
|
BackgroundColor #EEF2F6
|
|
}
|
|
partition {
|
|
BackgroundColor #EEF2F6
|
|
}
|
|
}
|
|
|
|
sequenceDiagram {
|
|
participant {
|
|
BackgroundColor #EEF2F6
|
|
}
|
|
}
|
|
|
|
wbsDiagram {
|
|
:depth(0) {
|
|
LineColor #C0D8E8
|
|
BackgroundColor #C0D8E8
|
|
}
|
|
:depth(1) {
|
|
LineColor #D8E5F0
|
|
BackgroundColor #D8E5F0
|
|
}
|
|
}
|
|
document {
|
|
BackgroundColor transparent
|
|
}
|
|
</style>
|
|
skinparam handwritten false
|
|
skinparam shadowing false
|
|
skinparam linetype ortho
|