From 1fe3640c28f7c0a97d9127b5dafc9e79b8659361 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 6 Sep 2025 16:01:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Use=20titles=20only=20for?= =?UTF-8?q?=20the=20article=20region?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-themes/defaultTheme/css/style.css | 16 +++++++++------- bl-themes/defaultTheme/php/header.php | 8 ++++---- bl-themes/defaultTheme/php/home.php | 6 +++--- bl-themes/defaultTheme/php/page.php | 4 ++-- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/bl-themes/defaultTheme/css/style.css b/bl-themes/defaultTheme/css/style.css index 2b0dbad1..1b30bfc9 100755 --- a/bl-themes/defaultTheme/css/style.css +++ b/bl-themes/defaultTheme/css/style.css @@ -58,13 +58,14 @@ header#main-header { } } } +} - hgroup { - margin: auto; - padding: 4rem; - p, h1 { - text-align: center; - } +#title-container { + margin: auto; + padding: 4rem; + p, h1 { + text-align: center; + margin-bottom: 0; } } @@ -261,6 +262,7 @@ hgroup { font-weight: 700 } +#site-title, h1, h2, h3, @@ -272,7 +274,7 @@ h6 { font-weight: 700 } -h1 { +h1, #site-title { font-size: 3rem } diff --git a/bl-themes/defaultTheme/php/header.php b/bl-themes/defaultTheme/php/header.php index 4b4e73ba..27dce649 100644 --- a/bl-themes/defaultTheme/php/header.php +++ b/bl-themes/defaultTheme/php/header.php @@ -1,13 +1,13 @@
-
+
-

toHTML('logo') ?>

+
toHTML('logo') ?>
-

title() ?>

+

title() ?>

description() ?>

-
+
\ No newline at end of file diff --git a/bl-themes/defaultTheme/php/home.php b/bl-themes/defaultTheme/php/home.php index 9b2c5d9c..42e6fafe 100644 --- a/bl-themes/defaultTheme/php/home.php +++ b/bl-themes/defaultTheme/php/home.php @@ -9,7 +9,7 @@ p('No pages found') ?> -

+

@@ -21,9 +21,9 @@ -

+

title(); ?> -

+ coverImage()) : ?> diff --git a/bl-themes/defaultTheme/php/page.php b/bl-themes/defaultTheme/php/page.php index fa23a8db..792aef72 100644 --- a/bl-themes/defaultTheme/php/page.php +++ b/bl-themes/defaultTheme/php/page.php @@ -5,9 +5,9 @@ -

+

title(); ?> -

+ coverImage()) : ?>