forked from plantuml-stdlib/Azure-PlantUML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureRaw.puml
33 lines (25 loc) · 1023 Bytes
/
AzureRaw.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
' Azure-PlantUML, version 2.1.0
' https://github.com/plantuml-stdlib/Azure-PlantUML
' Colors
' ##################################
!define AZURE_COLOR #0072C6
!define AZURE_BG_COLOR #FFFFFF
!define AZURE_BORDER_COLOR #3C7FC0
!define AZURE_SYMBOL_COLOR AZURE_COLOR
' Styling
' ##################################
!define TECHN_FONT_SIZE 12
!definelong AzureEntityColoring(e_stereo)
skinparam rectangle<<e_stereo>> {
BackgroundColor AZURE_BG_COLOR
BorderColor AZURE_BORDER_COLOR
}
!enddefinelong
' Elements
' ##################################
!definelong AzureEntity(e_alias, e_label, e_techn, e_color, e_sprite, e_stereo)
rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//" <<e_stereo>> as e_alias
!enddefinelong
!definelong AzureEntity(e_alias, e_label, e_techn, e_descr, e_color, e_sprite, e_stereo)
rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//\n\n e_descr" <<e_stereo>> as e_alias
!enddefinelong