Changeset 8492


Ignore:
Timestamp:
Jan 7, 2011, 2:07:54 PM (13 years ago)
Author:
rvelices
Message:

more compact footer.tpl (less spaced, unnnecessary span/class ...)
sylvia css simplification

Location:
trunk/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r8362 r8492  
    332332  font-size: 11px; font-weight: normal; letter-spacing: 0;
    333333  color : #F33; text-decoration: none; border: 0; }
    334 a.Piwigo:hover  span.Piwigo  {
    335   border-bottom: 1px solid #ff3363; 
     334a.Piwigo:hover {
     335  border-bottom: 1px solid #ff3363;
    336336}
    337337#theImage A, .illustration A, A.navThumb, A.navThumb {
  • trunk/themes/default/template/footer.tpl

    r7975 r8492  
    11<div id="copyright">
    2  <a name="EoP"></a> <!-- End of Page -->
    3  {if isset($debug.TIME) }
    4  {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
    5  {/if}
    6 
    7  {* Please, do not remove this copyright. If you really want to,
    8       contact us on http://piwigo.org to find a solution on how
    9       to show the origin of the script...
    10   *}
    11 
    12   {'Powered by'|@translate}
    13   <a href="{$PHPWG_URL}" class="Piwigo">
    14   <span class="Piwigo">Piwigo</span></a>
    15   {$VERSION}
    16   {if isset($CONTACT_MAIL)}
    17   - {'Contact'|@translate}
    18   <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
    19   {/if}
     2{if isset($debug.TIME)}
     3        {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
     4{/if}
     5{*
     6        Please, do not remove this copyright. If you really want to,
     7                        contact us on http://piwigo.org to find a solution on how
     8                        to show the origin of the script...
     9*}
     10        {'Powered by'|@translate}       <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
     11        {$VERSION}
     12        {if isset($CONTACT_MAIL)}
     13        - {'Contact'|@translate}
     14        <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
     15        {/if}
    2016
    2117{get_combined_scripts load='footer'}
     
    2622{/foreach}
    2723{/if}
    28 </div> <!-- the_page -->
     24</div> {* copyright *}
    2925{if isset($debug.QUERIES_LIST)}
    3026<div id="debug">
     
    3228</div>
    3329{/if}
    34 </div> <!-- copyright -->
     30</div>{* the_page *}
    3531</body>
    3632</html>
Note: See TracChangeset for help on using the changeset viewer.