From: eggy Date: Sat, 22 Jul 2017 21:29:38 +0000 (+0200) Subject: header etwas kleiner X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d2c30dbe763605fb8b1ecbef40a5f492e16963b4;p=dfde-theme.git header etwas kleiner --- diff --git a/theme/colours.css b/theme/colours.css index 11180cd..ecaf2d4 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -11,7 +11,7 @@ html, body { h1 { color: #606060; font-family: "Bitstream Vera Serif",Georgia,Palatino,serif; - font-size: 40px; + font-size: 32px; font-weight: 100; } @@ -92,7 +92,7 @@ a:hover { color: #d3111a; } background-color: #f0f0f0; border-bottom: 1px solid #b0b0b0; color: #707070; - margin-bottom: 4px; + margin-bottom: 2px; padding: 0 5px; } diff --git a/theme/common.css b/theme/common.css index af83f29..6210ed9 100644 --- a/theme/common.css +++ b/theme/common.css @@ -202,7 +202,7 @@ a:hover { text-decoration: underline; } .logo { float: left; width: auto; - padding: 10px 13px 0 10px; + padding: 2px 13px 0 10px; } .logo:hover { @@ -215,7 +215,7 @@ a:hover { text-decoration: underline; } padding: 10px 13px 0 10px; color: #606060; font-family: "Bitstream Vera Serif",Georgia,Palatino,serif; - font-size: 40px; + font-size: 32; font-weight: 100; margin: 14px 0 0 69px; } @@ -227,10 +227,10 @@ a:hover { text-decoration: underline; } } .site_logo { - padding-top: 80px; + padding-top: 70px; background-image: url("./images/site_logo.gif"); background-repeat:no-repeat; - padding-left: 80px; + padding-left: 60px; display: inline-block !important; height: 0; margin-left: 2px; @@ -250,7 +250,7 @@ a:hover { text-decoration: underline; } /* Round cornered boxes and backgrounds ---------------------------------------- */ .headerbar { - margin-bottom: 4px; + margin-bottom: 1px; padding: 5px; border-radius: 7px; }