Be sure to visit the project page at Google Code for documentation, bug reporting and additional downloads.
This is a K2 Style based on the appearance of my site. Included are Photoshop files to customize the layout, menu tabs, navigation background and rolling archives slider. Screenshots of various versions of True Blue.
This work is licensed under GPL.
Download
Download True Blue 1.5 for K2.0 RC1 and svn.
Older versions are available at Google Code.
Installation
- Extract the zip into the K2 styles subdirectory.
- Select trueblue-1.5/trueblue.css in the K2 Options panel.
What’s New
1.5: September 28th, 2007
- Updated for K2.0 RC1
- Added support for one and three columns

Steve,
I just recently updated my site with WordPress 2.6 and K2 1 RC7 and added True Blue. I have noticed by comparing your page using the Firebug plugin for firefox, you have done changes to the trueblue.css file that is not on version 1.5 for download. Could you please provide us with a new version? I was able to make minor changes by comparing the style sheets, but can not figure out why there is no trim slider on the advanced navigation bar.
Hello! sorry for my english but please resolve the problem with new k2 rc7 three column for trueblue-1.5, thank’s.
Geoff, aides : steve actually fixed it but didn’t release a zip. You cn download it from the svn at http://code.google.com/p/k2trueblue/source/checkout
I’ll release a new update after the upcoming K2 RC8 release in November.
Just waiting for it!
Thanks!
I fixed the issue with the header on my blog just changing two or three lines on one of the CSS files. If you want to know what I did, just tell me and I’ll try to remember
However, I don’t know how to fix the colors on the comment replies to the admin
Hey!
Wondering about the update to K2 1.0 RC8.
Have you put it up? Or did you never make the update?
Thnk for a cool style though!
Can’t wait to get it working on RC8.
The sidebar widgets aren’t showing correctly…
Regards!
Björn/Sweden
Hey there, any update on this ? Doesn’t seem to work well with k2-1.0-RC8-revision-815-2009-08-19
OK, I guess I found the culprit :
in k2/blocks/k2-header.php, line 12:
$block = ( is_front_page() ? ‘h1’ : ‘div’ );
a quick and dirty fix is to change it to:
$block = ( is_front_page() ? ‘h1’ : ‘h1’ );
but I guess I cleaner fix would be some line in trueblue’s css:
div.blog-title{ [some css code to tell the browser that #header-overlay should overlap this div] }
but unfortunately this is beyond my skills :/