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

483 lines
5.7 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
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 14:19:20 +00:00
}
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
element {
2019-07-14 20:09:26 +00:00
Shadowing 4.0
2021-11-01 12:02:46 +00:00
title {
FontStyle bold
}
2019-07-14 20:09:26 +00:00
}
2022-02-01 20:21:45 +00:00
artifact {
Shadowing 4.0
}
node {
Shadowing 2.0
}
person {
Shadowing 2.0
}
queue {
Shadowing 2.0
}
rectangle {
Shadowing 3.0
}
stack {
Shadowing 3.0
}
storage {
Shadowing 3.0
}
boundary {
Shadowing 4.0
}
card {
Shadowing 3.0
}
cloud {
Shadowing 3.0
}
collections {
Shadowing 3.0
}
component {
Shadowing 4.0
}
database {
Shadowing 3.0
}
file {
Shadowing 3.0
}
frame {
Shadowing 3.0
}
folder {
Shadowing 3.0
}
group {
2022-02-01 20:21:45 +00:00
package {
LineThickness 1.5
LineColor black
}
folder {
LineThickness 1.5
LineColor black
}
}
group {
BackGroundColor transparent
2019-07-14 20:09:26 +00:00
}
sequenceDiagram {
group {
LineColor black
LineThickness 2.0
FontSize 11
FontStyle bold
}
2019-07-14 20:09:26 +00:00
groupHeader {
BackGroundColor #EEEEEE
LineColor black
FontSize 13
FontStyle bold
}
2019-07-14 20:09:26 +00:00
lifeLine {
BackGroundColor white
2021-12-07 18:15:43 +00:00
LineStyle 5
}
2019-07-14 20:09:26 +00:00
}
classDiagram {
2019-07-14 20:09:26 +00:00
}
2022-02-01 20:21:45 +00:00
visibilityIcon {
public {
LineColor #038048
BackgroundColor #84BE84
}
private {
LineColor #C82930
BackgroundColor #F24D5C
}
protected {
LineColor #B38D22
BackgroundColor #FFFF44
}
package {
LineColor #1963A0
BackgroundColor #4177AF
}
IEMandatory {
LineColor black
BackgroundColor black
}
}
spot {
spotAnnotation {
BackgroundColor #E3664A
}
spotAbstractClass {
BackgroundColor #A9DCDF
}
spotClass {
BackgroundColor #ADD1B2
}
spotInterface {
BackgroundColor #B4A7E5
}
spotEnum {
BackgroundColor #EB937F
}
spotEntity {
BackgroundColor #ADD1B2
}
}
2021-11-01 12:02:46 +00:00
stateDiagram {
state {
RoundCorner 25
}
element {
title {
FontStyle plain
}
}
}
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 {
2022-02-01 20:21:45 +00:00
Shadowing 3.0
BackgroundColor black
2019-08-26 17:07:21 +00:00
}
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
2021-06-27 16:50:40 +00:00
LineColor #C0C0C0
2021-04-07 18:02:23 +00:00
}
2021-04-25 20:59:17 +00:00
closed {
BackGroundColor #E0E8E8
FontColor #909898
}
task {
RoundCorner 0
Margin 2 2 2 2
Padding 0
}
2022-01-14 17:06:05 +00:00
undone {
BackGroundColor white
}
milestone {
Margin 2
Padding 3
}
2020-08-25 17:24:17 +00:00
}
usecase {
HorizontalAlignment center
}
2021-11-25 21:42:50 +00: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 21:42:50 +00:00
header {
FontStyle bold
}
2021-03-07 12:23:24 +00:00
highlight {
BackGroundColor #ccff02
}
}
}
2021-08-30 17:13:54 +00:00
timingDiagram {
arrow {
LineThickness 1.5
}
constraintArrow {
LineThickness 1.5
}
}
2021-09-15 21:03:09 +00:00
nwdiagDiagram {
network {
FontSize 12
Shadowing 1.0
}
server {
FontSize 12
}
group {
FontSize 12
BackGroundColor #ddd
}
arrow {
FontSize 11
}
2021-09-15 21:03:09 +00:00
}