Supprimer les outils de modération en texte (phpBB3)

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 0:44

Détails techniques


Version du forum : phpBB3
Poste occupé : Administrateur
Navigateur(s) concerné(s) : Google Chrome
Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://sorceleur.jdrforum.com/

Description du problème

Bonjour,

Toujours dans l'optique d'épurer au maximum le design du forum, j'aimerais pouvoir supprimer ces deux éléments dans les sujets.

Supprimer les outils de modération en texte (phpBB3) ZWdEvkI

Merci bien et passez une bonne journée ! Smile

EDIT : J'ai fini par trouver comment supprimer le "Sauter vers" mais pas comment simplement garder les boutons pour la modération.

EDIT 2 : J'ai réussi à supprimer mais j'ai toujours un cadre vide à l'endroit où se trouvait le sélecteur, ce qui empêche à mes boutons d'être près du cadre. :/

Supprimer les outils de modération en texte (phpBB3) KgpG4cn


Dernière édition par SweetGumiho le Mar 7 Avr 2015 - 22:01, édité 1 fois
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 1:25

(re) bonjour,
Ajoutez le code suivant dans votre feuille de style css :
Code:
fieldset.jumpbox, fieldset.quickmod {
  display: none;
}
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 1:33

Le code n'a pas l'air de fonctionner. Sad
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 17:28

complétez-le ainsi :
Code:
fieldset.jumpbox, fieldset.vf_jumpbox, fieldset.quickmod {
  display: none;
}
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 18:12

Toujours pas. :/
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 19:11

Aaaaaaaah non pardon, j'étais restée sur ne pas afficher les menus, je suis désolée !
Est ce que le template a été édité ? Si oui, serait-ce possible de le fournir ? Parce que chez moi les boutons se retrouvent bien remontés, et du coup comme je ne peux pas les voir chez vous en tant qu'invitée, je suis un peu embêtée =/
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 19:33

Oui, j'ai édité les templates pour supprimer les deux sélecteurs.

Supprimer les outils de modération en texte (phpBB3) TvNV2Er
Supprimer les outils de modération en texte (phpBB3) S1Kjd8t

Voici les deux templates édités :

Le template viewforum_body :

Code:
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>

<h1 class="page-title"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h1>

{BOARD_INDEX}

<div class="pagination">
   <br />
   <script type="text/javascript">//<![CDATA[
      var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
      var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
      var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
      var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
      var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
      insert_plus_menu_new('f{FORUM_ID}&amp;f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
   //]]>
   </script>
   {PAGINATION}
   <br /><br />
</div>

<div class="topic-actions">
<!-- BEGIN switch_user_authpost -->
   <div class="buttons">
      <div class="post-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></div>
   </div>
<!-- END switch_user_authpost -->
   <div class="search-box">
      <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
      <fieldset>
         <input class="inputbox search tiny" type="text" name="search_keywords" id="search_keywords" size="20" value="{L_SEARCH}" onclick="if (this.value == '{L_SEARCH}') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}';" />
         &nbsp;<input class="button2" type="submit" value="{L_SEARCH}" />
         <input type="hidden" value="{SEARCH_WHERE}" name="search_where" />
      </fieldset>
      </form>
   </div>
   <p class="nomargin path" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
      <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
      {NAV_CAT_DESC}
   </p>
</div>

{TOPICS_LIST_BOX}

<div class="topic-actions">
   <!-- BEGIN switch_user_authpost -->
   <div class="buttons">
      <div class="post-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></div>
   </div>
   <!-- END switch_user_authpost -->

 
 
<div class="pagination">
      {PAGINATION}<br />
          <p id="M14_Notif_Plus">
            <strong><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></strong><br /><strong>{S_WATCH_FORUM}</strong>
          </p>
            <a href="#top">{L_BACK_TO_TOP}</a><br /><br />
  </div>
 </div>
<div class="clear"></div>

{LOGGED_IN_USER_LIST}

<div id="info_open" style="display:block;clear:both">
<div class="h3">Gardiens</div>
<p>{MODERATORS}</p>

<div class="h3">Permissions de ce forum</div>
<p>{S_AUTH_LIST}</p>

</div>
<!-- BEGIN switch_legend -->
<div class="h3">{L_LEGEND}</div>
   <div class="clearfix">
      <ul class="ul-icons">
         <li><img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" />&nbsp;{L_FOLDER_NEW_IMG}</li>
         <li><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_FOLDER_HOT_NEW_IMG}" />&nbsp;{L_FOLDER_HOT_NEW_IMG}</li>
         <li><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_FOLDER_LOCKED_NEW_IMG}" />&nbsp;{L_FOLDER_LOCKED_NEW_IMG}</li>
      </ul>
      <ul class="ul-icons">
         <li><img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" />&nbsp;{L_FOLDER_IMG}</li>
         <li><img src="{FOLDER_HOT_IMG}" alt="{L_FOLDER_HOT_IMG}" />&nbsp;{L_FOLDER_HOT_IMG}</li>
         <li><img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" />&nbsp;{L_FOLDER_LOCKED_IMG}</li>
      </ul>
      <ul class="ul-icons">
         <li><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" />&nbsp;{L_FOLDER_ANNOUNCE_IMG}</li>
         <li><img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" />&nbsp;{L_FOLDER_STICKY_IMG}</li>
         <li><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_FOLDER_GLOBAL_ANNOUNCE_IMG}" />&nbsp;{L_FOLDER_GLOBAL_ANNOUNCE_IMG}</li>
      </ul>
   </div>
<!-- END switch_legend -->

Le template viewtopic_body :

