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.
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 :
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 :
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 :
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 :
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 :
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 :