Changeset 9834
- Timestamp:
- Mar 22, 2011, 11:16:28 PM (14 years ago)
- Location:
- extensions/flop_style
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/flop_style/mainpage_categories/jPolaroid.css
r9825 r9834 2 2 ul.jpolaroid { 3 3 list-style: none; 4 overflow: visible;4 overflow: hidden; 5 5 width: 100%; 6 6 padding-top: 20px; -
extensions/flop_style/mainpage_categories/jPolaroid.tpl
r9825 r9834 30 30 {/foreach} 31 31 </ul> 32 <br style="clear:both" /> -
extensions/flop_style/mainpage_categories/mosaic.tpl
r9831 r9834 29 29 <div class="mosaic-backdrop"> <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}"> </div> 30 30 </div> 31 {/foreach} <br style="clear:both">31 {/foreach} 32 32 </div> -
extensions/flop_style/mainpage_categories/polaroid.css
r9821 r9834 7 7 ul.polaroids { 8 8 list-style: none; 9 overflow: visible;9 overflow: hidden; 10 10 width: 100%; 11 11 padding-top: 20px; -
extensions/flop_style/mainpage_categories/polaroid.tpl
r9821 r9834 10 10 {/foreach} 11 11 </ul> 12 <br style="clear:both" /> -
extensions/flop_style/thumbnails/fancy_hover.css
r9826 r9834 3 3 list-style: none; 4 4 margin: 0; 5 padding: 10px; 5 overflow: hidden; 6 padding: 50px; 6 7 } 7 8 ul.thumbnails li { … … 28 29 border: none; /* Get rid of border on hover */ 29 30 } 30 .navigationBar {31 clear:both;32 } -
extensions/flop_style/thumbnails/jPolaroid.css
r9825 r9834 2 2 ul.thumbnails { 3 3 list-style: none; 4 overflow: visible;4 overflow: hidden; 5 5 width: 100%; 6 6 padding-top: 20px; … … 21 21 border:none; 22 22 } 23 .navigationBar {24 clear:both;25 } -
extensions/flop_style/thumbnails/polaroid.css
r9821 r9834 5 5 z-index: 1; 6 6 } 7 .navigationBar {8 clear:both;9 }10 7 ul.thumbnails { 11 8 list-style: none; 12 overflow: visible;9 overflow: hidden; 13 10 width: 100%; 14 11 padding-top: 20px; … … 31 28 -o-transform:rotate(-2deg); 32 29 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); 33 30 text-shadow: 0 1px 1px #CCC; 34 31 background: none repeat scroll 0 0 #FFFFFF; 35 32 color: #333333;
Note: See TracChangeset
for help on using the changeset viewer.