From 79f1d3f086621b130771b7fd8429fe58a68449a4 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 18 Mar 2026 12:14:35 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=B2=D1=83=D1=8E=20=D1=81=D1=85?= =?UTF-8?q?=D0=B5=D0=BC=D1=83=20=D0=B1=D0=BB=D0=BE=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 12 ++++++++---- assets/css/paper.css | 19 ++++++++++++------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 99c1d4e..81f41d5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -121,9 +121,13 @@ pre { padding: 0.5rem; } -article { - border-radius: var(--border-radius); - box-shadow: var(--shadow); +time { + width: 100%; + text-align: right; + color: #a0a0a0; + font-size: 10pt; + border-top: 1px dotted #909090; + margin-top: 5px; } img { @@ -148,4 +152,4 @@ a.btn-primary { a.btn-primary:hover { background-color: color-mix(in srgb, var(--link-color) 10%, transparent); -} +} \ No newline at end of file diff --git a/assets/css/paper.css b/assets/css/paper.css index a1319d8..1a822c2 100644 --- a/assets/css/paper.css +++ b/assets/css/paper.css @@ -32,17 +32,18 @@ h6 { @media (prefers-color-scheme: dark) { :root { - --bg: #1e1e1e; - --surface: #262626; - --border: #2a2a2a; - --text: #e0e0e0; - --text-secondary: #a8a8a8; + --bg: #010101; + --surface: #000; + --border: #909090; + --text: #a0a0a0; + --text-secondary: #909090; --shadow: 0 2px 8px rgba(0, 0, 0, 0.2); - --link-color: rgb(103, 158, 254); + --link-color: #909090; } } @media print { + *, *:before, *:after, @@ -143,10 +144,12 @@ img { line-height: 1.5; padding: 0 0.5em; } + header, footer { padding: 0 0.5rem; } + article { padding: 0.5em; } @@ -158,10 +161,12 @@ img { line-height: 1.4; padding: 0 0.1em; } + header, footer { padding: 0 0.1rem; } + article { padding: 0.5em 0.1em; } @@ -171,4 +176,4 @@ pre, code { max-width: 100%; overflow-x: scroll; -} +} \ No newline at end of file -- cgit v1.2.3