Changeset 3795 for extensions
- Timestamp:
- Aug 25, 2009, 9:34:42 PM (15 years ago)
- Location:
- extensions/akBookStyle/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/css/ak_style.css
r3793 r3795 1 1 table.ak_display { 2 margin-left:10%; 2 3 } 3 4 … … 10 11 } 11 12 12 tr.nline {13 max-height:90px;14 overflow:hidden;15 }16 17 td.ncol {18 max-height:90px;19 max-width:90px;20 overflow:hidden;21 text-align:center;22 padding:2px 8px;23 }24 25 13 td.ak_pic { 26 14 min-width:640px; 27 15 text-align:center; 28 }29 30 a.load {31 height:90px;32 width:90px;33 }34 35 a.load img {36 /* height:90px; /* No longer needed */37 overflow:hidden;38 16 } 39 17 … … 51 29 } 52 30 53 #reload { 31 .clipwrapper { 32 position:relative; 54 33 } 55 34 56 table.picture { 35 .clip { 36 position:absolute; 57 37 } 58 59 38 /******************/ 60 39 #menubar, .titrePage { -
extensions/akBookStyle/trunk/template/ak_thumbnails.tpl
r3792 r3795 35 35 {/if} 36 36 <td class="ncol"> 37 <div style="position:relative;width:{$AK_THUMBNAIL_SIZE}px;height:{$AK_THUMBNAIL_SIZE}px">38 <div style="position:absolute;clip:rect({$thumbnail.CLIP_TOP}px {$thumbnail.CLIP_RIGHT}px {$thumbnail.CLIP_BOTTOM}px {$thumbnail.CLIP_LEFT}px);top:-{$thumbnail.CLIP_TOP}px;left:-{$thumbnail.CLIP_LEFT}px">37 <div class="clipwrapper" style="width:{$AK_THUMBNAIL_SIZE}px;height:{$AK_THUMBNAIL_SIZE}px"> 38 <div class="clip" style="clip:rect({$thumbnail.CLIP_TOP}px {$thumbnail.CLIP_RIGHT}px {$thumbnail.CLIP_BOTTOM}px {$thumbnail.CLIP_LEFT}px);top:-{$thumbnail.CLIP_TOP}px;left:-{$thumbnail.CLIP_LEFT}px"> 39 39 <a href="{$thumbnail.AK_URL}" class="load"> 40 40 <img class="thumbnail" src="{$thumbnail.TN_SRC}"
Note: See TracChangeset
for help on using the changeset viewer.