Code:
    <script type="text/javascript">
    //<![CDATA[
    var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };


    $(function(){

        if(typeof(_atc) == "undefined") {
            _atc = {  };
        }

        _atc.cwait = 0;
        $('.addthis_button').mouseup(function(){
            if ($('#at15s').css('display') == 'block') {
                addthis_close();
            }
        });
    });

    var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
    showHiddenMessage = function(id)
    {
        try
        {
            var regId = parseInt(id, 10);
            if( isNaN(regId) ) { regId = 0; }

            if( regId > 0)
            {
                $('.post--' + id).toggle(0, function()
            {
                if( $(this).is(":visible") )
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                }
                else
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                }
            });
            }
        }
        catch(e) { }

      return false;
    };

    //]]>
    </script>

    <h1 class="page-title">
      <a href="{TOPIC_URL}"><div class="titlemsg">{TOPIC_TITLE}</div></a>
    </h1>
    <div class="topicposition"><div class="topic-actions">
      <div class="buttonsmsgtop">

          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>

      <div class="cheminmsg"><div class="pathname-box">
          <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC}
            </p>
        </div></div>

      <p class="right">
          <!-- BEGIN switch_fb_likebtn -->
          <script>(function(d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s); js.id = id;
            js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
          }(document, 'script', 'facebook-jssdk'));</script>
          <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
          <!-- END switch_fb_likebtn -->
      </p>

    <div id="M14_menu"class="pagination">
      {PAGE_NUMBER}
      &nbsp;
      <!-- BEGIN switch_plus_menu -->
      &nbsp;•&nbsp;
      <script type="text/javascript">//<![CDATA[
        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
        insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
      //]]>
      </script>
      <!-- END switch_plus_menu -->
  </div>
      <div class="clear"></div>
    </div>

    <!-- BEGIN topicpagination -->
      <p class="pagination"><div class="paginationmsgtop">AAAA{PAGINATION}BBBB</div></p>
    <!-- END topicpagination -->
    <p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
    <div class="clear"></div>
    {POLL_DISPLAY}

    <!-- BEGIN postrow -->
      <!-- BEGIN hidden -->
    <div class="post {postrow.hidden.ROW_COUNT}">
            <div class="inner">
                <span class="corners-top"><span></span></span>
                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                <div class="clear"></div>
                <span class="corners-bottom"><span></span></span>
            </div>
          </div>
      <!-- END hidden -->
      <!-- BEGIN displayed -->
          <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <div class="inner"><span class="corners-top"><span></span></span>
                <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
            <div class="postbody">

                <ul class="profile-icons">
                  <li>{postrow.displayed.THANK_IMG}</li>
                  <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                  <li>{postrow.displayed.QUOTE_IMG}</li>
                  <li>{postrow.displayed.EDIT_IMG}</li>
                  <li>{postrow.displayed.DELETE_IMG}</li>
                  <li>{postrow.displayed.IP_IMG}</li>
                  <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                </ul>

                <h2 class="topic-title">{postrow.displayed.ICON}</h2>
              <p class="author">&nbsp;<div class="positiondatemsg">{postrow.displayed.POST_DATE_NEW}</div></p>
                <div class="clearfix"></div>
                <!-- BEGIN switch_vote_active -->
                <div class="vote gensmall">
                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                  <!-- END switch_vote -->

                  <!-- BEGIN switch_bar -->
                  <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                      <!-- BEGIN switch_vote_plus -->
                      <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                      <!-- END switch_vote_plus -->

                      <!-- BEGIN switch_vote_minus -->
                      <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                      <!-- END switch_vote_minus -->
                  </div>
                  <!-- END switch_bar -->

                  <!-- BEGIN switch_no_bar -->
                  <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                  <!-- END switch_no_bar -->

                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                  <!-- END switch_vote -->
                </div>
                <!-- END switch_vote_active -->

                <div style="display:none"></div>
                <div class="content clearfix">
                  <div>{postrow.displayed.MESSAGE}</div>
                      <!-- BEGIN switch_attachments -->
                      <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd class="attachments">
                            <!-- BEGIN switch_post_attachments -->
                            <dl class="file clearfix">
                              <dt>
                                  <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                              </dt>
                              <dd>
                                  <!-- BEGIN switch_dl_att -->
                                  <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_dl_att -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_no_dl_att -->

                                  <!-- BEGIN switch_no_comment -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                  <!-- END switch_no_comment -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                  <!-- END switch_no_dl_att -->

                                  <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                              </dd>
                            </dl>
                            <!-- END switch_post_attachments -->
                        </dd>
                      </dl>
                      <!-- END switch_attachments -->
                </div>
                <!-- BEGIN switch_signature -->
                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                <!-- END switch_signature -->
            </div>

            <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
                <!-- div class="online2"></div-->
                <dl>
                  <dt>
                      {postrow.displayed.POSTER_AVATAR}
                      <br /><strong style="font-size:1.2em" class="profil_pseudo">{postrow.displayed.POSTER_NAME}</strong>
                  </dt>
                  <dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
                  <dd><br /></dd>
                  <dd>
                    <div class="profil_onglet">
                      <a class="onglet_profil selected">Personnage</a><a class="onglet_rpg">Autres Infos</a>
                    </div>
                    <div class="profil_mess">
                      <div class="profil"><!-- BEGIN profile_field -->
                                    <div class="fieldProfile">
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                                      </div>
                <!-- END profile_field --> <div class="profileCache">
    <img src="http://i.imgur.com/kLYHIUc.png" />
      </div></div>
                      <div class="rpg">{postrow.displayed.POSTER_RPG}</div>
                    </div>
                  </dd>
                  <dd><br /></dd>
                  <dd>
                      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                  </dd>
                </dl>
            </div>

            <div class="clear"></div>

            <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
            <span class="corners-bottom"><span></span></span></div>
          </div>
    <table><tr><td style="width:100%;height:30px;"colspan="5"></td></tr></table>
    <!-- BEGIN first_post_br -->
          <hr id="first-post-br" />
    <!-- END first_post_br -->
      <!-- END displayed -->
    <!-- END postrow -->

    <a name="bottomtitle"></a>

    <!-- BEGIN topicpagination -->
      <p class="pagination"><div class="paginationmsgbottom">{PAGINATION}</div></p>
    <!-- END topicpagination -->

    <div class="sautmsg"><p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p></div>

    <div class="clear"></div>
   
    <!-- BEGIN switch_user_logged_in -->
    <!-- BEGIN watchtopic -->
      <p id="M14_Notif_Plus-bis"><strong>{S_WATCH_TOPIC}</strong></p>
    <!-- END watchtopic -->
    <!-- END switch_user_logged_in -->

    <!-- BEGIN switch_forum_rules -->
    <div class="post row1" id="forum_rules">
      <span class="corners-top"><span></span></span>
      <div class="h3">&nbsp;{L_FORUM_RULES}</div>
      <div class="clear"></div>
      <table class="postbody">
          <tr>
            <!-- BEGIN switch_forum_rule_image -->
            <td class="logo">
                <img src="{RULE_IMG_URL}" alt="" />
            </td>
            <!-- END switch_forum_rule_image -->
            <td class="rules content">
                {RULE_MSG}
            </td>
          </tr>
      </table>
      <span class="corners-bottom"><span></span></span>
    </div>
    <!-- END switch_forum_rules -->

    <!-- BEGIN switch_user_logged_in -->
    <a name="quickreply"></a>
    {QUICK_REPLY_FORM}
    <!-- END switch_user_logged_in -->

    <hr />

    <div class="topic-actions">
      <div class="buttonsmsgbottom">
          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>
    </div>
    <div class="clear"></div>
     
    <!-- BEGIN viewtopic_bottom -->
      <form method="get" action="{S_FORM_MOD_ACTION}">
    </form>
      <div class="clear"></div>
    <p class="right">{S_TOPIC_ADMIN}</p>
    <!-- END viewtopic_bottom -->
     
    <!-- BEGIN show_permissions -->
      <div class="h3">Permissions de ce forum</div>
      {S_AUTH_LIST}
    <!-- END show_permissions -->

    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->

    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
   
    </div>

EDIT : Du coup j'efface ce que vous m'aviez dit de mettre dans le CSS ?
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 19:56

