Change Background Patterns
Sunday, February 23, 2014
Die Hintergründe können geändert werden.
Als erstes brauchst du sechs verschiedene Patterns.
The backgrounds can be changed up.
First you need 6 patterns.
The main background is the one active when on an itemsite, and it's the background of the last post.
Suche im Code nach:
Search in the code for:
und ersetze http://thepatternlibrary.com/img/p.gif durch den Bildlink deines Hintergrundbildes.
and replace http://thepatternlibrary.com/img/p.gif with the image link of your background image.
For the index-backgrounds just search for:
Und dann jeweils die Links ersetzen. Die Reihenfolge entspricht der Reihenfolge auf der Startseite.
And then replace the links.
Make sure to give credit. They are part of the codex. You get patterns, they get a link. :)
edit
Als erstes brauchst du sechs verschiedene Patterns.
The backgrounds can be changed up.
First you need 6 patterns.
Main Background
Der Haupthintergrund ist der Hintergrund, der dann aktiv ist, wenn die Post-Seiten offen sind und es ist der Hintergrund des letzten Posts.The main background is the one active when on an itemsite, and it's the background of the last post.
Suche im Code nach:
Search in the code for:
body{
background: url(http://thepatternlibrary.com/img/p.gif) repeat fixed;
und ersetze http://thepatternlibrary.com/img/p.gif durch den Bildlink deines Hintergrundbildes.
and replace http://thepatternlibrary.com/img/p.gif with the image link of your background image.
Index Backgrounds
Für die Index-Hintergründe suchst du einfach nach:For the index-backgrounds just search for:
.index section:nth-of-type(1) {
background-image: url(http://thepatternlibrary.com/img/a.jpg);
}
.index section:nth-of-type(2) {
background-image: url(http://thepatternlibrary.com/img/ao.gif);
}
.index section:nth-of-type(5) {
background-image: url(http://thepatternlibrary.com/img/b.jpg);
}
.index section:nth-of-type(4) {
background-image: url(http://thepatternlibrary.com/img/v.png);
}
.index section:nth-of-type(3) {
background-image: url(http://thepatternlibrary.com/img/d.png);
}
Und dann jeweils die Links ersetzen. Die Reihenfolge entspricht der Reihenfolge auf der Startseite.
And then replace the links.
Don't forget to credit!
Stellt sicher, dass ihr die Quellen angebt, Credits sind Teil des Ehrencodex. Ihr bekommt Patterns, sie bekommen einen Link. :)Make sure to give credit. They are part of the codex. You get patterns, they get a link. :)
Comments
Post a Comment