Enhance presentation formatting and layout for improved readability

main
Lucas Strubel 2026-06-24 09:44:24 +02:00
parent 62db2c1724
commit 5bc65144b6
2 changed files with 39 additions and 16 deletions

View File

@ -7,26 +7,49 @@ header: 'Team 1 · Desktop-Fakturierungsanwendung'
footer: 'Abschlusspräsentation · Software Engineering 1 · 29.06.2026' footer: 'Abschlusspräsentation · Software Engineering 1 · 29.06.2026'
style: | style: |
section { section {
font-family: 'Calibri', 'Segoe UI', sans-serif;
font-size: 26px; font-size: 26px;
padding: 60px 70px; line-height: 1.5;
color: #1f2933; padding: 60px 72px;
color: #23282E;
background: #F6F6F4;
} }
h1 { color: #16466b; } h1, h2 { font-family: 'Cambria', 'Georgia', serif; letter-spacing: -0.01em; }
h2 { color: #16466b; border-bottom: 3px solid #d9a441; padding-bottom: 6px; } h1 { color: #23282E; }
h3 { color: #2a6f97; } h2 {
strong { color: #16466b; } color: #23282E; font-size: 38px;
table { font-size: 22px; } margin: 0 0 0.6em; padding: 0; border: none;
th { background: #16466b; color: #fff; } }
tr:nth-child(even) { background: #f2f5f8; } h3 {
code { background: #eef2f6; color: #16466b; } color: #A8782F; font-weight: 600; letter-spacing: 0.02em;
section.lead { justify-content: center; text-align: center; } margin: 0.2em 0 0.4em;
section.lead h1 { font-size: 52px; } }
strong { color: #23282E; }
a { color: #8A5E1E; }
code {
font-family: 'Consolas', monospace;
background: #ECECE8; color: #8A5E1E;
padding: 1px 5px; border-radius: 3px;
}
table { font-size: 22px; border-collapse: collapse; }
th { background: #23282E; color: #F6F6F4; padding: 8px 12px; text-align: left; }
td { padding: 7px 12px; }
tr:nth-child(even) { background: #ECECE8; }
blockquote {
background: #ECECE8; color: #707880; font-style: italic;
border: none; padding: 12px 18px; border-radius: 4px;
}
section.lead { justify-content: center; text-align: center;
background: #1B1F24; color: #F6F6F4; }
section.lead h1 { color: #F6F6F4; font-size: 54px; }
section.lead h3 { color: #D6B271; }
section.lead strong { color: #F6F6F4; }
section.divider { section.divider {
background: #16466b; color: #fff; justify-content: center; background: #1B1F24; color: #F6F6F4; justify-content: center;
} }
section.divider h1, section.divider h2 { color: #fff; border: none; } section.divider h1, section.divider h2 { color: #F6F6F4; border: none; }
section.divider h3 { color: #d9a441; } section.divider h3 { color: #D6B271; }
footer, header { color: #8a98a5; } footer, header { color: #707880; }
--- ---
<!-- _class: lead --> <!-- _class: lead -->