Le problème se pose sur les sujets n'est ce pas ? Donc le template concerné ici est viewtopic_body, mais sur mon forum-test il ne pose pas de problème, essayez ainsi :
Code:
    <script type="text/javascript">
    //<![CDATA[
    var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };


    $(function(){

        if(typeof(_atc) == "undefined") {
            _atc = {  };
        }

        _atc.cwait = 0;
        $('.addthis_button').mouseup(function(){
            if ($('#at15s').css('display') == 'block') {
                addthis_close();
            }
        });
    });

    var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
    showHiddenMessage = function(id)
    {
        try
        {
            var regId = parseInt(id, 10);
            if( isNaN(regId) ) { regId = 0; }

            if( regId > 0)
            {
                $('.post--' + id).toggle(0, function()
            {
                if( $(this).is(":visible") )
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                }
                else
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                }
            });
            }
        }
        catch(e) { }

      return false;
    };

    //]]>
    </script>

    <h1 class="page-title">
      <a href="{TOPIC_URL}"><div class="titlemsg">{TOPIC_TITLE}</div></a>
    </h1>
    <div class="topicposition"><div class="topic-actions">
      <div class="buttonsmsgtop">

          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>

      <div class="cheminmsg"><div class="pathname-box">
          <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC}
            </p>
        </div></div>

      <p class="right">
          <!-- BEGIN switch_fb_likebtn -->
          <script>(function(d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s); js.id = id;
            js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
          }(document, 'script', 'facebook-jssdk'));</script>
          <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
          <!-- END switch_fb_likebtn -->
      </p>

    <div id="M14_menu"class="pagination">
      {PAGE_NUMBER}
      &nbsp;
      <!-- BEGIN switch_plus_menu -->
      &nbsp;•&nbsp;
      <script type="text/javascript">//<![CDATA[
        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
        insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
      //]]>
      </script>
      <!-- END switch_plus_menu -->
  </div>
      <div class="clear"></div>
    </div>

    <!-- BEGIN topicpagination -->
      <p class="pagination"><div class="paginationmsgtop">AAAA{PAGINATION}BBBB</div></p>
    <!-- END topicpagination -->
    <p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
    <div class="clear"></div>
    {POLL_DISPLAY}

    <!-- BEGIN postrow -->
      <!-- BEGIN hidden -->
    <div class="post {postrow.hidden.ROW_COUNT}">
            <div class="inner">
                <span class="corners-top"><span></span></span>
                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                <div class="clear"></div>
                <span class="corners-bottom"><span></span></span>
            </div>
          </div>
      <!-- END hidden -->
      <!-- BEGIN displayed -->
          <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <div class="inner"><span class="corners-top"><span></span></span>
                <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
            <div class="postbody">

                <ul class="profile-icons">
                  <li>{postrow.displayed.THANK_IMG}</li>
                  <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                  <li>{postrow.displayed.QUOTE_IMG}</li>
                  <li>{postrow.displayed.EDIT_IMG}</li>
                  <li>{postrow.displayed.DELETE_IMG}</li>
                  <li>{postrow.displayed.IP_IMG}</li>
                  <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                </ul>

                <h2 class="topic-title">{postrow.displayed.ICON}</h2>
              <p class="author">&nbsp;<div class="positiondatemsg">{postrow.displayed.POST_DATE_NEW}</div></p>
                <div class="clearfix"></div>
                <!-- BEGIN switch_vote_active -->
                <div class="vote gensmall">
                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                  <!-- END switch_vote -->

                  <!-- BEGIN switch_bar -->
                  <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                      <!-- BEGIN switch_vote_plus -->
                      <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                      <!-- END switch_vote_plus -->

                      <!-- BEGIN switch_vote_minus -->
                      <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                      <!-- END switch_vote_minus -->
                  </div>
                  <!-- END switch_bar -->

                  <!-- BEGIN switch_no_bar -->
                  <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                  <!-- END switch_no_bar -->

                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                  <!-- END switch_vote -->
                </div>
                <!-- END switch_vote_active -->

                <div style="display:none"></div>
                <div class="content clearfix">
                  <div>{postrow.displayed.MESSAGE}</div>
                      <!-- BEGIN switch_attachments -->
                      <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd class="attachments">
                            <!-- BEGIN switch_post_attachments -->
                            <dl class="file clearfix">
                              <dt>
                                  <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                              </dt>
                              <dd>
                                  <!-- BEGIN switch_dl_att -->
                                  <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_dl_att -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_no_dl_att -->

                                  <!-- BEGIN switch_no_comment -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                  <!-- END switch_no_comment -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                  <!-- END switch_no_dl_att -->

                                  <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                              </dd>
                            </dl>
                            <!-- END switch_post_attachments -->
                        </dd>
                      </dl>
                      <!-- END switch_attachments -->
                </div>
                <!-- BEGIN switch_signature -->
                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                <!-- END switch_signature -->
            </div>

            <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
                <!-- div class="online2"></div-->
                <dl>
                  <dt>
                      {postrow.displayed.POSTER_AVATAR}
                      <br /><strong style="font-size:1.2em" class="profil_pseudo">{postrow.displayed.POSTER_NAME}</strong>
                  </dt>
                  <dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
                  <dd><br /></dd>
                  <dd>
                    <div class="profil_onglet">
                      <a class="onglet_profil selected">Personnage</a><a class="onglet_rpg">Autres Infos</a>
                    </div>
                    <div class="profil_mess">
                      <div class="profil"><!-- BEGIN profile_field -->
                                    <div class="fieldProfile">
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                                      </div>
                <!-- END profile_field --> <div class="profileCache">
    <img src="http://i.imgur.com/kLYHIUc.png" />
      </div></div>
                      <div class="rpg">{postrow.displayed.POSTER_RPG}</div>
                    </div>
                  </dd>
                  <dd><br /></dd>
                  <dd>
                      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                  </dd>
                </dl>
            </div>

            <div class="clear"></div>

            <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
            <span class="corners-bottom"><span></span></span></div>
          </div>
    <table><tr><td style="width:100%;height:30px;"colspan="5"></td></tr></table>
    <!-- BEGIN first_post_br -->
          <hr id="first-post-br" />
    <!-- END first_post_br -->
      <!-- END displayed -->
    <!-- END postrow -->

    <a name="bottomtitle"></a>

    <!-- BEGIN topicpagination -->
      <p class="pagination"><div class="paginationmsgbottom">{PAGINATION}</div></p>
    <!-- END topicpagination -->

    <div class="sautmsg"><p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p></div>

    <div class="clear"></div>
   
    <!-- BEGIN switch_user_logged_in -->
    <!-- BEGIN watchtopic -->
      <p id="M14_Notif_Plus-bis"><strong>{S_WATCH_TOPIC}</strong></p>
    <!-- END watchtopic -->
    <!-- END switch_user_logged_in -->

    <!-- BEGIN switch_forum_rules -->
    <div class="post row1" id="forum_rules">
      <span class="corners-top"><span></span></span>
      <div class="h3">&nbsp;{L_FORUM_RULES}</div>
      <div class="clear"></div>
      <table class="postbody">
          <tr>
            <!-- BEGIN switch_forum_rule_image -->
            <td class="logo">
                <img src="{RULE_IMG_URL}" alt="" />
            </td>
            <!-- END switch_forum_rule_image -->
            <td class="rules content">
                {RULE_MSG}
            </td>
          </tr>
      </table>
      <span class="corners-bottom"><span></span></span>
    </div>
    <!-- END switch_forum_rules -->

    <!-- BEGIN switch_user_logged_in -->
    <a name="quickreply"></a>
    {QUICK_REPLY_FORM}
    <!-- END switch_user_logged_in -->

    <hr />

    <div class="topic-actions">
      <div class="buttonsmsgbottom">
          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>
    </div>
    <div class="clear"></div>
     
    <!-- BEGIN viewtopic_bottom -->
    <p class="right">{S_TOPIC_ADMIN}</p>
    <!-- END viewtopic_bottom -->
     
    <!-- BEGIN show_permissions -->
      <div class="h3">Permissions de ce forum</div>
      {S_AUTH_LIST}
    <!-- END show_permissions -->

    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->

    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
   
    </div>

Sinon, ça vient peut être de votre css, le rendu sur mon forum n'étant pas le même que sur votre capture avec pourtant le même template...
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 20:11

Le problème est toujours présent. Sad
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 20:12

Je pourrais avoir votre css ? ^^
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 20:13

Code:
/****** GENERAL ******/
    .cheminmsg
    {position:relative;
    left:-15px;
      top:-15px;
    font-variant:small-caps;
    font-size:12px;}

