1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

header etwas kleiner

This commit is contained in:
eggy
2017-07-22 23:29:38 +02:00
parent c4143b6d12
commit d2c30dbe76
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ html, body {
h1 { h1 {
color: #606060; color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif; font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px; font-size: 32px;
font-weight: 100; font-weight: 100;
} }
@@ -92,7 +92,7 @@ a:hover { color: #d3111a; }
background-color: #f0f0f0; background-color: #f0f0f0;
border-bottom: 1px solid #b0b0b0; border-bottom: 1px solid #b0b0b0;
color: #707070; color: #707070;
margin-bottom: 4px; margin-bottom: 2px;
padding: 0 5px; padding: 0 5px;
} }

View File

@@ -202,7 +202,7 @@ a:hover { text-decoration: underline; }
.logo { .logo {
float: left; float: left;
width: auto; width: auto;
padding: 10px 13px 0 10px; padding: 2px 13px 0 10px;
} }
.logo:hover { .logo:hover {
@@ -215,7 +215,7 @@ a:hover { text-decoration: underline; }
padding: 10px 13px 0 10px; padding: 10px 13px 0 10px;
color: #606060; color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif; font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px; font-size: 32;
font-weight: 100; font-weight: 100;
margin: 14px 0 0 69px; margin: 14px 0 0 69px;
} }
@@ -227,10 +227,10 @@ a:hover { text-decoration: underline; }
} }
.site_logo { .site_logo {
padding-top: 80px; padding-top: 70px;
background-image: url("./images/site_logo.gif"); background-image: url("./images/site_logo.gif");
background-repeat:no-repeat; background-repeat:no-repeat;
padding-left: 80px; padding-left: 60px;
display: inline-block !important; display: inline-block !important;
height: 0; height: 0;
margin-left: 2px; margin-left: 2px;
@@ -250,7 +250,7 @@ a:hover { text-decoration: underline; }
/* Round cornered boxes and backgrounds /* Round cornered boxes and backgrounds
---------------------------------------- */ ---------------------------------------- */
.headerbar { .headerbar {
margin-bottom: 4px; margin-bottom: 1px;
padding: 5px; padding: 5px;
border-radius: 7px; border-radius: 7px;
} }