1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-01-24 15:48:28 +00:00
plantuml/skin/plantuml.skin

375 lines
4.4 KiB
Plaintext
Raw Normal View History

2019-08-26 19:07:21 +02:00
root {
2019-07-14 22:09:26 +02:00
FontName SansSerif
2019-08-26 19:07:21 +02:00
HyperLinkColor blue
2019-07-14 22:09:26 +02: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 16:19:20 +02:00
document {
BackGroundColor White
header {
HorizontalAlignment right
FontSize 10
FontColor #888888
BackGroundColor none
LineColor none
}
title {
HorizontalAlignment center
FontSize 14
FontStyle bold
Padding 5
Margin 5
LineColor none
BackGroundColor none
}
footer {
HorizontalAlignment center
FontSize 10
FontColor #888888
BackGroundColor none
LineColor none
}
legend {
LineColor black
BackGroundColor #DDDDDD
FontSize 14
RoundCorner 15
Padding 6
Margin 8
}
caption {
HorizontalAlignment center
FontSize 14
Padding 0
Margin 1
LineColor none
BackGroundColor none
}
2020-05-10 16:19:20 +02:00
}
2019-08-26 19:07:21 +02:00
stereotype {
2019-07-14 22:09:26 +02:00
FontStyle italic
}
2019-08-26 19:07:21 +02:00
element {
2019-07-14 22:09:26 +02:00
Shadowing 4.0
2021-11-01 13:02:46 +01:00
title {
FontStyle bold
}
2019-07-14 22:09:26 +02:00
}
group {
BackGroundColor white
2019-07-14 22:09:26 +02:00
}
sequenceDiagram {
group {
LineColor black
LineThickness 2.0
FontSize 11
FontStyle bold
}
2019-07-14 22:09:26 +02:00
groupHeader {
BackGroundColor #EEEEEE
LineColor black
FontSize 13
FontStyle bold
}
2019-07-14 22:09:26 +02:00
lifeLine {
BackGroundColor white
}
2019-07-14 22:09:26 +02:00
}
classDiagram {
2019-07-14 22:09:26 +02:00
}
2021-11-01 13:02:46 +01:00
stateDiagram {
state {
RoundCorner 25
}
element {
title {
FontStyle plain
}
}
}
2019-08-26 19:07:21 +02:00
destroy {
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02: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 22:09:26 +02:00
FontStyle bold
2019-08-26 19:07:21 +02:00
LineThickness 2.0
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
box {
2019-07-14 22:09:26 +02:00
BackGroundColor #DDDDDD
FontSize 13
FontStyle bold
}
2019-08-26 19:07:21 +02:00
separator {
2019-07-14 22:09:26 +02:00
LineColor black
LineThickness 2.0
BackGroundColor #EEEEEE
FontSize 13
FontStyle bold
}
2019-08-26 19:07:21 +02:00
delay {
FontSize 11
FontStyle plain
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
participant {
2019-07-14 22:09:26 +02:00
LineThickness 1.5
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
actor {
2019-07-14 22:09:26 +02:00
LineThickness 2.0
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
boundary {
2019-09-14 20:12:04 +02:00
LineThickness 2.0
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
control {
2019-09-14 20:12:04 +02:00
LineThickness 2.0
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
entity {
2019-09-14 20:12:04 +02:00
LineThickness 2.0
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
queue {
2019-09-14 20:12:04 +02:00
LineThickness 2.0
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
database {
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
collections {
2019-09-14 20:12:04 +02:00
LineThickness 1.5
2019-09-22 19:20:16 +02:00
HorizontalAlignment center
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
swimlane {
BackGroundColor none
LineColor black
LineThickness 2
FontSize 18
2019-07-14 22:09:26 +02:00
}
2019-08-26 19:07:21 +02:00
diamond {
Shadowing 3.0
}
arrow {
2019-07-14 22:09:26 +02:00
FontSize 13
}
2019-08-26 19:07:21 +02:00
note {
2019-07-14 22:09:26 +02:00
FontSize 13
BackGroundColor #FBFB77
2019-08-26 19:07:21 +02: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 {
2021-11-22 20:04:09 +01:00
BackgroundColor black
2019-08-26 19:07:21 +02:00
}
circle {
LineColor black
Shadowing 3.0
}
2020-08-25 19:24:17 +02:00
task {
FontSize 11
}
milestone {
FontSize 11
BackGroundColor black
LineColor black
}
ganttDiagram {
2021-04-07 20:02:23 +02:00
arrow {
LineThickness 1.5
}
2020-08-25 19:24:17 +02:00
note {
FontSize 9
Shadowing 0.0
}
2021-04-07 20:02:23 +02:00
separator {
FontSize 11
FontStyle plain
BackGroundColor transparent
Margin 5
Padding 5
}
timeline {
BackgroundColor transparent
2021-06-27 18:50:40 +02:00
LineColor #C0C0C0
2021-04-07 20:02:23 +02:00
}
2021-04-25 22:59:17 +02:00
closed {
BackGroundColor #E0E8E8
FontColor #909898
}
task {
RoundCorner 0
Margin 2 2 2 2
Padding 0
}
milestone {
Margin 2
Padding 3
}
2020-08-25 19:24:17 +02:00
}
usecase {
HorizontalAlignment center
}
2021-11-25 22:42:50 +01:00
yamlDiagram,jsonDiagram {
BackGroundColor white
FontColor black
LineColor black
arrow {
LineThickness 1
LineStyle 3;3
}
node {
LineThickness 1.5
RoundCorner 10
separator {
LineThickness 1
}
2021-11-25 22:42:50 +01:00
header {
FontStyle bold
}
2021-03-07 13:23:24 +01:00
highlight {
BackGroundColor #ccff02
}
}
}
2021-08-30 19:13:54 +02:00
timingDiagram {
arrow {
LineThickness 1.5
}
constraintArrow {
LineThickness 1.5
}
}
2021-09-15 23:03:09 +02:00
nwdiagDiagram {
network {
FontSize 12
Shadowing 1.0
}
server {
FontSize 12
}
group {
FontSize 12
BackGroundColor #ddd
}
arrow {
FontSize 11
}
2021-09-15 23:03:09 +02:00
}