alternating background colors
What I always liked about my breakfast blog where the alternating colors of the posts on the main site. So this morning I set out to do the same for the K2-theme. I tinkered with the theme and now you too can have alternating colors.
All you have to do, is a little change in the css of the style you’re using. Simply add:
.altback1 {
padding-left: 20px !important;
padding-right: 20px !important;
background-color: #EFEFEF !important;
}.altback-1 {
padding-left: 20px !important;
padding-right: 20px !important;
}.altback1 blockquote {
background-color: #EFEFEF !important;
}
Then your blog will look like this. If you want something else just change the color (#EFEFEF). If you want I style all for yourself gimme a shout, I’ll upload it for you or if you’re especially trustworthyI’ll give you ftp-access to your style-directory.


June 23rd, 2007 at 10:41
[...] für jeden zweiten Post auf den Hauptseiten verändert. Wer wissen will, wie das geht, guckt hier. Falls irgendwas komisch aussieht, bitte Bescheid [...]