Changeset 9708 for extensions
- Timestamp:
- Mar 15, 2011, 7:28:37 PM (14 years ago)
- Location:
- extensions/floOS
- Files:
-
- 35 added
- 18 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floOS/OS_default/icon/index.php
r9108 r9708 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | Piwigo - a PHP based p icture gallery|3 // | Piwigo - a PHP based photo gallery | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008 5 // | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | 6 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -
extensions/floOS/OS_default/template/index.tpl
r9675 r9708 69 69 <h2>{$TITLE}</h2> 70 70 71 72 </div>{* <!-- titrePage --> *} 73 </td> 74 <td id="section_up_right"> </td> 75 </tr> 76 <tr> 77 <td id="section_left"> </td> 78 <td id="section_in"> 71 79 {if isset($chronology_views)} 72 80 <div class="calendarViews">{'View'|@translate}: … … 82 90 <h2>{$chronology.TITLE}</h2> 83 91 {/if} 84 85 </div>{* <!-- titrePage --> *}86 </td>87 <td id="section_up_right"> </td>88 </tr>89 <tr>90 <td id="section_left"> </td>91 <td id="section_in">92 92 93 93 {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} -
extensions/floOS/OS_default/theme.css
r9677 r9708 1 @import "iconset.css"; 1 2 2 3 BODY { -
extensions/floOS/OS_glass/theme.css
r9675 r9708 196 196 color: #0066CC; 197 197 } 198 . thumbnailCategoryIMG {198 .illustration IMG { 199 199 border: 2px solid #FFFFFF; 200 200 } -
extensions/floOS/OS_glass_clear/theme.css
r9675 r9708 223 223 color: #0066CC; 224 224 } 225 . thumbnailCategoryIMG {225 .illustration IMG { 226 226 border: 2px solid #FFFFFF; 227 227 } -
extensions/floOS/OS_glass_dark/theme.css
r9674 r9708 206 206 color: #42B4FF; 207 207 } 208 . thumbnailCategoryIMG {208 .illustration IMG { 209 209 border: 2px solid #FFFFFF; 210 210 } -
extensions/floOS/OS_glass_dark_2/theme.css
r9676 r9708 270 270 color: #42B4FF; 271 271 } 272 . thumbnailCategoryIMG {272 .illustration IMG { 273 273 border: 2px solid #FFFFFF; 274 274 }
Note: See TracChangeset
for help on using the changeset viewer.