[3.0.10] L_Antre

Trouvez ici mes styles pour phpBB 3

Re: [3.0.5] L_Antre

Messagepar Morgyanne » Mer 17 Juin 2009 16:33

Mise à jour du 17 juin 2009 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.4 vers la version 3.0.5, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.5 suivants
    • prosilver/template/attachment.html
    • prosilver/template/editor.js
    • prosilver/template/forum_fn.js
    • prosilver/template/mcp_notes_user.html
    • prosilver/template/mcp_topic.html
    • prosilver/template/mcp_warn_user.html
    • prosilver/template/posting_buttons.html
    • prosilver/template/posting_editor.html
    • prosilver/template/posting_review.html
    • prosilver/template/posting_topic_review.html
    • prosilver/template/simple_header.html
    • prosilver/template/ucp_main_bookmarks.html
    • prosilver/template/ucp_main_subscribed.html
    • prosilver/template/ucp_pm_viewmessage.html
    • prosilver/template/ucp_register.html
    • prosilver/template/viewtopic_body.html
    • prosilver/template/viewtopic_print.html
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/template/memberlist_body.html
    • L_Antre/template/overall_header.html
    • L_Antre/template/viewforum_body.html
    • L_Antre/theme/bidi.css
    • L_Antre/theme/colours.css
    • L_Antre/theme/common.css
    • L_Antre/theme/content.css
    • L_Antre/theme/links.css
    • L_Antre/theme/tweaks.css
Archive du style mise à jour dans le premier message.
version du style : 1.0.6
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

[3.0.6] L_Antre

Messagepar Morgyanne » Mar 1 Déc 2009 09:18

Mise à jour du 1er décembre 2009 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.5 vers la version 3.0.6, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.5 suivants
    • prosilver/template/captcha_default.html
    • prosilver/template/captcha_qa.html
    • prosilver/template/captcha_recaptcha.html
    • prosilver/template/editor.js
    • prosilver/template/faq_body.html
    • prosilver/template/forum_fn.js
    • prosilver/template/index_body.html
    • prosilver/template/login_body.html
    • prosilver/template/mcp_forum.html
    • prosilver/template/mcp_logs.html
    • prosilver/template/mcp_notes_user.html
    • prosilver/template/mcp_post.html
    • prosilver/template/mcp_reports.html
    • prosilver/template/mcp_topic.html
    • prosilver/template/memberlist_im.html
    • prosilver/template/memberlist_view.html
    • prosilver/template/posting_editor.html
    • prosilver/template/posting_preview.html
    • prosilver/template/posting_smilies.html
    • prosilver/template/posting_topic_review.html
    • prosilver/template/quickreply_editor.html
    • prosilver/template/styleswitcher.js
    • prosilver/template/ucp_agreement.html
    • prosilver/template/ucp_avatar_options.html
    • prosilver/template/ucp_groups_manage.html
    • prosilver/template/ucp_main_front.html
    • prosilver/template/ucp_pm_history.html
    • prosilver/template/ucp_pm_viewmessage.html
    • prosilver/template/ucp_profile_signature.html
    • prosilver/template/ucp_register.html
    • prosilver/template/viewtopic_body.html
    • prosilver/template/viewtopic_print.html
    • prosilver/theme/links.css
    • prosilver/theme/print.css
    • prosilver/theme/tweaks.css
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/template/drafts.html
    • L_Antre/template/forumlist_body.html
    • L_Antre/template/mcp_front.html
    • L_Antre/template/memberlist_body.html
    • L_Antre/template/overall_footer.html
    • L_Antre/template/overall_header.html
    • L_Antre/template/search_body.html
    • L_Antre/template/search_results.html
    • L_Antre/template/ucp_pm_message_header.html
    • L_Antre/template/ucp_pm_viewfolder.html
    • L_Antre/template/viewforum_body.html
    • L_Antre/theme/bidi.css
    • L_Antre/theme/colours.css
    • L_Antre/theme/common.css
    • L_Antre/theme/content.css
    • L_Antre/theme/cp.css
    N'oubliez pas d'ajouter les images suivantes (contenues dans la nouvelle archive)
    • L_Antre/theme/images/bg_menu_rtl.png
    • L_Antre/theme/images/feed.gif
    • L_Antre/theme/images/quote_rtl.gif
  2. Voici les points qui diffèrent par rapport à la mise à jour manuelle pour prosilver et qui sont propres à L_Antre
    • L_Antre/template/overall_header.html
      • Pour la modification 7, chercher
        Code: Tout sélectionner
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and not S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF S_USER_LOGGED_IN --><li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->

        Remplacer par
        Code: Tout sélectionner
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and not S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF S_USER_LOGGED_IN --><li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
    • L_Antre/template/ucp_pm_message_header.html
      • Pour la modification 3, chercher
        Code: Tout sélectionner
        <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div>

        Remplacer par
        Code: Tout sélectionner
        <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon clearfix"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span><br /><br />{L_POST_REPLY_PM}</a></div>
    • L_Antre/theme/colours.css
      • Pour la modification 2, chercher
        Code: Tout sélectionner
        #navigation a:hover {

        Avant, ajouter
        Code: Tout sélectionner
        .rtl #navigation a {
           background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.png");
           background-position: 0 100%;
        }
      • Pour la modification 3, chercher
        Code: Tout sélectionner
        /* PM Message history */
        .current {
           color: #838B8B !important;
        }

        Après, ajouter
        Code: Tout sélectionner
        /* PM panel adjustments */
        .pm-panel-header, #cp-main .pm-message-nav {
           border-bottom-color: #9288A4;
        }
  3. Correction d'un bug mineur au niveau de l'affichage de la jumpbox et des outils de modération rapide dans le viewtopic lorsque les intitulés des forums sont longs
    • L_Antre/theme/form.css
      • Chercher
        Code: Tout sélectionner
        fieldset.jumpbox {
           text-align: right;
           margin-top: 15px;
           height: 2.5em;
        }

        Remplacer par
        Code: Tout sélectionner
        fieldset.jumpbox {
           text-align: right;
           margin-top: 35px;
           height: 2.5em;
        }
