Header Bereich an Version 2.4.3 angepasst
[php]/*** LOGO & HEADLINE ***/
#site-title{padding:4em 0 3.6em 0;}
#logo{
font-size:400%;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:60px;
}
#logo.size-xl{
font-family:Georgia, Serif;
font-weight:bold;
font-size: 400%;
letter-spacing:-1px;
line-height: 135%;
}
#logo span.alt{
font-style: normal;
display: inline;
}
#logo a{color:#fff;text-decoration:none;text-shadow:#000 1px 1px 1px;font-variant:small-caps;letter-spacing:-0.04em;}
#logo a:hover{color:#ed1e24;} /*Farbe des BlogLinks bei mouseover*/
#site-title .headline{
font-family:Georgia, Serif;font-weight:bold;float:left;border-left:1px solid #999;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;color:red;
}
[/php]
SPRACHDATEI
Deutsche Sprachdatei Original : „FrolicFrog, www.DotTobi.de/blog„, „Blackstarwolf, www.blackwolfgames.square7.de“
Deutsche Sprachdatei nach meinen Wünschen angepasst : http://files.yakuza112.org/de_DE_mystique_3.0.4.rar
Eine Linie unter jedem Posting :P
[php]
.post{
border:4px solid; /*Breite der Linie :D*/
border-right:1px;
border-left:1px;
border-top:1px;
margin:0 0 40px;
padding:15px;
text-align:justify;
}
[/php]
Thumbnail Border kontrastreicher
[php]
.hentry .post-thumb{
border: 2px solid grey;
}
[/php]
Bearbeiten des Readmore Links :
wp-content/themes/mystique/core/ AtomObjectPost.php @ line 512
Standard :
[php] ‚more‘ => ‚<a class="more-link" href="‘.$this->getURL().’" rel="‘.$this->data->ID.’">‘._a(‚More >‘).'</a>'[/php]
for example :
[php] ‚more‘ => ‚<a class="more-link" href="‘.$this->getURL().’" rel="‘.$this->data->ID.’">
‚._a(‚<img src="http://jarmosandelin.com/wp-content/themes/JarmoWP/images/btnReadMore.jpg" alt="" />‘).'</a>'[/php]
Ergebniss sieht dann wie folgt aus :
Schwarzer Footer Bereich :
[php]
#footer #copyright{
background: #0A090A;
padding:1em 0;
font-size: 110%;
line-height:150%;
text-align:center;
text-shadow:0px 0px 0px;
color:red;
}
[/php]
bg.png und shadow.png löschen oder auskommentieren :
[php]
/***
#page-ext{
background:transparent url(../images/bg.png) repeat-x center bottom;
}
.shadow-left{
background:url(../images/shadow.png) no-repeat left bottom;
}
.shadow-right{
background:url(../images/shadow.png) no-repeat right bottom;
padding-bottom: 21px;
}
***/
[/php]