FluxBB.fr

Le site des utilisateurs francophones de FluxBB.

Aide FluxBB.fr

Alterner la couleur de fond des messages

Cette astuce permet de différencier les discussions en alternant la couleur de fond.

Testé avec les styles Air, Fire et Earth de fluxbb 1.4.x.

• Cet exemple vaut pour la vue viewtopic.

Pour l'ensemble du bloc :

#punviewtopic .roweven .inbox, #punviewtopic .roweven .inbox .postbody, #punviewtopic .roweven .inbox .postfoot { 
    background-color: #e1d6c0
}
#punviewtopic .rowodd .inbox, #punviewtopic .rowodd .inbox .postbody, #punviewtopic .rowodd .inbox .postfoot {
    background-color: #fff2d0
}

Aperçu :

vue viewtopic

Si vous souhaitez que le bloc de droite :

#punviewtopic .roweven .inbox .postbody, #punviewtopic .roweven .inbox .postfoot {
background-color: #e1d6c0
}
#punviewtopic .rowodd .inbox .postbody, #punviewtopic .rowodd .inbox .postfoot {
background-color: #fff2d0
}

Aperçu :

vue viewtopic

• Cet exemple vaut pour la vue répondre à la discussion.

Pour l'ensemble du bloc :

#punpost .roweven .inbox, #punpost .roweven .inbox .postbody, #punpost .roweven .inbox .postfoot{ 
    background-color: #e1d6c0
}
#punpost .rowodd .inbox, #punpost .rowodd .inbox .postbody, #punpost .rowodd .inbox .postfoot{ 
    background-color: #fff2d0
}

Aperçu :

vue répondre

Si vous souhaitez que le bloc de droite :

#punpost .roweven .inbox .postbody, #punpost .roweven .inbox .postfoot{ 
    background-color: #e1d6c0
}
#punpost .rowodd .inbox .postbody, #punpost .rowodd .inbox .postfoot{ 
    background-color: #fff2d0
}

Aperçu :

vue répondre

• Cet exemple vaut pour la vue modérer la discussion.

Pour l'ensemble du bloc :

#punmoderate .blockpost.roweven, #punmoderate .roweven .inbox .postbody, #punmoderate .roweven .inbox .postfoot{ 
    background-color: #e1d6c0
}
#punmoderate .blockpost.rowodd, #punmoderate .rowodd .inbox .postbody, #punmoderate .rowodd .inbox .postfoot{ 
    background-color: #fff2d0
}

Aperçu :

vue modérer

Si vous souhaitez que le bloc de droite :

#punmoderate .roweven .inbox .postbody, #punmoderate .roweven .inbox .postfoot{ 
    background-color: #e1d6c0
}
#punmoderate .rowodd .inbox .postbody, #punmoderate .rowodd .inbox .postfoot{ 
    background-color: #fff2d0
}

Aperçu :

vue modérer

 
fluxbb_1_4/mise_forme/alterner_la_couleur_de_fond_des_messages.txt · Dernière modification: 2011/07/27 01:31 par Spiky