--- ./carbon/templates/theme.tpl.org 2006-04-06 23:24:18.000000000 +0200 +++ ./carbon/templates/theme.tpl 2006-07-26 14:11:23.202664000 +0200 @@ -22,6 +22,10 @@ {* Include this theme's style sheet *} + + --- ./carbon/templates/navigatorMicroThumbs.tpl.org 2006-03-24 21:04:38.000000000 +0100 +++ ./carbon/templates/navigatorMicroThumbs.tpl 2006-07-26 14:14:31.614439000 +0200 @@ -24,17 +24,20 @@ {assign var="columnIndex" value=0} {/if} - {if ($peer.peerIndex == $data.thisPeerIndex)} - - {g->image item=$peer image=$peer.thumbnail maxSize=40 title="$title"} - - {else} - - - {g->image item=$peer image=$peer.thumbnail maxSize=40 title="$title"} - - - {/if} + {if ($peer.peerIndex == $data.thisPeerIndex)} + + {g->image item=$peer image=$peer.thumbnail style="filter:alpha(opacity=33);-moz-opacity:.33;opacity:.33;" maxSize=40 title="Currently Displayed Image"} + + {else} + +
+ + {g->image item=$peer image=$peer.thumbnail style="padding-top: 1px;" maxSize=40 title="$title"} + {g->image item=$peer image=$peer.thumbnail class="preview" maxSize=40 title="$title"} + +
+ + {/if} {assign var="lastIndex" value=$peer.peerIndex} {assign var="columnIndex" value=$columnIndex+1}