diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-23 12:20:41 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-23 12:20:41 +0000 |
| commit | ab4ddd450c1a471bda5a8251a4842d5706690d4e (patch) | |
| tree | 345833d7df7207169209c71e0bf481221a954fde /files/header | |
| parent | 7679ff6e684ad0762ec669c10c849b6322c14e8c (diff) | |
| parent | 4ac0d1a9322d12a1f4b6a57a39183c301279f7b2 (diff) | |
| download | alicelinux-ab4ddd450c1a471bda5a8251a4842d5706690d4e.tar.gz alicelinux-ab4ddd450c1a471bda5a8251a4842d5706690d4e.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'files/header')
| -rw-r--r-- | files/header | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/files/header b/files/header index 62c3186f..5faa51d9 100644 --- a/files/header +++ b/files/header @@ -5,18 +5,30 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - @TITLE@</title> <style> + :root { + color-scheme: dark; + } body { font-family: monospace; font-size: 14px; line-height: 1.25; - max-width: 60em; + max-width: 92ch; margin-left: auto; margin-right: auto; - padding-left: 1em; - padding-right: 1em; + padding: 1em; background-color: #242424; color: #fefefe; } + h1 { + margin: 0 0 0.35em; + font-size: 2rem; + line-height: 1.1; + } + h2, h3, h4 { + line-height: 1.2; + margin-top: 1.4em; + margin-bottom: 0.5em; + } pre { background-color: #2b2b2b; border-radius: 3px; @@ -38,16 +50,21 @@ table { width: 100%; border-collapse: collapse; + margin: 0.75rem 0; } th, td { padding: 4px; } th { background-color: #221e1f; + text-align: left; } table, th, td { border: 1px dashed #e7e8eb; } + table thead th { + border-bottom-color: #e7e8eb; + } a { color: #90cbf9; text-decoration: none @@ -56,10 +73,16 @@ color: #869edc; text-decoration: underline } + blockquote { + margin: 1rem 0; + padding-left: 1rem; + border-left: 2px solid rgba(254, 254, 254, 0.18); + color: #d0d0d0; + } </style> </head> <body> <div class="centered-wrapper"> <h1>@TITLE@</h1> - <a href="/">home</a> / <a href="/docs">docs</a> / <a href="https://codeberg.org/emmett1/alicelinux">development</a> / <a href="https://sourceforge.net/projects/alice-linux/files/">download</a> / <a href="/community.html">community</a> / <a href="/donate.html">donate</a> + <a href="/">home</a> / <a href="/docs">docs</a> / <a href="/ports.html">ports</a> / <a href="https://codeberg.org/emmett1/alicelinux">development</a> / <a href="https://sourceforge.net/projects/alice-linux/files/">download</a> / <a href="/community.html">community</a> / <a href="/donate.html">donate</a> <hr> |