NiciBrain/index.html

47 lines
2.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NiciBrain — Dokumentation</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f0f2f5;color:#1a1a2e;line-height:1.6;padding:2rem 1rem}
.container{max-width:800px;margin:0 auto}
header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:white;padding:2rem;border-radius:12px;margin-bottom:2rem;text-align:center}
header h1{font-size:1.6rem;margin-bottom:.3rem}
header p{opacity:.8;font-size:.95rem}
.section{background:white;border-radius:10px;margin-bottom:1.2rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.section-header{background:#16213e;color:white;padding:.8rem 1.2rem;font-size:1rem;font-weight:600}
.file-list{list-style:none;padding:0}
.file-list li{padding:.7rem 1.2rem;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}
.file-list li:last-child{border-bottom:none}
.file-list li:hover{background:#f7f9fc}
.file-list a{color:#16213e;font-weight:500;text-decoration:none}
.file-list a:hover{color:#e67e22}
.file-desc{font-size:.8rem;color:#666}
footer{text-align:center;padding:2rem;color:#999;font-size:.8rem}
</style>
</head>
<body>
<div class="container">
<header><h1>NiciBrain — Dokumentation</h1><p>Locosoft &amp; Lexware Lohn und Gehalt</p></header>
<div class="section">
<div class="section-header">Locosoft DMS</div>
<ul class="file-list">
<li><div><a href="locosoft-shortcuts.html">Tastenkombinationen (Übersicht)</a><br><span class="file-desc">F1F24, Alt-Kombinationen, programmspezifische Tasten</span></div></li>
<li><div><a href="locosoft-shortcuts-ausfuehrlich.html">Tastenkombinationen (Ausführlich)</a><br><span class="file-desc">Detaillierte Beschreibungen mit Tipps für Einsteiger</span></div></li>
<li><div><a href="locosoft-programmnummern.html">Programmnummern (Pr. xxx)</a><br><span class="file-desc">Übersicht aller Programmnummern nach Kategorien</span></div></li>
</ul>
</div>
<div class="section">
<div class="section-header">Lexware Lohn und Gehalt</div>
<ul class="file-list">
<li><div><a href="lexware-anleitung.html">Schritt-für-Schritt-Anleitung</a><br><span class="file-desc">Mitarbeiter-Neuanlage, Lohnabrechnung, Monatswechsel, Bescheinigungen</span></div></li>
<li><div><a href="lexware-arbeitsamt.html">Meldung für das Arbeitsamt</a><br><span class="file-desc">Anmeldungen, Abmeldungen, Änderungsmeldungen für die Bundesagentur für Arbeit</span></div></li>
</ul>
</div>
<footer>Erstellt am 02.06.2026 · <a href="https://forgejo.ccpn.cc/xray/NiciBrain">Zum Repository</a></footer>
</div>
</body>
</html>