Membres connectés récemment
[PHPBB2] Ajouter des boutons à la réponse rapide avec restriction
+6
dragon594
Isoclem
fleur78
fascicularia
Aenigma
Milouze14
10 participants
Page 1 sur 1 • Partagez
,
Dans le template viewtopic_body:
Affichage/Templates/Général/viewtopic_body
Recherchez :
supprimez la css concernée et remplacez par celle-ci
Dans la feuille de style:
Affichage/Images et Couleurs/Couleurs/Feuille de style
Dans le template viewtopic_body:
Affichage/Templates/Général/viewtopic_body
Recherchez :
- Code:
<a name="quickreply"></a>
{QUICK_REPLY_FORM}<br />
- Code:
<!-- LE BLOC COMPLET DES BOUTONS -->
<div id="M14_boutons_quickreply">
<!-- LA BARRE DES BOUTONS POUR LES MEMBRES -->
<div id="M14_bloc_membre"> </div>
<!-- FIN -->
<!-- LA BARRE DES BOUTONS POUR LES MODOS -->
<div id="M14_bloc_modo"> </div>
<!-- FIN -->
<!-- LA BARRE DES BOUTONS POUR LES ADMINS -->
<div id="M14_bloc_admin"> </div>
<!-- FIN -->
</div>
<!-- FIN DU BLOC DES BOUTONS -->
supprimez la css concernée et remplacez par celle-ci
Dans la feuille de style:
Affichage/Images et Couleurs/Couleurs/Feuille de style
- Code:
/*La barre de la reponse rapide*/
#M14_boutons_quickreply
{
width:700px;/*modifiez la largeur si besoin*/
height:44px;
background:#cccccc;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/*La barre de l editeur des messages */
#M14_bloc_boutons
{
width:100%;
height:44px;
background:#cccccc;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#M14_bloc_boutons a.sceditor-button:active , #M14_boutons_quickreply a.sceditor-button:active
{
background:#20aec8 !important;
}
#M14_bloc_boutons .sceditor-button , #M14_boutons_quickreply .sceditor-button
{
width:32px;
height:32px;
margin-left:5px;
padding:4px;
border-top:3px solid #cccccc;
cursor:pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#M14_bloc_boutons a.sceditor-button div , #M14_boutons_quickreply a.sceditor-button div
{
width:32px;
height:32px;
background-color:transparent !important;
}
#M14_bloc_boutons .sceditor-button:hover , #M14_boutons_quickreply .sceditor-button:hover
{
border-top:3px solid #141414;
background:#cccccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#M14_bloc_boutons:hover , #M14_boutons_quickreply:hover
{background:#666666;}
- InvitéInvité
MERCI
- InvitéInvité
Merci beaucoup !
Sujets similaires
» [PHPBB2]Ajouter l'infobulle au survol des boutons de la barre de navigation
» [PHPBB2] Intégrer des boutons en relation avec le profil du membre style barre de contact
» [PhpBB2] COULEUR DE FOND DE LA REPONSE RAPIDE
» [PHPBB2] Taille fenêtre réponse rapide
» [PHPBB2] Mettre en résolu via la réponse rapide
» [PHPBB2] Intégrer des boutons en relation avec le profil du membre style barre de contact
» [PhpBB2] COULEUR DE FOND DE LA REPONSE RAPIDE
» [PHPBB2] Taille fenêtre réponse rapide
» [PHPBB2] Mettre en résolu via la réponse rapide
Créer un compte ou se connecter pour répondre
Vous devez être membre pour répondre.
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum