1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-28 14:10:48 +00:00
plantuml/skin/plantuml.skin

337 lines
3.8 KiB
Plaintext
Raw Normal View History

2019-08-26 17:07:21 +00:00
root {
2019-07-14 20:09:26 +00:00
FontName SansSerif
2019-08-26 17:07:21 +00:00
HyperLinkColor blue
2019-07-14 20:09:26 +00:00
FontColor black
FontSize 14
FontStyle plain
HorizontalAlignment left
RoundCorner 0
DiagonalCorner 0
LineThickness 1.0
LineColor #A80036
BackGroundColor #FEFECE
Shadowing 0.0
}
2020-05-10 14:19:20 +00:00
document {
BackGroundColor White
}
2019-08-26 17:07:21 +00:00
stereotype {
2019-07-14 20:09:26 +00:00
FontStyle italic
}
2019-08-26 17:07:21 +00:00
title {
2019-07-14 20:09:26 +00:00
HorizontalAlignment center
FontSize 14
FontStyle bold
2019-09-14 18:12:04 +00:00
Padding 5
Margin 5
2019-07-14 20:09:26 +00:00
LineColor none
BackGroundColor none
}
2019-08-26 17:07:21 +00:00
header {
HorizontalAlignment right
2019-07-14 20:09:26 +00:00
FontSize 10
FontColor #888888
2019-08-26 17:07:21 +00:00
BackGroundColor none
LineColor none
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
footer {
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
FontSize 10
FontColor #888888
2019-08-26 17:07:21 +00:00
BackGroundColor none
LineColor none
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
legend {
2019-07-14 20:09:26 +00:00
LineColor black
BackGroundColor #DDDDDD
FontSize 14
RoundCorner 15
Padding 6
Margin 8
}
2019-08-26 17:07:21 +00:00
caption {
2019-07-14 20:09:26 +00:00
HorizontalAlignment center
FontSize 14
Padding 0
Margin 1
LineColor none
BackGroundColor none
}
2019-08-26 17:07:21 +00:00
element {
2019-07-14 20:09:26 +00:00
Shadowing 4.0
}
2019-08-26 17:07:21 +00:00
sequenceDiagram {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
classDiagram {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
group {
BackGroundColor white
2019-07-14 20:09:26 +00:00
LineColor black
LineThickness 2.0
FontSize 11
FontStyle bold
}
2019-08-26 17:07:21 +00:00
groupHeader {
2019-07-14 20:09:26 +00:00
BackGroundColor #EEEEEE
LineColor black
FontSize 13
FontStyle bold
}
2019-08-26 17:07:21 +00:00
lifeLine {
BackGroundColor white
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
destroy {
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
reference {
FontSize 12
LineColor black
BackGroundColor while
LineThickness 2.0
HorizontalAlignment center
}
referenceHeader {
LineColor black
BackGroundColor #EEEEEE
FontColor black
FontSize 13
2019-07-14 20:09:26 +00:00
FontStyle bold
2019-08-26 17:07:21 +00:00
LineThickness 2.0
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
box {
2019-07-14 20:09:26 +00:00
BackGroundColor #DDDDDD
FontSize 13
FontStyle bold
}
2019-08-26 17:07:21 +00:00
separator {
2019-07-14 20:09:26 +00:00
LineColor black
LineThickness 2.0
BackGroundColor #EEEEEE
FontSize 13
FontStyle bold
}
2019-08-26 17:07:21 +00:00
delay {
FontSize 11
FontStyle plain
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
participant {
2019-07-14 20:09:26 +00:00
LineThickness 1.5
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
actor {
2019-07-14 20:09:26 +00:00
LineThickness 2.0
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
boundary {
2019-09-14 18:12:04 +00:00
LineThickness 2.0
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
control {
2019-09-14 18:12:04 +00:00
LineThickness 2.0
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
entity {
2019-09-14 18:12:04 +00:00
LineThickness 2.0
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
queue {
2019-09-14 18:12:04 +00:00
LineThickness 2.0
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
database {
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
collections {
2019-09-14 18:12:04 +00:00
LineThickness 1.5
2019-09-22 17:20:16 +00:00
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
swimlane {
BackGroundColor none
LineColor black
LineThickness 2
FontSize 18
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
diamond {
Shadowing 3.0
}
arrow {
2019-07-14 20:09:26 +00:00
FontSize 13
}
2019-08-26 17:07:21 +00:00
note {
2019-07-14 20:09:26 +00:00
FontSize 13
BackGroundColor #FBFB77
2019-08-26 17:07:21 +00:00
}
partition {
}
circle {
}
mindmapDiagram {
}
mindmapDiagram {
node {
Padding 10
Margin 10
RoundCorner 25
LineThickness 1.5
}
arrow {
LineThickness 1.0
}
}
wbsDiagram {
Padding 10
Margin 15
RoundCorner 0
LineThickness 1.5
FontSize 12
}
activityDiagram {
Shadowing 3.0
}
activityDiagram {
activity {
LineThickness 1.5
Padding 10
FontSize 12
RoundCorner 25
}
partition {
LineColor black
BackgroundColor none
}
diamond {
FontSize 11
}
arrow {
FontSize 11
}
}
activityBar {
LineColor black
}
circle {
LineColor black
Shadowing 3.0
}
2020-08-25 17:24:17 +00:00
task {
FontSize 11
}
milestone {
FontSize 11
BackGroundColor black
LineColor black
}
ganttDiagram {
2021-04-07 18:02:23 +00:00
arrow {
LineThickness 1.5
}
2020-08-25 17:24:17 +00:00
note {
FontSize 9
Shadowing 0.0
}
2021-04-07 18:02:23 +00:00
separator {
FontSize 11
FontStyle plain
BackGroundColor transparent
Margin 5
Padding 5
}
timeline {
BackgroundColor transparent
}
2020-08-25 17:24:17 +00:00
}
usecase {
HorizontalAlignment center
}
yamlDiagram {
arrow {
LineThickness 1
LineStyle 3;3
}
node {
LineThickness 1.5
RoundCorner 10
separator {
LineThickness 1
LineColor #A80036
}
2021-04-04 10:31:53 +00:00
highlight {
BackGroundColor #ccff02
}
}
}
jsonDiagram {
arrow {
LineThickness 1
LineStyle 3;3
}
node {
LineThickness 1.5
RoundCorner 10
separator {
LineThickness 1
LineColor #A80036
}
2021-03-07 12:23:24 +00:00
highlight {
BackGroundColor #ccff02
}
}
}