Archive du style mise à jour dans le premier message.
version du style : 1.0.7
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

[3.0.7] L_Antre

Messagepar Morgyanne » Sam 6 Mar 2010 09:56

Mise à jour du 6 mars 2010 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.6 vers la version 3.0.7, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.6 suivants
    • prosilver/template/captcha_recaptcha.html
    • prosilver/template/editor.js
    • prosilver/template/forum_fn.js
    • prosilver/template/index_body.html
    • prosilver/template/login_body.html
    • prosilver/template/login_forum.html
    • prosilver/template/mcp_post.html
    • prosilver/template/quickreply_editor.html
    • prosilver/template/ucp_avatar_options.html
    • prosilver/template/ucp_pm_viewmessage_print.html
    • prosilver/template/ucp_register.html
    • prosilver/template/viewtopic_print.html
    • prosilver/theme/links.css
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/style.cfg
    • L_Antre/imageset/imageset.cfg
    • L_Antre/template/overall_header.html
    • L_Antre/template/search_results.html
    • L_Antre/template/template.cfg
    • L_Antre/template/viewforum_body.html
    • L_Antre/theme/bidi.css
    • L_Antre/theme/colours.css
    • L_Antre/theme/forms.css
    • L_Antre/theme/theme.cfg
  2. Voici les points qui diffèrent par rapport à la mise à jour manuelle pour prosilver et qui sont propres à L_Antre
    • L_Antre/imageset/imageset.cfg
      • Pour la modification 5, chercher
        Code: Tout sélectionner
        img_site_logo =
        img_poll_left =
        img_poll_center =
        img_poll_right =
        img_icon_friend =
        img_icon_foe =

        Remplacer par
        Code: Tout sélectionner
        img_site_logo =
        img_poll_left =
        img_poll_center =
        img_poll_right =
        img_icon_friend =
        img_icon_foe =
Archive du style mise à jour dans le premier message.
version du style : 1.0.7
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

Re: [3.0.8] L_Antre

Messagepar Morgyanne » Ven 7 Jan 2011 18:47

Mise à jour du 7 janvier 2011 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.7 vers la version 3.0.8, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.8 suivants
    • prosilver/template/captcha_recaptcha.html
    • prosilver/template/editor.js
    • prosilver/template/forum_fn.js
    • prosilver/template/index_body.html
    • prosilver/template/login_body.html
    • prosilver/template/mcp_post.html
    • prosilver/template/mcp_reports.html
    • prosilver/template/posting_buttons.html
    • prosilver/template/posting_editor.html
    • prosilver/template/posting_topic_review.html
    • prosilver/template/quickreply_editor.html
    • prosilver/template/ucp_pm_history.html
    • prosilver/template/ucp_profile_signature.html
    • prosilver/theme/print.css
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/style.cfg
    • L_Antre/imageset/imageset.cfg
    • L_Antre/template/overall_header.html
    • L_Antre/template/search_body.html
    • L_Antre/template/template.cfg
    • L_Antre/template/ucp_pm_viewfolder.html
    • L_Antre/template/viewforum_body.html
    • L_Antre/theme/bidi.css
    • L_Antre/theme/content.css
    • L_Antre/theme/forms.css
    • L_Antre/theme/theme.cfg
