[Résolu] - invertion de couleur pour les étiquettes
Modérateur : J2m06
[Résolu] - invertion de couleur pour les étiquettes
Voilà, je cherches depuis un mois a faire un changement entre la couleur de texte d'une étiquette et la couleur de fond.
Pour être plus clair; Quand on place une étiquette sur un message, le sujet du message prend la couleur de la dite étiquette.
Et je cherche à ce que le texte passe en blanc et que la couleur de fond prenne la couleur de l'étiquette.
Seulement j'ai eu beau fouiller tous les fichiers jar en long, en large et en travers... j'ai rien trouvé.
Quelqu'un a-t-il une petite idée ?
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.3) Gecko/20070309 ImageShackToolbar/4.0.4 Firefox/2.0.0.3
Pour être plus clair; Quand on place une étiquette sur un message, le sujet du message prend la couleur de la dite étiquette.
Et je cherche à ce que le texte passe en blanc et que la couleur de fond prenne la couleur de l'étiquette.
Seulement j'ai eu beau fouiller tous les fichiers jar en long, en large et en travers... j'ai rien trouvé.
Quelqu'un a-t-il une petite idée ?
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.3) Gecko/20070309 ImageShackToolbar/4.0.4 Firefox/2.0.0.3
Dernière modification par Sunao le 02 juin 2007, 23:53, modifié 1 fois.
--
Sunao Onï
Sunao Onï
-
- Tyrannosaurus Rex
- Messages : 2359
- Inscription : 26 juin 2004, 19:44
Bonjour,
Manipulation intéressante, je ne peux que te donner une piste : userChrome.css
Bonne chance
Edit : après une petite recherche, j'ai trouvé un sujet qui devrait faire ton bonheur : Thunderbird : codes de couleurs pour la liste des messages.
Manipulation intéressante, je ne peux que te donner une piste : userChrome.css
(Peut être voir l'extension ChromEdit ?)Mozilla a écrit :userChrome.css
This file sets the display rules for various elements in the Thunderbird user interface and is located in the sub-folder called chrome in your profile folder. This file does not exist by default, so you need to create it before you can start adding your preferences.
Bonne chance

Edit : après une petite recherche, j'ai trouvé un sujet qui devrait faire ton bonheur : Thunderbird : codes de couleurs pour la liste des messages.
Et bien voilà, j'ai trouvé ce qu'il me fallait.
J'ai utilisé le DOM Inspector dans Thunderbird pour trouver le fichier CSS ad hoc, puis une petite modife du dis fichier dans NVU et une mise en place avec ChromEdit
Merci beaucoup pour le coup de main. Ça m'a mis dans la bonne direction.
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.4) Gecko/20070515 ImageShackToolbar/4.0.7 Firefox/2.0.0.4
Et zut pour la connexion...
[modération:c'est rectifié
]J2m06
J'ai utilisé le DOM Inspector dans Thunderbird pour trouver le fichier CSS ad hoc, puis une petite modife du dis fichier dans NVU et une mise en place avec ChromEdit
Code : Tout sélectionner
treechildren::-moz-tree-row(lc-FFFFFF) {background-color: #FFFFFF !important;}
treechildren::-moz-tree-row(lc-CCCCCC) {background-color: #CCCCCC !important;}
treechildren::-moz-tree-row(lc-C0C0C0) {background-color: #C0C0C0 !important;}
treechildren::-moz-tree-row(lc-999999) {background-color: #999999 !important;}
treechildren::-moz-tree-row(lc-666666) {background-color: #666666 !important;}
treechildren::-moz-tree-row(lc-333333) {background-color: #333333 !important;}
treechildren::-moz-tree-row(lc-000000) {background-color: #000000 !important;}
treechildren::-moz-tree-row(lc-FFCCCC) {background-color: #FFCCCC !important;}
treechildren::-moz-tree-row(lc-FF6666) {background-color: #FF6666 !important;}
treechildren::-moz-tree-row(lc-FF0000) {background-color: #FF0000 !important;}
treechildren::-moz-tree-row(lc-CC0000) {background-color: #CC0000 !important;}
treechildren::-moz-tree-row(lc-990000) {background-color: #990000 !important;}
treechildren::-moz-tree-row(lc-660000) {background-color: #660000 !important;}
treechildren::-moz-tree-row(lc-330000) {background-color: #330000 !important;}
treechildren::-moz-tree-row(lc-FFCC99) {background-color: #FFCC99 !important;}
treechildren::-moz-tree-row(lc-FF9966) {background-color: #FF9966 !important;}
treechildren::-moz-tree-row(lc-FF9900) {background-color: #FF9900 !important;}
treechildren::-moz-tree-row(lc-FF6600) {background-color: #FF6600 !important;}
treechildren::-moz-tree-row(lc-CC6600) {background-color: #CC6600 !important;}
treechildren::-moz-tree-row(lc-993300) {background-color: #993300 !important;}
treechildren::-moz-tree-row(lc-663300) {background-color: #663300 !important;}
treechildren::-moz-tree-row(lc-FFFF99) {background-color: #FFFF99 !important;}
treechildren::-moz-tree-row(lc-FFFF66) {background-color: #FFFF66 !important;}
treechildren::-moz-tree-row(lc-FFCC66) {background-color: #FFCC66 !important;}
treechildren::-moz-tree-row(lc-FFCC33) {background-color: #FFCC33 !important;}
treechildren::-moz-tree-row(lc-CC9933) {background-color: #CC9933 !important;}
treechildren::-moz-tree-row(lc-996633) {background-color: #996633 !important;}
treechildren::-moz-tree-row(lc-663333) {background-color: #663333 !important;}
treechildren::-moz-tree-row(lc-FFFFCC) {background-color: #FFFFCC !important;}
treechildren::-moz-tree-row(lc-FFFF33) {background-color: #FFFF33 !important;}
treechildren::-moz-tree-row(lc-FFFF00) {background-color: #FFFF00 !important;}
treechildren::-moz-tree-row(lc-FFCC00) {background-color: #FFCC00 !important;}
treechildren::-moz-tree-row(lc-999900) {background-color: #999900 !important;}
treechildren::-moz-tree-row(lc-666600) {background-color: #666600 !important;}
treechildren::-moz-tree-row(lc-333300) {background-color: #333300 !important;}
treechildren::-moz-tree-row(lc-99FF99) {background-color: #99FF99 !important;}
treechildren::-moz-tree-row(lc-66FF99) {background-color: #66FF99 !important;}
treechildren::-moz-tree-row(lc-33FF33) {background-color: #33FF33 !important;}
treechildren::-moz-tree-row(lc-33CC00) {background-color: #33CC00 !important;}
treechildren::-moz-tree-row(lc-009900) {background-color: #009900 !important;}
treechildren::-moz-tree-row(lc-006600) {background-color: #006600 !important;}
treechildren::-moz-tree-row(lc-003300) {background-color: #003300 !important;}
treechildren::-moz-tree-row(lc-99FFFF) {background-color: #99FFFF !important;}
treechildren::-moz-tree-row(lc-33FFFF) {background-color: #33FFFF !important;}
treechildren::-moz-tree-row(lc-66CCCC) {background-color: #66CCCC !important;}
treechildren::-moz-tree-row(lc-00CCCC) {background-color: #00CCCC !important;}
treechildren::-moz-tree-row(lc-339999) {background-color: #339999 !important;}
treechildren::-moz-tree-row(lc-336666) {background-color: #336666 !important;}
treechildren::-moz-tree-row(lc-003333) {background-color: #003333 !important;}
treechildren::-moz-tree-row(lc-CCFFFF) {background-color: #CCFFFF !important;}
treechildren::-moz-tree-row(lc-66FFFF) {background-color: #66FFFF !important;}
treechildren::-moz-tree-row(lc-33CCFF) {background-color: #33CCFF !important;}
treechildren::-moz-tree-row(lc-3366FF) {background-color: #3366FF !important;}
treechildren::-moz-tree-row(lc-3333FF) {background-color: #3333FF !important;}
treechildren::-moz-tree-row(lc-000099) {background-color: #000099 !important;}
treechildren::-moz-tree-row(lc-000066) {background-color: #000066 !important;}
treechildren::-moz-tree-row(lc-CCCCFF) {background-color: #CCCCFF !important;}
treechildren::-moz-tree-row(lc-9999FF) {background-color: #9999FF !important;}
treechildren::-moz-tree-row(lc-6666CC) {background-color: #6666CC !important;}
treechildren::-moz-tree-row(lc-6633FF) {background-color: #6633FF !important;}
treechildren::-moz-tree-row(lc-6600CC) {background-color: #6600CC !important;}
treechildren::-moz-tree-row(lc-333399) {background-color: #333399 !important;}
treechildren::-moz-tree-row(lc-330099) {background-color: #330099 !important;}
treechildren::-moz-tree-row(lc-FFCCFF) {background-color: #FFCCFF !important;}
treechildren::-moz-tree-row(lc-FF99FF) {background-color: #FF99FF !important;}
treechildren::-moz-tree-row(lc-CC66CC) {background-color: #CC66CC !important;}
treechildren::-moz-tree-row(lc-CC33CC) {background-color: #CC33CC !important;}
treechildren::-moz-tree-row(lc-993399) {background-color: #993399 !important;}
treechildren::-moz-tree-row(lc-663366) {background-color: #663366 !important;}
treechildren::-moz-tree-row(lc-330033) {background-color: #330033 !important;}
treechildren::-moz-tree-cell-text(lc-white) {
color: #FFFFFF !important;}
treechildren::-moz-tree-cell-text(lc-black) {
color: #000000 !important;
}
treechildren::-moz-tree-cell-text(lc-white, selected, focus) {
color: #000000 !important;}
treechildren::-moz-tree-cell-text(lc-black, selected, focus) {
color: #FFFFFF !important;}
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.4) Gecko/20070515 ImageShackToolbar/4.0.7 Firefox/2.0.0.4
Et zut pour la connexion...
[modération:c'est rectifié

--
Sunao Onï
Sunao Onï
Qui est en ligne ?
Utilisateurs parcourant ce forum : Bing [Bot] et 6 invités