/*Titre des messages*/
    .titlemsg
    {

    font-variant:small-caps !important;
    }

    .paginationmsgtop
    {float:right;
    position:relative;
    top:-43px;
    right:3px;
    font-variant:small-caps;
    font-size:11px;}

    .paginationmsgbottom
    {float:right;
    position:relative;
    top:15px;
    right:3px;
    font-variant:small-caps;
    font-size:11px;}

    .sautmsg
    {position:relative;
    top:10px;}

    #wrap {
      border:0;
    }

    body {
      background-position:top center;
      background-attachment:scroll;
      background-repeat:no-repeat;
      cursor: url(http://i.imgur.com/0arzXM8.png), auto;
    }

    a, .buttons img, .postbody ul.profile-icons img, p.right a img, fieldset.jumpbox select, fieldset.jumpbox input, fieldset.quickmod select, fieldset.quickmod input, span.selectCode{
    cursor: url(http://i.imgur.com/8CK6Zi2.png), pointer;
    }

    a, a:hover {
        text-decoration: none !important;
    }

    .inputbox {
      background:#3c3c3c;
      color:#ffffff;
      padding:2px;
      border:1px solid #BCBCBC;
      border-radius:10px;
      cursor:text;
    }
   
    .forabg {
      background:none;
      margin-bottom:4px;
      padding:0px 5px;
      border-radius:10px;
      border:1px solid #101010;
      box-shadow:0 0 9px #000000;
      clear:both;
    }
   
    .forabg .lastpost {
        height: 145px;
        width: 175px;
    }
    div.forabg ul.topiclist dd.dterm {
      width: 690px;
    }
   
    .panel {
      background:#000000;
      padding:0px 10px;
      margin-bottom:4px;
      border-radius:10px;
      border:1px solid #101010;
      box-shadow:0 0 9px #000000;
    }
    .panel p {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-bottom: 1em;
      text-align: center;
    }
   
    #search-box input,#search-box input.button1,input.search,#smiley-box {
      display:none;
    }
   
    .slidesmile {
      position:relative;
      top:39px;
      left:705px;
      z-index:4;
    }

    ::-webkit-scrollbar { /* Bloc général de la scrollbar, pour gérer la taille */
      height: 8px;
      width: 8px;
    }
    ::-webkit-scrollbar-thumb { /* Couleur du petit ascenseur et bords arrondis */
      background: #2c444f;
      border-radius: 15px;
}

.content h2, .panel h2, .content h1, .h3, .panel h1, h3 {
  border-bottom: none;
  text-transform: uppercase;
}

#M14_menu.pagination
{
float: none !important;
font-variant: small-caps;
right: 200px;
width: 200px;
position: absolute !important;
}
 
#plus_menu
{
position:absolute;
left:-350px !important;
}
 
    /****** CHATBOX ******/

    #chatbox .date-and-time, #chatbox .user-msg { /* Force le pseudo et la date à rester sur la même ligne */
    white-space: nowrap;
    }

    #chatbox .msg { /* Force le texte à retourner à la ligne quand il dépasse la largeur maximum */
    word-wrap: break-word;
    white-space: normal;
    }

    h2.chatbox-title:after { content: "Le Foyer"; } /*titre de la chatbox*/
    a.chat-title { display: none;
    }
    body.chatbox #chatbox_header .chatbox-title,
    body.chatbox #chatbox_header .chatbox-title a.chat-title {
        font-size: 14px !important;
    }
    #chatbox.recently-connected:after {
      font-family: "trebuchet ms", serif;
      font-size: 1em; line-height:1.5em; font-weight: bold; color: #8BC34A;
      box-shadow:0 0 5px #AED581; display:block; background: #000000; margin:auto;
      width:80%; margin:1.5% auto; padding:1%; white-space: pre;
      content: "Bienvenue dans le Foyer. Si vous êtes seul(e), n'oubliez pas de remettre une bûche dans le feu.";
    }

    .cb_bloc{
    height: 0;
    overflow: hidden;
    transition: 1s all;
    }

    /****** NAVIGATION *******/
   
    .navig {
      position:fixed;
      background:#000;
      width:100%; /*couleur de fond de la barre de navigation*/
      top:0;
      z-index: 99;
      box-shadow:0 2px 10px #000; /*effet d'ombre sous la barre de navigation*/
    }
    .navig a {
      font-family:'Alegreya SC'; /*police des liens*/
      font-size:15px; /*taille police des liens*/
      color:#6F7D7D; /*couleur des liens*/
    }
    .navig a:hover {
      color:#4D7999; /*couleur des liens au survol*/
      letter-spacing:1px;/*espacement des lettres au survol (0=normal)*/
    }
    .navig li {
      display:inline-block;
      padding:14px; /*marge autour des liens*/
    }
    a.mainmenu span.new-message{
    color: #EAC117;
    }
    a.mainmenu span.new-message:hover{
    color: #A#FDD017;
    }

    /****** PAGE DES SUJETS ******/

    form[method="post"] .left-box{text-align:center;
    }
    fieldset.polls {width:50%;margin-left: 25%;
    }
    fieldset.polls dd.resultbar, fieldset.polls dd:last-child{width:30%!important;
    }
    fieldset.polls dl dt {text-align: right;margin-right: 10px;
    }
    fieldset.polls dd input[name="vote_id[]"]{float:left;
    }
    fieldset.polls dl{border:none;}
    fieldset.polls dd input[name="vote_id[]"]{float:left;margin-left:10px;
    }

    .post {
      background:#262627;
      padding:0 10px;
      margin-bottom:4px;
      border-radius:10px;
      box-shadow:0 0 9px #000000;
    }
    .postbody /*justification automatique des posts*/ {
      display:block;
      text-align:justify;
      padding:10px;
      width: 70%;
    }
    .postprofile {
      position:relative;
      min-height:80px;
      width:210px;
      background:rgba(0,0,0,0.4);
      margin:5px 0 0;
      padding:5px;
      color:#999;
      text-align:center;
      word-wrap:break-word;
      border:1px solid rgba(0,0,0,0.25);
      border-radius:5px;
      box-shadow:0 1px 3px rgba(0,0,0,0.6) inset,0 0 0 1px rgba(255,255,255,0.05),0 1px 0 rgba(255,255,255,0.1);
    }
    ul.profile-icons {
      margin-top:10px;
      list-style:none;
      border-radius:10px;
    }

    .buttonsmsgtop { /* Position des boutons répondre et nouveau message haut*/
      float:right;
      position:relative;
      top:-45px;
    }

    .buttonsmsgbottom { /* Position des boutons répondre et nouveau message bas*/
      float:right;
      position:relative;
      top:-70px;
    }
   
    .positiondatemsg {
    float:right;
    position:relative;
    top:-20px;
    right:-220px;
        font-variant:small-caps;
    font-size:12px;
    }

    .profile-icons {
    float:right;
    position:relative;
    top:-48px;
    right:-90px;}


    .profil_mess { /*** debut profil des messages ***/
    background: #313038;
    border: 1px solid #121218;
    border-bottom: 6px solid #121218;
    border-top: 0;
    margin-left: -1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }
   
    .profil_onglet {
    height: 20px;
    position: relative;
    }
    .profil_onglet a, .profil_onglet a:hover, .profil_onglet a:active, .profil_onglet a:focus, .profil_onglet a:visited{
    color: #BFBFCA;
    text-decoration: none;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    }
    .profil_onglet .selected{
    background: #1D1D25;
    color: #BFBDE8;
    }
   
    .onglet_profil, .onglet_rpg {
    background: #121218;
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 10px;
    padding: 5px 0;
    }
   
    .onglet_rpg {
    left: 50%;
    border-top-right-radius: 5px;
    }
   
    .onglet_profil {
    left: 0;
    border-top-left-radius: 5px;
    }
   
    .profil_mess .rpg, .profil_mess .rpg br:first-child{
    display: none;
    }
   
    .profil_mess .profil, .profil_mess .rpg{
    overflow: hidden;
    text-align: left;
    padding: 4px;
    }

    .profil_mess .rpg{ /* Force le titre des champs de la feuille à être en gras, centré, et en majuscule dans les sujets */
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    }

    .profil_mess .rpg textarea{ /* Force la largeur maximum des champ de texte de la fiche RPG dans les sujets et met un fond noir */
    width: 185px;
    max-width: 185px;
    background: #000;
    }

    .profil_mess img{ /* Force la largeur maximum des images du profil dans les sujets */
    max-width: 200px;
    }

    div#profile-tab-field-profil dl dt { /* Rénitialise la largeur en automatique et ajoute un petit margin pour pas que le texte soit collé aux deux points */
    width: auto;
    margin-right: 2px;
    }

    #profile-tab-field-profil dl dd{ /* Réinitialise le padding left et le margin left pour que le texte s'adapte à la taille du label */
    padding-left: 0;
    margin-left: 0;
    }

    .rpg a[href*="rpgsheet"], .rpg a[href*="rpgsheet"] + br{ /* Fais disparaître le terme "Feuille de personnage, dans le profil dans les messages */
    display: none;
    }

    .profil_pseudo strong{ /* Modifie le pseudo dans les sujets */
    font-variant: uppercase;
    font-family: 'Alegreya SC', serif;
    font-size: 16px
    }
    .profileCache{ /* Cache une partie du profil */
    max-height:66px;
    transition-duration:2s;
      -webkit-transition-duration:2s;
    }
    .profileCache:hover{
    max-height:1000px;
    transition-duration:3s;
      -webkit-transition-duration:3s;}
    .profileCache img:first-child{
    display:block;
    width:80px;
    margin:auto;
    }
    /*** fin profil des messages ***/

    /****** PROFIL FENETRE ******/
   
    .module {
    background:url(http://i60.servimg.com/u/f60/14/70/09/25/gradie22.png) repeat-x #262627;
    border:1px solid #101010;
    border-radius:10px;
    box-shadow:0 0 9px #000000;
    }
    .signature {
    border-radius:10px;
    }

    div.separator { display:none }
    #profile-advanced-right .module .h3 {
      border:none;
      text-align:center;
    }
    h1.page-title {
      font-size:18px;
      text-align:center;
      margin-bottom:35px !important;
    }
    #profile-tab-field-profil dl {
      padding:5px 0; /* Ypx Xpx */
      margin:0;
    }
   
    /* onglets */
    #tabs a span {
      color:#666;
      padding:6px 10px;
    }
    #tabs a {
      background:#333;
      border:1px solid #666;
      border-bottom:none;
      border-radius:3px 3px 0 0;
      box-shadow:0 6px 4px rgba(255,255,255, 0.15) inset;
      padding:0;
    }
    #tabs a:hover {
      top:1px;
      background:#222;
    }
   
    #tabs .activetab a span { color:#666 }
    #tabs .activetab a {
      background:#222;
      border-bottom:none;
      margin-bottom:0;
    }
    #new-message-link a { border:none
    }
    .mess-feuille-rp { /* Texte feuille de personnage membres non-valides */
        font-size: 14px;
        text-align: center;
    }

    /****** BOITE DE REPONSE DES MESSAGES ******/

