Changeset 9708 for extensions/floOS


Ignore:
Timestamp:
Mar 15, 2011, 7:28:37 PM (13 years ago)
Author:
flop25
Message:

sprite for icons/ old icons deleted
adding an about msg
few other changes

Location:
extensions/floOS
Files:
35 added
18 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/icon/index.php

    r9108 r9708  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
     3// | Piwigo - a PHP based photo gallery                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
  • extensions/floOS/OS_default/template/index.tpl

    r9675 r9708  
    6969        <h2>{$TITLE}</h2>
    7070       
     71           
     72                        </div>{* <!-- titrePage --> *} 
     73          </td>
     74      <td id="section_up_right">&nbsp;</td>
     75    </tr>
     76    <tr>
     77      <td id="section_left">&nbsp;</td>
     78      <td id="section_in">
    7179        {if isset($chronology_views)}
    7280        <div class="calendarViews">{'View'|@translate}:
     
    8290        <h2>{$chronology.TITLE}</h2>
    8391        {/if}
    84            
    85                         </div>{* <!-- titrePage --> *} 
    86           </td>
    87       <td id="section_up_right">&nbsp;</td>
    88     </tr>
    89     <tr>
    90       <td id="section_left">&nbsp;</td>
    91       <td id="section_in">
    9292
    9393        {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
  • extensions/floOS/OS_default/theme.css

    r9677 r9708  
     1@import "iconset.css";
    12
    23BODY {
  • extensions/floOS/OS_glass/theme.css

    r9675 r9708  
    196196  color: #0066CC;
    197197}
    198 .thumbnailCategory IMG {
     198.illustration IMG {
    199199        border: 2px solid #FFFFFF;
    200200}
  • extensions/floOS/OS_glass_clear/theme.css

    r9675 r9708  
    223223  color: #0066CC;
    224224}
    225 .thumbnailCategory IMG {
     225.illustration IMG {
    226226        border: 2px solid #FFFFFF;
    227227}
  • extensions/floOS/OS_glass_dark/theme.css

    r9674 r9708  
    206206  color: #42B4FF;
    207207}
    208 .thumbnailCategory IMG {
     208.illustration IMG {
    209209        border: 2px solid #FFFFFF;
    210210}
  • extensions/floOS/OS_glass_dark_2/theme.css

    r9676 r9708  
    270270  color: #42B4FF;
    271271}
    272 .thumbnailCategory IMG {
     272.illustration IMG {
    273273        border: 2px solid #FFFFFF;
    274274}
Note: See TracChangeset for help on using the changeset viewer.