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! ;) )
Posted by SamyWeb (2967 views)
Filed under Themes
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
Posted by NoWhereMan (74924 views)
Filed under Themes
Wednesday, January 10, 2007
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>
Posted by SamyWeb (12000 views)
Filed under Themes