::-webkit-input-placeholder { opacity:0.5; text-transform:uppercase; font-size:10px; }
:-ms-input-placeholder { opacity:0.5; text-transform:uppercase; font-size:10px; }
:-moz-placeholder { opacity:0.5; text-transform:uppercase; font-size:10px; }
::-moz-placeholder { opacity:0.5; text-transform:uppercase; font-size:10px; }
#postingbox .inputbox { font-variant:small-caps }

    /****** CASE DES TABLEAUX DE FORUMACTIF ******/
   
    .row2,.row1 {
    background:url(http://imageshack.com/a/img690/452/q962.png) center top repeat-x #0D0C0B;
    }

    /****** BALISE CODE ******/

    dl.codebox {
    background:#1E1D1B;
    font-size:1em;
    padding:3px;
    border:1px solid #878787;
    border-radius:10px;
    }
   
    /***** BALISE BLOCKQUOTE ******/
   
    .postbody blockquote {
    background:#1E1D1B;
    border: 1px solid #878787;
    border-radius: 10px;
    text-align: justify;
    padding: 10px;
    color: #878787;
    margin: auto;
    }

    .postbody blockquote div {
    margin-left: 5px;
    font-size: 10px;
    font-style: italic;
    }

    /****** SPOILER ******/

    .spoiler_closed, .spoiler_closed.hidden, .spoiler_content, .spoiler_content.hidden {
      background: #000;
      text-align : justify; /* alignement standart d'un spoiler */
      padding:10px; /* espacement entre le bord de votre cadre et votre texte */
    }


    /***** SELECTION CODE ******/

    .selectCode {
    float:right; text-transform: uppercase; cursor: pointer;
    }
   
    /****** BUTTON ET INPUT *******/
   
    a.button1,a.button2,button.button2,input.button1,input.button2 {
      background:url(http://imageshack.com/a/img849/7503/zow4.png) #1E1D1B;
      border:0;
      color:#B89E7D;
    }
   
    /****** CATEGORIES ******/
    /*Description Catégorie*/
    .descricateg
    {width:410px;
    position:relative;
    left:55px;
      top:-10px
    text-align:justify;
    height:108px;
    overflow-x:auto;
    padding-right:10px;}

    /*Gif dans les catégories*/
    .gifscateg
    {width:195px;
    height:97px;
    border-radius:10px;
    position:relative;
    left:28px;
        top:-10px;
    opacity:0.8;
    transition-duration: 2s;}

    /*Gif dans les catégories survol*/
    .gifscateg:hover
    {width:195px;
    height:97px;
    border-radius:10px;
    position:relative;
    left:28px;
      top:-10px;
    opacity:1.2;
    transition-duration: 2s;}

    /*Image de fond des catégories */
    .fondimgcategorie
            {
            background-image: url("http://i.imgur.com/fWz6sLQ.png");
            background-repeat:no-repeat;
            height:200px;
            }

    /* Derniers messages postés */
    .categderniersmessages {
    width:170px;
    height:150px;
    font-family:'Alegreya SC';
      font-size:14px;
    letter-spacing:-1px;
    position:relative;
    left:-25px;
    margin-top:-10px;
    font-variant:small-caps;}

    .detailsposteur {
      margin-top: 5px;
      line-height: 13px;
    }
    /*Image New/No New */
    .imgcateg {border-radius:10px;
    width:150px;
    height:25px;
    margin-bottom:4px;
    margin-top:-5px;}

    /*Nombre de message et de sujets */
    .categsujetsetmessages {
    float:center;
    font-family: 'Alegreya SC', serif;
      font-size:11px;
    font-variant:small-caps;
    font-weight:light;
    color:#7a5e48;
        letter-spacing:0px !important;}

    /*Titre de la catégorie */
    a.forumlink:link, a.forumlink:visited{  color:#35343A !important;
      letter-spacing:1px;
    font-family: 'Tangerine', serif;
      font-size:32px;
      font-weight:bold;
      -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    opacity: 0.9;
    text-decoration:none;
    position:relative;
    top:10px;}

    /*Titre de la catégorie survol*/
    a.forumlink:hover, a.forumlink:hover:visited {color:#591616;
      letter-spacing:3px;
      font-size:40px;
      color:#3D3F3E !important;
    opacity: 1.4;
    text-decoration:none !important;}
     

    /*Sous Forum*/
    .sforum
    {
      position: relative;
      z-index: 3;
      left:10px;
      top:-28px;
      display: block;
      height:0;
        background: #191817;
      color: #b5b5b5;
      overflow: hidden;
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    width:395px;}
    .ouverture_sousforum
    {
      position: relative;
      z-index: 3;
      top:-28px;
      display: block;
      width: 120px;
      margin-right: 20px;
      background: #191817;
      color: #b5b5b5;
      font-size: 11px;
      text-align: center;
      padding: 4px;
      -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    .sous_forum:hover .sforum
    {
      height: auto;
      background: #191817;
      color: #b5b5b5;
      padding: 4px;
      overflow: auto;
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
      -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;}
    .sous_forum a
    {
      color: #b5b5b5 !important;
      text-shadow: 1px 1px 0px #000000;
    }
    .sous_forum a:hover
    {
      color: #ffffff !important;
    }

            .table-title h2 .timg { display: none; } /*Enlever l'image du titre de catégorie dans les messages*/
            .table-title h2 img { display: inline !important; }

    .gauche {
      float:left;
    }
    .linklist {
      text-align:center; /*pour centrer les liens au dessus des catégories*/
      color: #463F23;
    }
    .linklist a {
      color: #463F23; /*couleur des liens en-tête et pied de page*/
    }
    .titre_cat{
            margin-bottom: 15px;
    }
    ul.topiclist dd.dterm{
    display:block; /*description des sujet, index ,positionnement*/           
    width:775px;                           
    }
    /*fin*/
    dd.lastpost{margin-left:20px;  /* marge dernier sujet */
    }
    dd.lastpost span {margin-left:25px;  /* marge titre dernier message*/
    }
    .forabg .header dd.dterm { text-align:center /* catégorie au centre */
    }
    ul.topiclist dd {
      border-left: 1px solid #1a1a1a;
      display: block;
      float: right;              /*    derniers sujet a left ou right */
      padding: 4px 0;
    }
    ul.topiclist.topics dd.dterm {
        width: auto;
    }
    .topic-actions .search-box { display:none /*    supprime le bouton rechercher en haut à gauche des sujets */
    }

    /*Image des sondages*/
    #M14_Songage.icon
    {
    background-image:url(http://i.imgur.com/5txet0l.png)!important;
    }
    /*Image des sondages nouveau message*/
    #M14_Songage_New.icon
    {
    background-image:url(http://i.imgur.com/YB88iuY.png)!important;
    }
   
    /****** SIGNATURES ******/

      .signature_div img{
        max-width: 400px !important; /*pour redimensionner les signaturess*/
        max-height: 100px !important;
    }

    /****** QEEL ******/

    #i_whosonline + p a.gensmall{ /* Modifie la taille de la légende du QEEL, à modifier par la futur class qui servira à entourer la légende tout en gardant le "a.gensmall"
    sauf si la légende est refaite à la main et sans balise "a" ou sans qu'elle est la class "gensmall" */
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    }

    /****** PIED DE PAGE ******/

    ul.linklist.clearfix li{float: none;} /* Enlève le flottement */
    ul.linklist.clearfix{text-align: center; color: #222325;} /* Centre le texte */
    ul.linklist.clearfix li.rightside strong:first-child:before {content: " ▴ ";} /* Ajoute une séparation avant "Créer un forum", à remplacer par ce que tu veux */


    /****** SELECTEURS ******/

    select{Background: #000; color: #C0A171}

    /****** SCROLLBAR ******/

    -webkit-scrollbar { /* Bloc général de la scrollbar, pour gérer la taille */ height: 8px; width: 8px; }
    -webkit-scrollbar-thumb { /* Couleur du petit ascenseur et bords arrondis */ background: #2c444f; border-radius: 15px; }


    /* ***** LISTE DES MEMBRES ***** */
   
    td.avatar-mini img {
    width: 25px;
    height: 40px;
    }

    /* ***** ONGLET PLUS! ***** */

    /*L apparence des liens sur le forum */
    p#M14_Notif_Plus strong a{font-size: 11px;}
    /*L apparence des liens sur le sujet*/
    p#M14_Notif_Plus-bis strong a{font-size: 11px;}
    /*On remonte le bloc contenant les liens de 10px*/
    p#M14_Notif_Plus , p#M14_Notif_Plus-bis{margin-bottom: -10px !important;}
    /*Ajout du symbole*/
   
    .pagination a[href^="javascript:showhide"]
    {
    background-image: url("http://2img.net/i/fa/invision/menu_action_down.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 0px 10px 0px 25px;
    }

    /* ***** SUPPRESSION OUTILS DE MODERATION TEXTE ***** */

fieldset.jumpbox, fieldset.vf_jumpbox, fieldset.quickmod {
  display: none;
}

Voilà. Smile
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par MlleAlys Mar 7 Avr 2015 - 21:23

ok ça vient bien de là, en fait ce sont vos boutons "ouvrir" et "répondre" qui ont été remontés avec le css, normalement ils sont plus bas, et bien juste au dessus des boutons de modération ^^ Donc le bloc qui vous embête est en fait celui des boutons "ouvrir" et "répondre" !

Alors, j'ai modifié le css pour afficher chaque élément à l'endroit où il se trouve, puis modifié un peu le template pour gagner quelques espaces, essayez avec le template suivant :
Code:
    <script type="text/javascript">
    //<![CDATA[
    var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };


    $(function(){

        if(typeof(_atc) == "undefined") {
            _atc = {  };
        }

        _atc.cwait = 0;
        $('.addthis_button').mouseup(function(){
            if ($('#at15s').css('display') == 'block') {
                addthis_close();
            }
        });
    });

    var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
    showHiddenMessage = function(id)
    {
        try
        {
            var regId = parseInt(id, 10);
            if( isNaN(regId) ) { regId = 0; }

            if( regId > 0)
            {
                $('.post--' + id).toggle(0, function()
            {
                if( $(this).is(":visible") )
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                }
                else
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                }
            });
            }
        }
        catch(e) { }

      return false;
    };

    //]]>
    </script>

    <h1 class="page-title">
      <a href="{TOPIC_URL}"><div class="titlemsg">{TOPIC_TITLE}</div></a>
    </h1>
    <div class="topicposition"><div class="topic-actions">
      <div class="buttonsmsgtop">

          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>

      <div class="cheminmsg"><div class="pathname-box">
          <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC}
            </p>
        </div></div>

      <p class="right">
          <!-- BEGIN switch_fb_likebtn -->
          <script>(function(d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s); js.id = id;
            js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
          }(document, 'script', 'facebook-jssdk'));</script>
          <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
          <!-- END switch_fb_likebtn -->
      </p>

    <div id="M14_menu"class="pagination">
      {PAGE_NUMBER}
      &nbsp;
      <!-- BEGIN switch_plus_menu -->
      &nbsp;•&nbsp;
      <script type="text/javascript">//<![CDATA[
        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
        insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
      //]]>
      </script>
      <!-- END switch_plus_menu -->
  </div>
      <div class="clear"></div>
    </div>

    <!-- BEGIN topicpagination -->
      <p class="pagination"><div class="paginationmsgtop">AAAA{PAGINATION}BBBB</div></p>
    <!-- END topicpagination -->
    <p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
    <div class="clear"></div>
    {POLL_DISPLAY}

    <!-- BEGIN postrow -->
      <!-- BEGIN hidden -->
    <div class="post {postrow.hidden.ROW_COUNT}">
            <div class="inner">
                <span class="corners-top"><span></span></span>
                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                <div class="clear"></div>
                <span class="corners-bottom"><span></span></span>
            </div>
          </div>
      <!-- END hidden -->
      <!-- BEGIN displayed -->
          <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <div class="inner"><span class="corners-top"><span></span></span>
                <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
            <div class="postbody">

                <ul class="profile-icons">
                  <li>{postrow.displayed.THANK_IMG}</li>
                  <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                  <li>{postrow.displayed.QUOTE_IMG}</li>
                  <li>{postrow.displayed.EDIT_IMG}</li>
                  <li>{postrow.displayed.DELETE_IMG}</li>
                  <li>{postrow.displayed.IP_IMG}</li>
                  <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                </ul>

                <h2 class="topic-title">{postrow.displayed.ICON}</h2>
              <p class="author">&nbsp;<div class="positiondatemsg">{postrow.displayed.POST_DATE_NEW}</div></p>
                <div class="clearfix"></div>
                <!-- BEGIN switch_vote_active -->
                <div class="vote gensmall">
                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                  <!-- END switch_vote -->

                  <!-- BEGIN switch_bar -->
                  <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                      <!-- BEGIN switch_vote_plus -->
                      <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                      <!-- END switch_vote_plus -->

                      <!-- BEGIN switch_vote_minus -->
                      <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                      <!-- END switch_vote_minus -->
                  </div>
                  <!-- END switch_bar -->

                  <!-- BEGIN switch_no_bar -->
                  <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                  <!-- END switch_no_bar -->

                  <!-- BEGIN switch_vote -->
                  <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                  <!-- END switch_vote -->
                </div>
                <!-- END switch_vote_active -->

                <div style="display:none"></div>
                <div class="content clearfix">
                  <div>{postrow.displayed.MESSAGE}</div>
                      <!-- BEGIN switch_attachments -->
                      <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd class="attachments">
                            <!-- BEGIN switch_post_attachments -->
                            <dl class="file clearfix">
                              <dt>
                                  <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                              </dt>
                              <dd>
                                  <!-- BEGIN switch_dl_att -->
                                  <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_dl_att -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                  <!-- END switch_no_dl_att -->

                                  <!-- BEGIN switch_no_comment -->
                                  <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                  <!-- END switch_no_comment -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                  <!-- END switch_no_dl_att -->

                                  <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                              </dd>
                            </dl>
                            <!-- END switch_post_attachments -->
                        </dd>
                      </dl>
                      <!-- END switch_attachments -->
                </div>
                <!-- BEGIN switch_signature -->
                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                <!-- END switch_signature -->
            </div>

            <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
                <!-- div class="online2"></div-->
                <dl>
                  <dt>
                      {postrow.displayed.POSTER_AVATAR}
                      <br /><strong style="font-size:1.2em" class="profil_pseudo">{postrow.displayed.POSTER_NAME}</strong>
                  </dt>
                  <dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
                  <dd><br /></dd>
                  <dd>
                    <div class="profil_onglet">
                      <a class="onglet_profil selected">Personnage</a><a class="onglet_rpg">Autres Infos</a>
                    </div>
                    <div class="profil_mess">
                      <div class="profil">
                        <!-- BEGIN profile_field -->
                        <div class="fieldProfile">
                          {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                        </div>
                        <!-- END profile_field -->
                        <div class="profileCache">
                          <img src="http://i.imgur.com/kLYHIUc.png" />
                        </div>
                      </div>
                      <div class="rpg">{postrow.displayed.POSTER_RPG}</div>
                    </div>
                  </dd>
                  <dd>
                    <br />
                  </dd>
                  <dd>
                    {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}
                    <!-- BEGIN contact_field -->
                    {postrow.displayed.contact_field.CONTENT}
                    <!-- END contact_field -->
                  </dd>
                </dl>
              </div>
             
              <div class="clear"></div>
             
              <p class="right">
                <a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>
              </p>
            <span class="corners-bottom"><span></span></span></div>
          </div>
     
      <!-- BEGIN first_post_br -->
      <hr id="first-post-br" />
      <!-- END first_post_br -->
     
      <!-- END displayed -->
      <!-- END postrow -->
     
      <!-- BEGIN topicpagination -->
      <div class="pagination paginationmsgbottom">{PAGINATION}</div>
      <!-- END topicpagination -->
     
      <div class="sautmsg">
        <p class="left-box">
          <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;
          <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;
          <a href="#top">{L_BACK_TO_TOP}</a>
        </p>
      </div>
     
      <div class="clear"></div>
   
    <!-- BEGIN switch_user_logged_in -->
    <!-- BEGIN watchtopic -->
      <p id="M14_Notif_Plus-bis"><strong>{S_WATCH_TOPIC}</strong></p>
    <!-- END watchtopic -->
    <!-- END switch_user_logged_in -->

    <!-- BEGIN switch_forum_rules -->
    <div class="post row1" id="forum_rules">
      <span class="corners-top"><span></span></span>
      <div class="h3">&nbsp;{L_FORUM_RULES}</div>
      <div class="clear"></div>
      <table class="postbody">
          <tr>
            <!-- BEGIN switch_forum_rule_image -->
            <td class="logo">
                <img src="{RULE_IMG_URL}" alt="" />
            </td>
            <!-- END switch_forum_rule_image -->
            <td class="rules content">
                {RULE_MSG}
            </td>
          </tr>
      </table>
      <span class="corners-bottom"><span></span></span>
    </div>
    <!-- END switch_forum_rules -->

    <!-- BEGIN switch_user_logged_in -->
    <a name="quickreply"></a>
    {QUICK_REPLY_FORM}
    <!-- END switch_user_logged_in -->

    <div class="topic-actions buttonsmsgbottom">
          <!-- BEGIN switch_user_authpost -->
          <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
          <!-- END switch_user_authpost -->

          <!-- BEGIN switch_user_authreply -->
          <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
          <!-- END switch_user_authreply -->
      </div>
    <div class="clear"></div>
     
    <!-- BEGIN viewtopic_bottom -->
    <p class="right">{S_TOPIC_ADMIN}</p>
    <!-- END viewtopic_bottom -->
     
    <!-- BEGIN show_permissions -->
      <div class="h3">Permissions de ce forum</div>
      {S_AUTH_LIST}
    <!-- END show_permissions -->

    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->

    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
   
    </div>

et le css suivant :
Code:
/****** GENERAL ******/

.cheminmsg {
  position: relative;
  top: -15px;
  left: -15px;
  font-size: 12px;
  font-variant: small-caps;
}

/*Titre des messages*/

.titlemsg {
  font-variant: small-caps !important;
}

.paginationmsgtop {
  float: right;
  position: relative;
  top: -43px;
  right: 3px;
  font-size: 11px;
  font-variant: small-caps;
}

.paginationmsgbottom {
  font-size: 11px;
  font-variant: small-caps;
}

#wrap {
  border: 0;
}

body {
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  cursor:
    url(http://i.imgur.com/0arzXM8.png) ,
    auto;
}

a,
.buttons img,
.postbody ul.profile-icons img,
p.right a img,
fieldset.jumpbox select,
fieldset.jumpbox input,
fieldset.quickmod select,
fieldset.quickmod input,
span.selectCode {
  cursor:
    url(http://i.imgur.com/8CK6Zi2.png) ,
    pointer;
}

a,
a:hover {
  text-decoration: none !important;
}

.inputbox {
  padding: 2px;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  color: #ffffff;
  background: #3c3c3c;
  cursor: text;
}

.forabg {
  clear: both;
  margin-bottom: 4px;
  padding: 0 5px;
  border: 1px solid #101010;
  border-radius: 10px;
  background: none;
  box-shadow: 0 0 9px #000000;
}

.forabg .lastpost {
  width: 175px;
  height: 145px;
}

div.forabg ul.topiclist dd.dterm {
  width: 690px;
}

.panel {
  margin-bottom: 4px;
  padding: 0 10px;
  border: 1px solid #101010;
  border-radius: 10px;
  background: #000000;
  box-shadow: 0 0 9px #000000;
}

.panel p {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
}

#search-box input,
#search-box input.button1,
input.search,
#smiley-box {
  display: none;
}

.slidesmile {
  z-index: 4;
  position: relative;
  top: 39px;
  left: 705px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2c444f;
}

.content h2,
.panel h2,
.content h1,
.h3,
.panel h1,
h3 {
  border-bottom: none;
  text-transform: uppercase;
}

#M14_menu.pagination {
  float: none !important;
  position: absolute !important;
  right: 200px;
  width: 200px;
  font-variant: small-caps;
}

#plus_menu {
  position: absolute;
  left: -350px !important;
}

/****** CHATBOX ******/

#chatbox .date-and-time,
#chatbox .user-msg {
  white-space: nowrap;
}

#chatbox .msg {
  white-space: normal;
  word-wrap: break-word;
}

