Hallo Profis!
Das Design meines neuen Blogs Funkmaster’s Coffeehouse ist jetzt im Grunde fertig und läuft! Allerdings verschieben sich die Headergrafik und die Footergrafik immer etwas zum Content-Teil der Seite, wenn man das Fenster verkleinert.
Hier mal der Code des Styles:
CSS
/*
CSS files kept in the 'schemes' directory can be used to
costumize your K2 installation without having to mess
with the core K2 files. This in turn makes it easier to
upgrade to new K2 version as well as debug any problems
that might occur.
You select schemes from the K2 Options page in the
'Presentation' section of your WordPress administration.
Author Name :Simon-Claudius Wystrach
Author Site :simon.mindpot.de
Style Name :Coffeehouse One
Style URI :simon.mindpot.de
Version :0.1
Comments :
*/
*{
margin:0px;
padding:0px;
}
body {
background: #000000;
text-align: center;
background-image:url(header_01.png);
background-repeat:no-repeat;
background-position: center 0;
}
#page {
text-align: left;
margin: auto;
padding: 20px 0 0px;
position: relative;
border-top: ;
clear: both;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
background-color: #FFF3D1;
}
ul.menu li a:hover {
}
ul.menu li a:hover {
background: #111;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
color: black !important;
}
a, a:visited, .sidebar a:visited {
color: #8D571B;
}
.post p a:visited {
color: #8D571B;
}
#header {
padding: 20px;
margin: 0;
position: relative;
background: ;
height: 219px;
clear: both;
}
.content {
padding: px;
background: #FFF3D1;
background-image:url(header_03.png);
background-repeat:no-repeat;
}
#footer {background-image:url('footer.png');
background-repeat:no-repeat;
background-position: center top;
text-position: 10px;
color: black;
}
#footer a {
border-bottom: 1px solid #FFFFFF;
color: #FFFFFF;
}
#footer a:hover {
color: #8D571B;
border-bottom: 1px solid #FFFFFF;
}
}
Alles anzeigen
Das Theme ist K2!
Liebe Grüße,
Euer Simon