Comments on: New theme! http://zzamboni.org/brt/2005/03/13/new-theme/ Musings about technology and other neat stuff Tue, 29 Sep 2009 21:48:06 +0200 http://wordpress.org/?v=2.8.4 hourly 1 By: Z. D. Smith http://zzamboni.org/brt/2005/03/13/new-theme/comment-page-1/#comment-43 Z. D. Smith Fri, 01 Apr 2005 21:19:59 +0000 http://www.zzamboni.org/brt/2005/03/13/25/#comment-43 Oh, hey - very nice. I think I'd like to get that running, too. Oh, hey – very nice. I think I’d like to get that running, too.

]]>
By: Hitchhiker http://zzamboni.org/brt/2005/03/13/new-theme/comment-page-1/#comment-38 Hitchhiker Wed, 30 Mar 2005 18:18:08 +0000 http://www.zzamboni.org/brt/2005/03/13/25/#comment-38 Z.D.: thanks for the comment! I'm not using any plugin. I followed the instructions from http://fernando.dubtribe.com/archives/2004/10/28/using-matts-asides-with-kubrick/, and modified the CSS style to my liking. The globe icon I'm using (www.png below) is from the <a href="http://www.icon-king.com/goodies.php" rel="nofollow">Nuvola</a> icon set by David Vignoni. This is the corresponding section from my style.css file: <code> .asides p { border: dotted #C4BFAB font:Verdana; font-size:10px; background: url("www.png") no-repeat #eee; background-position: left top; padding: 5px; padding-left: 40px; } </code> Finally, I modified the stupid_hack function to fit the XHTML produced by the Theme I'm using (modified Arzel XT2). Here's the one I'm using: <code> function stupid\_hack($str) { return preg\_replace('|<br /><br />\s*<div class="asides">|s', '<div class="asides">', $str); } </code> Z.D.: thanks for the comment! I’m not using any plugin. I followed the instructions from http://fernando.dubtribe.com/archives/2004/10/28/using-matts-asides-with-kubrick/, and modified the CSS style to my liking. The globe icon I’m using (www.png below) is from the Nuvola icon set by David Vignoni. This is the corresponding section from my style.css file:


.asides p {
border: dotted #C4BFAB
font:Verdana;
font-size:10px;
background: url("www.png") no-repeat #eee;
background-position: left top;
padding: 5px;
padding-left: 40px;
}

Finally, I modified the stupid_hack function to fit the XHTML produced by the Theme I’m using (modified Arzel XT2). Here’s the one I’m using:


function stupid\_hack($str) {
return preg\_replace('|

\s*

|s', '
', $str);
}

]]>
By: Z. D. Smith http://zzamboni.org/brt/2005/03/13/new-theme/comment-page-1/#comment-35 Z. D. Smith Tue, 29 Mar 2005 07:11:13 +0000 http://www.zzamboni.org/brt/2005/03/13/25/#comment-35 I really like your asides. Which plugin are you using for them? I really like your asides. Which plugin are you using for them?

]]>