h2.chatbox-title:after {
  content: "Le Foyer";
}

/*titre de la chatbox*/

a.chat-title {
  display: none;
}

body.chatbox #chatbox_header .chatbox-title,
body.chatbox #chatbox_header .chatbox-title a.chat-title {
  font-size: 14px !important;
}

#chatbox.recently-connected:after {
  content: "Bienvenue dans le Foyer. Si vous êtes seul(e) , n'oubliez pas de remettre une bûche dans le feu.";
  display: block;
  width: 80%;
  margin: auto;
  margin: 1.5% auto;
  padding: 1%;
  font-family:
    "trebuchet ms",
    serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  white-space: pre;
  color: #8BC34A;
  background: #000000;
  box-shadow: 0 0 5px #AED581;
}

.cb_bloc {
  height: 0;
  overflow: hidden;
  transition: 1s all;
}

/****** NAVIGATION *******/

.navig {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%; /*couleur de fond de la barre de navigation*/
  background: #000;
  box-shadow: 0 2px 10px #000; /*effet d'ombre sous la barre de navigation*/
}

.navig a {
  font-family: 'Alegreya SC'; /*police des liens*/
  font-size: 15px; /*taille police des liens*/
  color: #6F7D7D; /*couleur des liens*/
}

.navig a:hover {
  letter-spacing: 1px;/*espacement des lettres au survol (0=normal)*/
  color: #4D7999; /*couleur des liens au survol*/
}

