From b3cb3c68d55a47082b8144ba2ec3d576727d6ad7 Mon Sep 17 00:00:00 2001 From: Bruno Vellutini Date: Tue, 13 Jun 2023 23:17:52 +0200 Subject: [PATCH] Move maintitle/tagline styles to header.css, #183 --- meta/static/css/header.css | 14 ++++++++++++-- meta/static/css/style.css | 32 -------------------------------- 2 files changed, 12 insertions(+), 34 deletions(-) diff --git a/meta/static/css/header.css b/meta/static/css/header.css index bd99b78b..6c218b47 100644 --- a/meta/static/css/header.css +++ b/meta/static/css/header.css @@ -1,6 +1,7 @@ #mainheader { display: flex; justify-content: space-between; + margin:0 0 2em 0; } #logo-container { @@ -23,12 +24,21 @@ } #maintitle { - margin: 0; + margin: 0; + font-weight:bold; + font-size:4.5em; + padding:0; } #tagline { padding: 0 0 0 9px; text-align: initial; + color:#666666; + font-size:1em; + text-transform:uppercase; + font-weight:lighter; + display:block; + margin:-15px 0 0 0; } #stats-search { @@ -128,4 +138,4 @@ #stats { font-size: .6rem; } -} \ No newline at end of file +} diff --git a/meta/static/css/style.css b/meta/static/css/style.css index c1709955..7a13b968 100755 --- a/meta/static/css/style.css +++ b/meta/static/css/style.css @@ -625,38 +625,6 @@ Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ /* HEADER */ -#mainheader { - margin:0 0 2em 0; -} - -#maintitle, #tagline { - padding:0; - font-weight:normal; - color:#222222; -} - -#maintitle { - font-weight:bold; - font-size:4.5em; - margin:0 20px 0 0; -} - -#tagline { - color:#666666; - font-size:1em; - text-transform:uppercase; - font-weight:lighter; - display:block; - margin:-15px 0 0 0; - padding: 0 24px 0 82px; - text-align:center; -} - -#logo { - float:left; - width:75px; - margin:17px 0 0 0; -} #admin { padding:0 4px;