Changeset 9716 for extensions/hr_os_xl


Ignore:
Timestamp:
Mar 15, 2011, 9:29:49 PM (13 years ago)
Author:
flop25
Message:

Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes

Location:
extensions/hr_os_xl
Files:
13 added
22 deleted
24 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_os_xl/icon/index.php

    r9281 r9716  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     3// | Piwigo - a PHP based photo gallery                                    |
    64// +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    8 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    9 // | last modifier : $Author: rub $
    10 // | revision      : $Revision: 1912 $
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    118// +-----------------------------------------------------------------------+
    129// | This program is free software; you can redistribute it and/or modify  |
  • extensions/hr_os_xl/theme.css

    r9670 r9716  
    11/* ---------------------------------------------------------------------------
    2 Thème hr_os_xl de flop25(.free.fr)
    3 
    4 Basé sur le Thème MontBlanc de saimon.org
     2Theme hr_os_xl
     3
     4child-theme of hr_os_xl
     5
     6by flop25 http://www.planete-flop.fr/
    57------------------------------------------------------------------------------ */
    68
    7 @import menu.css;
     9@import "menu.css";
     10@import "iconset.css";
    811
    912* { margin: 0; padding: 0; border: 0; }
     
    8992/*      #theHeader a:link, #theHeader a:visited, #theHeader a:hover { color: #FFF; text-decoration: none; }*/
    9093
    91 body#theCommentsPage .content, body#theUploadPage .content, body#theRegisterPage .content, body#theIdentificationPage .content, body#theProfilePage .content, body#theSearchPage .content, body#theAboutPage .content, body#thePopuphelpPage .content, body#thePasswordPage .content, body#theNotificationPage .content, body#theTagsPage .content, body#theNBMPage .content, #content, BODY#theAdminPage #content, BODY#theTagsPage #content {
    92         width: 860px;
     94body#theCommentsPage .content, body#theUploadPage .content, body#theRegisterPage .content, body#theIdentificationPage .content, body#theProfilePage .content, body#theSearchPage .content, body#theAboutPage .content, body#thePopuphelpPage .content, body#thePasswordPage .content, body#theNotificationPage .content, body#theTagsPage .content, body#theNBMPage .content, #content, BODY#theAdminPage #content, BODY#theTagsPage #content, #theCategoryPage .content {
     95        width: 898px;
    9396        margin: 0 auto;
    9497}
Note: See TracChangeset for help on using the changeset viewer.