.navig li {
  display: inline-block;
  padding: 14px; /*marge autour des liens*/
}

a.mainmenu span.new-message {
  color: #EAC117;
}

a.mainmenu span.new-message:hover {
  color: #A#FDD017;
}

/****** PAGE DES SUJETS ******/

form[method="post"] .left-box {
  text-align: center;
}

fieldset.polls {
  width: 50%;
  margin-left: 25%;
}

fieldset.polls dd.resultbar,
fieldset.polls dd:last-child {
  width: 30%!important;
}

fieldset.polls dl dt {
  margin-right: 10px;
  text-align: right;
}

fieldset.polls dd input[name="vote_id[]"] {
  float: left;
}

fieldset.polls dl {
  border: none;
}

fieldset.polls dd input[name="vote_id[]"] {
  float: left;
  margin-left: 10px;
}

.post {
  margin-bottom: 4px;
  padding: 0 10px;
  border-radius: 10px;
  background: #262627;
  box-shadow: 0 0 9px #000000;
}

.postbody {
  display: block;
  width: 70%;
  padding: 10px;
  text-align: justify; /*justification automatique des posts*/
}

.postprofile {
  position: relative;
  width: 210px;
  margin: 5px 0 0;
  padding: 5px;
  min-height: 80px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 5px;
  text-align: center;
  color: #999;
  background: rgba(0,0,0,0.4);
  box-shadow:
    0 1px 3px rgba(0,0,0,0.6) inset,
    0 0 0 1px rgba(255,255,255,0.05) ,
    0 1px 0 rgba(255,255,255,0.1);
  word-wrap: break-word;
}

ul.profile-icons {
  margin-top: 10px;
  border-radius: 10px;
  list-style: none;
}

.buttonsmsgtop {
  float: right;
  position: relative;
  top: -45px;
}

.buttonsmsgbottom {
  text-align: right;
}

.positiondatemsg {
  float: right;
  position: relative;
  top: -20px;
  right: -220px;
  font-size: 12px;
  font-variant: small-caps;
}

.profile-icons {
  float: right;
  position: relative;
  top: -48px;
  right: -90px;
}

.profil_mess {
  margin-left: -1px;
  border: 1px solid #121218;
  border-top: 0;
  border-bottom: 6px solid #121218;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #313038;
}

.profil_onglet {
  position: relative;
  height: 20px;
}

.profil_onglet a,
.profil_onglet a:hover,
.profil_onglet a:active,
.profil_onglet a:focus,
.profil_onglet a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: normal;
  color: #BFBFCA;
}

.profil_onglet .selected {
  color: #BFBDE8;
  background: #1D1D25;
}

.onglet_profil,
.onglet_rpg {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 10px;
  padding: 5px 0;
  background: #121218;
}

.onglet_rpg {
  left: 50%;
  border-top-right-radius: 5px;
}

.onglet_profil {
  left: 0;
  border-top-left-radius: 5px;
}

.profil_mess .rpg,
.profil_mess .rpg br:first-child {
  display: none;
}

.profil_mess .profil,
.profil_mess .rpg {
  padding: 4px;
  overflow: hidden;
  text-align: left;
}

.profil_mess .rpg {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.profil_mess .rpg textarea {
  width: 185px;
  max-width: 185px;
  background: #000;
}

.profil_mess img {
  max-width: 200px;
}

div#profile-tab-field-profil dl dt {
  width: auto;
  margin-right: 2px;
}

#profile-tab-field-profil dl dd {
  margin-left: 0;
  padding-left: 0;
}

.rpg a[href*="rpgsheet"],
.rpg a[href*="rpgsheet"] + br {
  display: none;
}

.profil_pseudo strong {
  font-family:
    'Alegreya SC',
    serif;
  font-size: 16px;
  font-variant: uppercase;
}

.profileCache {
  max-height: 66px;
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
}

.profileCache:hover {
  max-height: 1000px;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
}

.profileCache img:first-child {
  display: block;
  width: 80px;
  margin: auto;
}

/*** fin profil des messages ***/

/****** PROFIL FENETRE ******/

.module {
  border: 1px solid #101010;
  border-radius: 10px;
  background: url(http://i60.servimg.com/u/f60/14/70/09/25/gradie22.png) repeat-x #262627;
  box-shadow: 0 0 9px #000000;
}

.signature {
  border-radius: 10px;
}

div.separator {
  display: none;
}

#profile-advanced-right .module .h3 {
  border: none;
  text-align: center;
}

h1.page-title {
  margin-bottom: 35px !important;
  text-align: center;
  font-size: 18px;
}

#profile-tab-field-profil dl {
  margin: 0;
  padding: 5px 0; /* Ypx Xpx */
}

/* onglets */

#tabs a span {
  padding: 6px 10px;
  color: #666;
}

#tabs a {
  padding: 0;
  border: 1px solid #666;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  background: #333;
  box-shadow: 0 6px 4px rgba(255,255,255,0.15) inset;
}

#tabs a:hover {
  top: 1px;
  background: #222;
}

#tabs .activetab a span {
  color: #666;
}

#tabs .activetab a {
  margin-bottom: 0;
  border-bottom: none;
  background: #222;
}

#new-message-link a {
  border: none;
}

.mess-feuille-rp {
  text-align: center;
  font-size: 14px;
}

