mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-26 06:46:45 +00:00
Merge pull request #753 from bschwarz/master
will add style tags so mindmap and wbs render in correct theme colors, and removes resume-light theme
This commit is contained in:
commit
097afdf233
@ -181,6 +181,58 @@ skinparam useBetaStyle false
|
|||||||
!_PATCH = "<color #b5bd00>PATCH</color>"
|
!_PATCH = "<color #b5bd00>PATCH</color>"
|
||||||
!_HEAD = "<color #9012fe>HEAD</color>"
|
!_HEAD = "<color #9012fe>HEAD</color>"
|
||||||
''
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
skinparam defaultFontName "Verdana"
|
skinparam defaultFontName "Verdana"
|
||||||
|
@ -106,7 +106,58 @@ skinparam {
|
|||||||
TitleFontSize 18
|
TitleFontSize 18
|
||||||
' TitleFontColor $PRIMARY_TEXT
|
' TitleFontColor $PRIMARY_TEXT
|
||||||
}
|
}
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -71,7 +71,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $SECONDARY_DARK
|
BorderColor $SECONDARY_DARK
|
||||||
BackgroundColor $WHITE-#fefefe
|
BackgroundColor $WHITE-#fefefe
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -77,7 +77,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $BGCOLOR
|
BackgroundColor $BGCOLOR
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -81,7 +81,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,55 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $BGCOLOR
|
BackgroundColor $BGCOLOR
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY
|
BackgroundColor $PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -56,7 +56,58 @@ skinparam useBetaStyle false
|
|||||||
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -67,7 +67,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_LIGHT
|
BorderColor $PRIMARY_LIGHT
|
||||||
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -80,7 +80,55 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $BGCOLOR
|
BackgroundColor $BGCOLOR
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -79,7 +79,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
BackgroundColor $PRIMARY_LIGHT-$PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $PRIMARY_LIGHT
|
BackgroundColor $PRIMARY_LIGHT
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
''
|
|
||||||
'' Author: Brett Schwarz
|
|
||||||
''
|
|
||||||
|
|
||||||
!$THEME = "resume-light"
|
|
||||||
|
|
||||||
!if %not(%variable_exists("$BGCOLOR"))
|
|
||||||
!$BGCOLOR = "transparent"
|
|
||||||
!endif
|
|
||||||
|
|
||||||
skinparam backgroundColor $BGCOLOR
|
|
||||||
skinparam useBetaStyle false
|
|
||||||
|
|
||||||
|
|
||||||
skinparam {
|
|
||||||
skinparam defaultFontName "Verdana"
|
|
||||||
skinparam defaultFontSize 12
|
|
||||||
defaultTextAlignment center
|
|
||||||
shadowing false
|
|
||||||
RoundCorner 10
|
|
||||||
TitleFontSize 18
|
|
||||||
}
|
|
||||||
<style>
|
|
||||||
wbsDiagram {
|
|
||||||
LineColor #f0f0f0
|
|
||||||
BorderThickness 3
|
|
||||||
BackgroundColor #f9f9f9
|
|
||||||
FontColor #6a9fb5
|
|
||||||
:depth(0) {
|
|
||||||
fontSize 16
|
|
||||||
fontStyle bold
|
|
||||||
}
|
|
||||||
:depth(1) {
|
|
||||||
fontSize 14
|
|
||||||
padding 5
|
|
||||||
fontStyle bold
|
|
||||||
}
|
|
||||||
:depth(2) {
|
|
||||||
fontSize 12
|
|
||||||
padding 3
|
|
||||||
}
|
|
||||||
:depth(3) {
|
|
||||||
fontSize 10
|
|
||||||
padding 2
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY
|
BackgroundColor $PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -67,7 +67,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_LIGHT
|
BorderColor $PRIMARY_LIGHT
|
||||||
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -87,7 +87,55 @@ skinparam shadowing false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $BGCOLOR
|
BackgroundColor $BGCOLOR
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -87,7 +87,58 @@ skinparam shadowing false
|
|||||||
BorderColor $PRIMARY
|
BorderColor $PRIMARY
|
||||||
BackgroundColor $PRIMARY_LIGHT
|
BackgroundColor $PRIMARY_LIGHT
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY_LIGHT-$PRIMARY_DARK
|
BackgroundColor $PRIMARY_LIGHT-$PRIMARY_DARK
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,55 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $BGCOLOR
|
BackgroundColor $BGCOLOR
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY
|
BackgroundColor $PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
@ -85,7 +85,58 @@ skinparam useBetaStyle false
|
|||||||
BorderColor $PRIMARY_DARK
|
BorderColor $PRIMARY_DARK
|
||||||
BackgroundColor $PRIMARY
|
BackgroundColor $PRIMARY
|
||||||
!endprocedure
|
!endprocedure
|
||||||
|
''
|
||||||
|
'' Style settings
|
||||||
|
''
|
||||||
|
<style>
|
||||||
|
root {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $PRIMARY_TEXT
|
||||||
|
HyperLinkColor $ORANGE
|
||||||
|
LineColor $PRIMARY_DARK
|
||||||
|
LineThickness 1
|
||||||
|
Margin 10
|
||||||
|
Padding 6
|
||||||
|
Shadowing 0.0
|
||||||
|
}
|
||||||
|
node {
|
||||||
|
Padding 15
|
||||||
|
roundcorner 20
|
||||||
|
BackgroundColor $PRIMARY-$PRIMARY_DARK
|
||||||
|
}
|
||||||
|
caption {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
groupHeader {
|
||||||
|
BackgroundColor $SECONDARY
|
||||||
|
FontColor $INFO
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
LineThickness 0
|
||||||
|
}
|
||||||
|
referenceHeader {
|
||||||
|
BackgroundColor $BGCOLOR
|
||||||
|
FontColor $DARK
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
separator {
|
||||||
|
BackgroundColor $FGCOLOR
|
||||||
|
FontColor $BGCOLOR
|
||||||
|
FontStyle bold
|
||||||
|
}
|
||||||
|
title {
|
||||||
|
FontSize 20
|
||||||
|
BorderRoundCorner 8
|
||||||
|
BorderThickness 1
|
||||||
|
BackgroundColor $SECONDARY_LIGHT-$SECONDARY
|
||||||
|
FontColor $PRIMARY
|
||||||
|
BorderColor $SECONDARY
|
||||||
|
}
|
||||||
|
</style>
|
||||||
''
|
''
|
||||||
'' Global Default Values
|
'' Global Default Values
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user