Archive du style mise à jour dans le premier message.
version du style : 1.0.7
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

Re: [3.0.9] L_Antre

Messagepar Morgyanne » Mar 27 Sep 2011 17:00

Mise à jour du 27 septembre 2011 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.8 vers la version 3.0.9, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.9 suivants
    • prosilver/template/attachment.html
    • prosilver/template/login_body.html
    • prosilver/template/mcp_post.html
    • prosilver/template/mcp_topic.html
    • prosilver/template/memberlist_im.html
    • prosilver/template/memberlist_search.html
    • prosilver/template/posting_buttons.html
    • prosilver/template/posting_smilies.html
    • prosilver/template/simple_header.html
    • prosilver/template/ucp_groups_manage.html
    • prosilver/template/ucp_pm_viewmessage_print.html
    • prosilver/template/viewtopic_body.html
    • prosilver/template/viewtopic_print.html
    • prosilver/theme/print.css
    • prosilver/theme/tweaks.css
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/style.cfg
    • L_Antre/imageset/imageset.cfg
    • L_Antre/template/overall_footer.html
    • L_Antre/template/overall_header.html
    • L_Antre/template/simple_footer.html
    • L_Antre/template/template.cfg
    • L_Antre/template/viewforum_body.html
    • L_Antre/theme/colours.css
    • L_Antre/theme/cp.css
    • L_Antre/theme/forms.css
    • L_Antre/theme/links.css
    • L_Antre/theme/theme.cfg
  2. Voici les points qui diffèrent par rapport à la mise à jour manuelle pour prosilver et qui sont propres à L_Antre
    • L_Antre/theme/colours.css
      • Code: Tout sélectionner
        .pagination span a:active {
           color: #463E52;
           background-color: #E1CDE9;
           border-color: #463E52;
        }
      • Code: Tout sélectionner
        .postlink:visited {
           color: #009999;
           border-bottom-color: #009999;
        }
      • Code: Tout sélectionner
        .postprofile a:active {
           color: #FFFFFF;
        }
Archive du style mise à jour dans le premier message.
version du style : 1.0.7
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

Re: [3.0.10] L_Antre

Messagepar Morgyanne » Ven 6 Jan 2012 18:58

Mise à jour du 6 janvier 2012 :

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.9 vers la version 3.0.10, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.10 suivants
    • prosilver/template/editor.js
    • prosilver/template/forum_fn.js
    • prosilver/template/jumbox.html
    • prosilver/template/mcp_approve.html
    • prosilver/template/mcp_notes_user.html
    • prosilver/template/mcp_post.html
    • prosilver/template/memberlist_view.html
    • prosilver/template/message_body.html
    • prosilver/template/posting_buttons.html
    • prosilver/template/ucp_groups_manage.html
    • prosilver/template/ucp_pm_viewmessage_print.html
    • prosilver/template/viewtopic_body.html
    • prosilver/theme/links.css
    • prosilver/theme/print.css
    • prosilver/theme/tweaks.css
    MAIS vous devez effectuer manuellement les modifications sur
    • L_Antre/style.cfg
    • L_Antre/imageset/imageset.cfg
    • L_Antre/template/mcp_front.html
    • L_Antre/template/memberlist_body.html
    • L_Antre/template/overall_header.html
    • L_Antre/template/template.cfg
    • L_Antre/theme/bidi.css
    • L_Antre/theme/buttons.css
    • L_Antre/theme/common.css
    • L_Antre/theme/content.css
    • L_Antre/theme/cp.css
    • L_Antre/theme/forms.css
    • L_Antre/theme/stylesheet.css
    • L_Antre/theme/theme.cfg
  2. Voici les points qui diffèrent par rapport à la mise à jour manuelle pour prosilver et qui sont propres à L_Antre
    • L_Antre/theme/stylesheet.css
      • Code: Tout sélectionner
        /*  phpBB3 Style Sheet
            --------------------------------------------------------------
           Style name:      L_Antre
           Based on style:   prosilver (the default phpBB 3.0.x style)
           Original author:   Tom Beddard ( http://www.subblue.com/ )
           Modified by:   Morgyanne ( http://morgyanne.free.fr/forum/ )
Archive du style mise à jour dans le premier message.
version du style : 1.0.7
Avatar de l’utilisateur
Morgyanne
Administratrice
Administratrice
 
Messages: 182
Inscription: Ven 4 Jan 2008 18:51
Localisation: Lyon

Précédente

Retourner vers Styles

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 7 invités

cron