Friday, September 26, 2008

Get More Themes!

There are much more themes than those listed on this little showcase.

Run now to the User Submitted Themes on the Official Wiki.

Have fun with FlatPress!

Monday, October 8, 2007

Kubrik, Simpla, Gespaa, Almost-Spring updated!

Hello,
I’ve found a bit of time to update my ported themes to 0.703 (or 0.703.5) version.
If you find some errors please write to me!

I want to remind you that this space is open to all yours themes, you can contact me to publish here your own theme. You can also publish it here (both this site and the wiki are official resources! ;) )

Tuesday, May 29, 2007

Kubrick has been updated

There was a minor encoding-related issue with our beloved theme kubrick. Well, never mind, it is fixed.

By the way, if you’re using the new beta, consider trying the new theme “leggero”, which slightly resembles kubrick, but uses the new theming-engine (these themes are still using the old-stable-version formatting tags, and may result a bit less performant).

Have a nice day :)

–NWM

Wednesday, April 4, 2007

Emerald Grass by spidernik84

emerald_grass.png
Preview or download it.

Wednesday, January 10, 2007

Some corrections and additions

You can download modified themes or correct them by yourself.

Kubrik
Correction for w3c validation.

index.tpl (line 30)

<ul id="menu"><li>

changed to

<ul class="menu"><li>

Almost-Spring
Tag code was hidden, CSS correction.

res/style.css
Add where you want

pre {
width: 450px;
min-height: 30px;
overflow: auto;
}

Simpla
Tag code was hidden, CSS correction.

res/style.css
Add where you want

pre {
width: 450px;
min-height: 30px;
overflow: auto;
}

Error on comments’ date.

comments.tpl (line 40)

<small class="commentmetadata"><a href="{$id}" title="">{$date}</a></small>

changed to

<small class="commentmetadata"><a href="{$id}" title="">{$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</a></small>