/****** BOITE DE REPONSE DES MESSAGES ******/

::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
}

:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
}

:-moz-placeholder {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
}

#postingbox .inputbox {
  font-variant: small-caps;
}

/****** CASE DES TABLEAUX DE FORUMACTIF ******/

.row2,
.row1 {
  background: url(http://imageshack.com/a/img690/452/q962.png) center top repeat-x #0D0C0B;
}

/****** BALISE CODE ******/

dl.codebox {
  padding: 3px;
  border: 1px solid #878787;
  border-radius: 10px;
  font-size: 1em;
  background: #1E1D1B;
}

/***** BALISE BLOCKQUOTE ******/

.postbody blockquote {
  margin: auto;
  padding: 10px;
  border: 1px solid #878787;
  border-radius: 10px;
  text-align: justify;
  color: #878787;
  background: #1E1D1B;
}

.postbody blockquote div {
  margin-left: 5px;
  font-size: 10px;
  font-style: italic;
}

/****** SPOILER ******/

.spoiler_closed,
.spoiler_closed.hidden,
.spoiler_content,
.spoiler_content.hidden {
  padding: 10px; /* espacement entre le bord de votre cadre et votre texte */
  text-align: justify; /* alignement standart d'un spoiler */
  background: #000;
}

/***** SELECTION CODE ******/

.selectCode {
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}

/****** BUTTON ET INPUT *******/

a.button1,
a.button2,
button.button2,
input.button1,
input.button2 {
  border: 0;
  color: #B89E7D;
  background: url(http://imageshack.com/a/img849/7503/zow4.png) #1E1D1B;
}

/****** CATEGORIES ******/

/*Description Catégorie*/

.descricateg {
  position: relative;
  top: -10px text-align;
  left: 55px;
  width: 410px;
  height: 108px;
  padding-right: 10px;
  overflow-x: auto;
}

/*Gif dans les catégories*/

.gifscateg {
  position: relative;
  top: -10px;
  left: 28px;
  width: 195px;
  height: 97px;
  border-radius: 10px;
  opacity: 0.8;
  transition-duration: 2s;
}

/*Gif dans les catégories survol*/

.gifscateg:hover {
  position: relative;
  top: -10px;
  left: 28px;
  width: 195px;
  height: 97px;
  border-radius: 10px;
  opacity: 1.2;
  transition-duration: 2s;
}

/*Image de fond des catégories */

.fondimgcategorie {
  height: 200px;
  background-image: url("http://i.imgur.com/fWz6sLQ.png");
  background-repeat: no-repeat;
}

/* Derniers messages postés */

.categderniersmessages {
  position: relative;
  left: -25px;
  width: 170px;
  height: 150px;
  margin-top: -10px;
  font-family: 'Alegreya SC';
  font-size: 14px;
  font-variant: small-caps;
  letter-spacing: -1px;
}

.detailsposteur {
  margin-top: 5px;
  line-height: 13px;
}

/*Image New/No New */

.imgcateg {
  width: 150px;
  height: 25px;
  margin-top: -5px;
  margin-bottom: 4px;
  border-radius: 10px;
}

/*Nombre de message et de sujets */

.categsujetsetmessages {
  float: center;
  font-family:
    'Alegreya SC',
    serif;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: light;
  letter-spacing: 0 !important;
  color: #7a5e48;
}

/*Titre de la catégorie */

a.forumlink:link,
a.forumlink:visited {
  position: relative;
  top: 10px;
  text-decoration: none;
  font-family:
    'Tangerine',
    serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #35343A !important;
  opacity: 0.9;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}

/*Titre de la catégorie survol*/

a.forumlink:hover,
a.forumlink:hover:visited {
  text-decoration: none !important;
  font-size: 40px;
  letter-spacing: 3px;
  color: #591616;
  color: #3D3F3E !important;
  opacity: 1.4;
}

/*Sous Forum*/

.sforum {
  display: block;
  z-index: 3;
  position: relative;
  top: -28px;
  left: 10px;
  width: 395px;
  height: 0;
  overflow: hidden;
  color: #b5b5b5;
  background: #191817;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  -htm-transform: all;
  -htm-transition: 1s;
}

.ouverture_sousforum {
  display: block;
  z-index: 3;
  position: relative;
  top: -28px;
  width: 120px;
  margin-right: 20px;
  padding: 4px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  font-size: 11px;
  color: #b5b5b5;
  background: #191817;
}

.sous_forum:hover .sforum {
  height: auto;
  padding: 4px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: auto;
  color: #b5b5b5;
  background: #191817;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  -htm-transform: all;
  -htm-transition: 1s;
}

.sous_forum a {
  text-shadow: 1px 1px 0 #000000;
  color: #b5b5b5 !important;
}

.sous_forum a:hover {
  color: #ffffff !important;
}

.table-title h2 .timg {
  display: none;
}

/*Enlever l'image du titre de catégorie dans les messages*/

.table-title h2 img {
  display: inline !important;
}

.gauche {
  float: left;
}

.linklist {
  text-align: center; /*pour centrer les liens au dessus des catégories*/
  color: #463F23;
}

.linklist a {
  color: #463F23; /*couleur des liens en-tête et pied de page*/
}

.titre_cat {
  margin-bottom: 15px;
}

ul.topiclist dd.dterm {
  display: block; /*description des sujet, index ,positionnement*/
  width: 775px;
}

/*fin*/

dd.lastpost {
  margin-left: 20px;
}

dd.lastpost span {
  margin-left: 25px;
}

.forabg .header dd.dterm {
  text-align: center;
}

ul.topiclist dd {
  display: block;
  float: right;
  padding: 4px 0;
  border-left: 1px solid #1a1a1a;
}

ul.topiclist.topics dd.dterm {
  width: auto;
}

.topic-actions .search-box {
  display: none;
}

/*Image des sondages*/

#M14_Songage.icon {
  background-image: url(http://i.imgur.com/5txet0l.png) !important;
}

/*Image des sondages nouveau message*/

#M14_Songage_New.icon {
  background-image: url(http://i.imgur.com/YB88iuY.png) !important;
}

/****** SIGNATURES ******/

.signature_div img {
  max-height: 100px !important;
  max-width: 400px !important; /*pour redimensionner les signaturess*/
}

/****** QEEL ******/

#i_whosonline + p a.gensmall {
  text-transform: uppercase;
  font-family:
    'Alegreya SC',
    serif;
}

/****** PIED DE PAGE ******/

ul.linklist.clearfix li {
  float: none;
}

/* Enlève le flottement */

ul.linklist.clearfix {
  text-align: center;
  color: #222325;
}

/* Centre le texte */

ul.linklist.clearfix li.rightside strong:first-child:before {
  content: " ▴ ";
}

/* Ajoute une séparation avant "Créer un forum", à remplacer par ce que tu veux */

/****** SELECTEURS ******/

select {
  color: #C0A171;
  Background: #000;
}

/****** SCROLLBAR ******/

-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2c444f;
}

/* ***** LISTE DES MEMBRES ***** */

td.avatar-mini img {
  width: 25px;
  height: 40px;
}

/* ***** ONGLET PLUS! ***** */

/*L apparence des liens sur le forum */

p#M14_Notif_Plus strong a {
  font-size: 11px;
}

/*L apparence des liens sur le sujet*/

p#M14_Notif_Plus-bis strong a {
  font-size: 11px;
}

/*Ajout du symbole*/

.pagination a[href^="javascript:showhide"] {
  padding: 0 10px 0 25px;
  background-image: url("http://2img.net/i/fa/invision/menu_action_down.gif");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

/* ***** SUPPRESSION OUTILS DE MODERATION TEXTE ***** */

fieldset.jumpbox,
fieldset.vf_jumpbox,
fieldset.quickmod {
  display: none;
}

Et dites moi s'il y a des choses à déplacer ?

(à noter pour l'idée globale : si l'élément est mis à l'endroit où il doit être dans le template, il n'y a pas besoin de tout bouger avec le css et ça éviter des ennuis d'affichage Wink )
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer les outils de modération en texte (phpBB3)

Message par SweetGumiho Mar 7 Avr 2015 - 22:01

OK, merci. ♥ Un des nombreux bugs provoqués par ma codeuse (c'est elle qui a bougé les boutons tout ça). Je sens qu'il va y en avoir encore un paquet, comme la place du "Plus !" tout ça. ^^; En tous cas problème résolu ici, j'ouvrirais un autre sujet concernant cet autre problème et l'apparence des changements de page. Smile
SweetGumiho

SweetGumiho
****

Féminin
Messages : 410
Inscrit(e) le : 11/10/2014

http://theworldafter.forumactif.com/
SweetGumiho a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum