From 176cff1154a41aa29630507c45a07b71d4c368dc Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 20 Oct 2024 11:06:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/html/wallpaper.html | 1 + src/web/static/css/wallpaper.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/web/html/wallpaper.html b/src/web/html/wallpaper.html index 541724f..27c2ddb 100644 --- a/src/web/html/wallpaper.html +++ b/src/web/html/wallpaper.html @@ -43,6 +43,7 @@

{{info.title}}

+

Date: {{ info.date }}

{% if info.copyright %} {% endif %} diff --git a/src/web/static/css/wallpaper.css b/src/web/static/css/wallpaper.css index fc3e5b2..2fefbeb 100644 --- a/src/web/static/css/wallpaper.css +++ b/src/web/static/css/wallpaper.css @@ -23,9 +23,10 @@ img { text-align: center; } - .copyright { + .copyright, .date { font-size: 110%; width: 90%; + margin-top: 2%; } p { @@ -70,7 +71,7 @@ img { width: 90%; } - .copyright { + .copyright, .date { font-size: 125%; width: 90%; } @@ -113,7 +114,7 @@ img { margin-top: 2%; } - .copyright { + .copyright, .date { font-size: 150%; width: 90%; } @@ -151,7 +152,7 @@ img { width: 90%; } - .copyright { + .copyright, .date { font-size: 120%; }