IT-Infrastruktur Mermaid: Querformat + Styling

Layout auf LR gedreht (90 Grad), Verbindungslinien dicker (2.5px),
Box-Hintergruende kraeftiger eingefaerbt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Knorr
2026-06-22 07:26:29 +00:00
parent 1acc9e2ad9
commit c0af235e3d

View File

@@ -7,7 +7,7 @@
> sinngemäß gesetzt bitte gegen das Original prüfen. > sinngemäß gesetzt bitte gegen das Original prüfen.
```mermaid ```mermaid
flowchart TB flowchart LR
INT(("Internet")):::net INT(("Internet")):::net
subgraph PFB["Standort Pferdebachstr. · 10.128.40.0/24"] subgraph PFB["Standort Pferdebachstr. · 10.128.40.0/24"]
@@ -46,7 +46,7 @@ flowchart TB
end end
subgraph SW["Client-Software (Standard)"] subgraph SW["Client-Software (Standard)"]
direction LR direction TB
S1["Win11 · M365 Office + Teams + 1Password"]:::sw S1["Win11 · M365 Office + Teams + 1Password"]:::sw
S2["Sophos Endpoint Agent"]:::sw S2["Sophos Endpoint Agent"]:::sw
S3["Softphone inopla"]:::sw S3["Softphone inopla"]:::sw
@@ -69,10 +69,12 @@ flowchart TB
INO -.-> S3 INO -.-> S3
VOIP -.-> INO VOIP -.-> INO
classDef net fill:#e7e7ff,stroke:#779; classDef net fill:#b9b9f0,stroke:#4a4a99,stroke-width:1.5px;
classDef fw fill:#ffd9d9,stroke:#c55,stroke-width:2px; classDef fw fill:#f29a9a,stroke:#a33,stroke-width:2px;
classDef dev fill:#fff,stroke:#aaa; classDef dev fill:#e2e2e2,stroke:#888;
classDef wifi fill:#e3f3e3,stroke:#5a5; classDef wifi fill:#a9dca9,stroke:#3a7a3a;
classDef sw fill:#fff3cd,stroke:#cb5; classDef sw fill:#ffdb7a,stroke:#b8860b;
classDef cloud fill:#d9ecff,stroke:#48c; classDef cloud fill:#9ccdf5,stroke:#2a72b5;
linkStyle default stroke:#444,stroke-width:2.5px;
``` ```