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

Linkfarben und Header angepasst

This commit is contained in:
eggy
2017-07-05 11:50:25 +02:00
parent 80ac877f1d
commit 8355ace2e9
4 changed files with 36 additions and 16 deletions

View File

@@ -133,9 +133,9 @@ a:hover { text-decoration: underline; }
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
max-width: 95%;
min-width: 625px;
padding: 15px;
padding: 0px;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
@@ -150,7 +150,7 @@ a:hover { text-decoration: underline; }
margin: 4px 0;
clear: both;
float:right;
width:90%;
width:85%;
}
.debianforumde-sidebar {
@@ -181,6 +181,22 @@ a:hover { text-decoration: underline; }
text-decoration: none;
}
.dfdeHeader.h1 {
float: left;
width: auto;
padding: 10px 13px 0 10px;
color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px;
font-weight: 100;
margin: 14px 0 0 69px;
}
.dfdeHeader:hover {
text-decoration: none;
}
.site_logo {
padding-top: 80px;
@@ -189,7 +205,7 @@ a:hover { text-decoration: underline; }
padding-left: 80px;
display: inline-block !important;
height: 0;
margin-left: -20px;
margin-left: 2px;
overflow: hidden;
}