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'
style: |
section {
font-family: 'Calibri', 'Segoe UI', sans-serif;
font-size: 26px;
padding: 60px 70px;
color: #1f2933;
line-height: 1.5;
padding: 60px 72px;
color: #23282E;
background: #F6F6F4;
}
h1 { color: #16466b; }
h2 { color: #16466b; border-bottom: 3px solid #d9a441; padding-bottom: 6px; }
h3 { color: #2a6f97; }
strong { color: #16466b; }
table { font-size: 22px; }
th { background: #16466b; color: #fff; }
tr:nth-child(even) { background: #f2f5f8; }
code { background: #eef2f6; color: #16466b; }
section.lead { justify-content: center; text-align: center; }
section.lead h1 { font-size: 52px; }
h1, h2 { font-family: 'Cambria', 'Georgia', serif; letter-spacing: -0.01em; }
h1 { color: #23282E; }
h2 {
color: #23282E; font-size: 38px;
margin: 0 0 0.6em; padding: 0; border: none;
}
h3 {
color: #A8782F; font-weight: 600; letter-spacing: 0.02em;
margin: 0.2em 0 0.4em;
}
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 {
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 h3 { color: #d9a441; }
footer, header { color: #8a98a5; }
section.divider h1, section.divider h2 { color: #F6F6F4; border: none; }
section.divider h3 { color: #D6B271; }
footer, header { color: #707880; }
---
<!-- _class: lead -->