Skip to content

Instantly share code, notes, and snippets.

@atraining
Created February 4, 2026 01:55
Show Gist options
  • Select an option

  • Save atraining/892361f7c1ef49baeddf8568bd8ca329 to your computer and use it in GitHub Desktop.

Select an option

Save atraining/892361f7c1ef49baeddf8568bd8ca329 to your computer and use it in GitHub Desktop.
---
marp: true
paginate: true
header: 'Name | Kunde | Datum'
style: |
section{background:#0d1f2d;color:#f5f0eb;font-family:Georgia,serif;padding:40px 40px 10px 40px;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto 1fr;gap:0.4rem 1.5rem}section::before{grid-column:1/1}h2{color:#c45c3e;font-size:0.65em;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:1em 1em -1em 0em;grid-column:1/-1;grid-row:1;padding:1em 1em 1em 0em!important}h1{color:#f5f0eb;font-size:1.35em;font-weight:400;margin:0 0 0em 0;grid-column:1/-1;grid-row:2;line-height:1.2}header{color:rgba(255,255,255,0.5);font-size:0.55em}section::after{font-size:0.5em;color:rgba(255,255,255,0.4)}.left{font-size:0.75em;line-height:1.5}.right{font-size:0.55em;display:flex;flex-direction:column;gap:0.35rem}.right h4{color:rgba(255,255,255,0.6);font-size:0.8em;margin:0 0 0.15rem 0;font-weight:400}.box{background:rgba(255,255,255,0.05);padding:0.45rem 0.55rem;border-radius:5px;border-left:3px solid;line-height:1.35}.box.dimension-1{border-color:#3da47c}.box.dimension-2{border-color:#f59e0b}.box.dimension-3{border-color:#3b82f6}.box.empty{opacity:0.3;border-color:rgba(255,255,255,0.2)}.box strong{display:block;margin-bottom:0.3rem;color:#fff}.takeaway{position:absolute;bottom:25px;left:40px;right:80px;background:rgba(61,164,124,0.12);border-left:3px solid #3da47c;border-radius:0 4px 4px 0;padding:0.5rem 0.7rem;font-size:0.65em;font-style:italic;color:rgba(255,255,255,0.9)}pre{background:#1a2f3d!important;border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:0.8em!important;margin:0.5em 0}pre code{color:#a8d4c5!important;background:transparent!important;font-size:0.85em;line-height:1.4}code{background:rgba(255,255,255,0.15);color:#f5f0eb;padding:0.15em 0.35em;border-radius:3px;font-size:0.9em}table{font-size:0.85em;width:100%;border-collapse:collapse;margin:0.5em 0}table th{background:#1a2f3d!important;color:#f5f0eb!important;border:1px solid rgba(255,255,255,0.25)!important;padding:0.5em 0.7em!important;text-align:left;font-weight:600}table td{background:#152736!important;color:#f5f0eb!important;border:1px solid rgba(255,255,255,0.2)!important;padding:0.4em 0.6em!important;text-align:left}table tr:nth-child(odd) td{background:#0d1f2d!important}a{color:#3da47c}strong{color:#fff}blockquote{border-left:3px solid #c45c3e;padding-left:1em;margin:0.5em 0;font-style:italic;color:rgba(255,255,255,0.8)}ul,ol{margin:0.3em 0;padding-left:1.2em}li{margin:0.2em 0}section.title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}section.title h2{color:#3da47c;padding:0!important;margin:0 0 0.3em 0}section.title h1{font-size:1.8em;margin-bottom:0.5em}section.title p{font-size:1em;color:rgba(255,255,255,0.7);font-style:italic}
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment