Changeset 3644


Ignore:
Timestamp:
Jul 20, 2009, 4:41:35 PM (15 years ago)
Author:
flop25
Message:

compatible IE 8-7-6

Location:
extensions/floOs
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/fix-ie7.css

    r3334 r3644  
    1 /* $Id: fix-ie7.css 2352 2008-05-20 00:27:26Z patdenice $ */
    21/* fix IE with another layout for thumbnails */
    32
  • extensions/floOs/picture.css

    r3334 r3644  
    11/* $Id: picture.css 2295 2008-04-02 00:51:08Z rvelices $ */
    22#imageHeaderBar {
    3   padding-top: 2px;
    4   padding-bottom: 2px;
    5   overflow: hidden;
    6   width: 100%;
     3        padding-top: 2px;
     4        padding-bottom: 2px;
     5        margin-top: 4px;
     6        overflow: hidden;
     7        width: 100%;
    78}
    89
     
    3536}
    3637#imageToolBar A, #imageToolBar IMG {
    37     display: block;
     38    display: inline;
    3839    margin: 0; padding: 0;
    3940}
    4041#imageToolBar A {
    41 width: auto;
    42 margin: auto 10px;
     42        margin-right: 3px;
     43        margin-left: 5px;
    4344}
    4445#imageToolBar IMG { margin: 2px auto; }
  • extensions/floOs/theme/glass/themeconf.inc.php

    r3334 r3644  
    2020});
    2121 
    22   </script>',
     22  </script>
     23    <!--[if lt IE 7]>
     24<style>
     25        #menubar dl, #section_in {
     26        background:  #FFF!important;
     27        }
     28        /* contenu "section" */
     29        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     30        background:none!important;
     31        }
     32</style>
     33<![endif]-->
     34<!--[if IE 7]>
     35<style>
     36        #menubar dl, #section_in {
     37        background:  #FFF!important;
     38        }
     39        /* contenu "section" */
     40        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     41        background:none!important;
     42        }
     43        BODY#theCommentsPage .content,
     44        BODY#theUploadPage .content,
     45        BODY#theRegisterPage .content,
     46        BODY#theIdentificationPage .content,
     47        BODY#theProfilePage .content,
     48        BODY#theSearchPage .content,
     49        BODY#theAboutPage .content,
     50        BODY#thePopuphelpPage .content,
     51        BODY#thePasswordPage .content,
     52        BODY#theNotificationPage .content,
     53        BODY#theTagsPage .content,
     54        BODY#theNBMPage .content,
     55        #action_pict,
     56        #comments
     57        {
     58        background:  #FFF!important;
     59        }
     60</style>
     61',
    2362);
    2463?>
  • extensions/floOs/theme/glass_clear/theme.css

    r3334 r3644  
    5252background: transparent url(images/section_in.png) repeat top center;
    5353}
    54 #comments H3, .titrePage h2 {
     54#comments H3, .titrePage h2, #section_in h2 {
    5555        background-image: url(images/boutton.png);
    5656        background-repeat:repeat-x;
  • extensions/floOs/theme/glass_clear/themeconf.inc.php

    r3334 r3644  
    2020});
    2121 
    22   </script>',
     22  </script>
     23  <!--[if lt IE 7]>
     24<style>
     25        #menubar dl, #section_in {
     26        background:  #FFF!important;
     27        }
     28        /* contenu "section" */
     29        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     30        background:none!important;
     31        }
     32</style>
     33<![endif]-->
     34<!--[if IE 7]>
     35<style>
     36        #menubar dl, #section_in {
     37        background:  #FFF!important;
     38        }
     39        /* contenu "section" */
     40        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     41        background:none!important;
     42        }
     43        BODY#theCommentsPage .content,
     44        BODY#theUploadPage .content,
     45        BODY#theRegisterPage .content,
     46        BODY#theIdentificationPage .content,
     47        BODY#theProfilePage .content,
     48        BODY#theSearchPage .content,
     49        BODY#theAboutPage .content,
     50        BODY#thePopuphelpPage .content,
     51        BODY#thePasswordPage .content,
     52        BODY#theNotificationPage .content,
     53        BODY#theTagsPage .content,
     54        BODY#theNBMPage .content,
     55        #action_pict,
     56        #comments
     57        {
     58        background:  #FFF!important;
     59        }
     60</style>
     61<![endif]-->
     62
     63  ',
    2364);
    2465?>
  • extensions/floOs/theme/glass_dark/theme.css

    r3334 r3644  
    5252background: transparent url(images/section_in.png) repeat top center;
    5353}
    54 #comments H3, .titrePage h2 {
     54#comments H3, .titrePage h2, #section_in h2 {
    5555        background-image: url(images/fondMenu2.gif);
    5656        background-repeat:repeat-x;
     
    204204.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    205205  border-color: #002024;
    206   color: #0066CC;
     206  color: #42B4FF;
    207207}
    208208.thumbnailCategory IMG {
     
    216216
    217217A:hover, INPUT.rateButton:hover {
    218     color: #0066CC;
    219     border-bottom: none;
     218        color: #42B4FF;
     219        border-bottom: none;
    220220        font-weight:bold;
    221221}
     
    235235        text-decoration: none;
    236236    border-bottom: none;
     237}
     238.header_notes A {
     239    color: #333;
    237240}
    238241/* Picture */
  • extensions/floOs/theme/glass_dark/themeconf.inc.php

    r3334 r3644  
    2020});
    2121 
    22   </script>',
     22  </script>
     23    <!--[if lt IE 7]>
     24<style>
     25        #menubar dl, #section_in {
     26        background:  #151a1e!important;
     27        }
     28        /* contenu "section" */
     29        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     30        background:none!important;
     31        }
     32</style>
     33<![endif]-->
     34<!--[if IE 7]>
     35<style>
     36        #menubar dl, #section_in {
     37        background:  #151a1e!important;
     38        }
     39        /* contenu "section" */
     40        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     41        background:none!important;
     42        }
     43        BODY#theCommentsPage .content,
     44        BODY#theUploadPage .content,
     45        BODY#theRegisterPage .content,
     46        BODY#theIdentificationPage .content,
     47        BODY#theProfilePage .content,
     48        BODY#theSearchPage .content,
     49        BODY#theAboutPage .content,
     50        BODY#thePopuphelpPage .content,
     51        BODY#thePasswordPage .content,
     52        BODY#theNotificationPage .content,
     53        BODY#theTagsPage .content,
     54        BODY#theNBMPage .content,
     55        #action_pict,
     56        #comments
     57        {
     58        background:  #151a1e!important;
     59        }
     60</style>
     61',
    2362);
    2463?>
  • extensions/floOs/tools/language/fr_FR/template.lang.php

    r3618 r3644  
    11<?php
    22
    3 $lang['floOS_update_needed'] = 'Votre version de floOS n\'est pas à jour : <a href="http://fr.piwigo.org/ext/extension_view.php?eid=230" title="aller à la mise à jour" target="_blank" >cliquez ici pour accéder à la dernière révision du template floOS</a>';
     3$lang['floOS_update_needed'] = 'Votre version de floOS n\'est pas à jour : <a href="http://fr.piwigo.org/ext/extension_view.php?eid=230" title="aller à la mise à jour" >cliquez ici pour accéder à la dernière révision du template floOS</a>';
    44        $lang['theme_update_needed_1'] = 'Le thème ';
    55        $lang['theme_update_needed_2'] = ' n\'est pas à jour : <a href="http://fr.piwigo.org/ext/extension_view.php?eid=';
  • extensions/floOs/tools/version.conf.php

    r3618 r3644  
    22$floOS_conf = array(
    33  'name' => 'floOS',
    4   'version' => '1.0.0',
     4  'version' => '1.0.4',
    55);
    66
Note: See TracChangeset for help on using the changeset viewer.