Try to apply WTF corporate design colors to the PlantUML wbs ('organigramm')

This commit is contained in:
maehw 2021-09-22 19:58:18 +02:00
parent 8739a3cb6d
commit 250e71ae90
3 changed files with 89 additions and 49 deletions

View File

@ -1,5 +1,25 @@
@startwbs
* WTF eG
<style>
wbsDiagram {
BackgroundColor transparent
node {
FontColor #000000
BackgroundColor #ECEFEB
LineColor #000000
Shadowing 0.0
}
rootnode {
FontColor #FD7800
}
arrow {
// note that connectors are actually "arrows" even if they don't look like arrows
LineColor #FD7800
LineThickness 2.5
}
}
</style>
* **WTF eG**
** Generalversammlung
@ -30,7 +50,7 @@
*****:AG Einkauf
[[mailto:einkauf@wtf-eg.de einkauf@wtf-eg.de]];
*****: AG Entwicklung
*****:AG Entwicklung
[[mailto:development@wtf-eg.de development@wtf-eg.de]];
******:Kompetenzinventar
@ -38,4 +58,4 @@
******:KoLe
[[https://git.wtf-eg.de/vorstand/KoLe-Repo Git-Repo]];
@endwbs
@endwbs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 106 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB