These pages are no longer being maintained
I now use SeaMonkey-ppc on my G4

Thunderbird userChrome.css

Thunderbird may have an optional file entitled 'userChrome.css' which controls style. If it exists it will be in a directory called 'chrome' in Thunderbird's profile directory. To use my style settings copy the contents of the box below with a text editor and append it to an existing userChrome.css file or create a new text file together with its parent 'chrome' directory. The file requires no further text. Adding, removing or editing items in this file are not likely to do any permanent harm - you can remove or rename the file if you don't like the style it produces. Thunderbird needs to be restarted to see any changes.

/* For further details see: http://links.zero.eu.org/thunderbird */

/* Red, non-bold unread indication with compatible background and style improvements */

treechildren::-moz-tree-cell-text { font-weight: normal !important; color: #000 !important }
treechildren::-moz-tree-cell-text(unread) { color: #f33 !important }
treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { color: #f33 !important }
treechildren::-moz-tree-cell(selected) { background-color: #99f !important }
treechildren::-moz-tree-cell { padding-bottom: 2px !important }

/* Remove splitter from collapsed Thread Pane */

#threadpane-splitter[state='collapsed'] { margin-bottom: -8px }

/* Fast list all recipients - will be incorporated into TB 3.1.3 - requires userChrome extension and userChrome.xml file */

#expandedtoBox, #expandedccBox, #expandedbccBox { -moz-binding:
url(chrome://userchrome/content/userChrome.xml#mail-multi-emailHeaderField-noMore) !important }

/* Remove Folder Pane header - select 'All folders' before using this */

#folderPaneHeader { display: none !important }

/* Server header style - may also require 'color: #000 !important' if not elsewhere */

treechildren::-moz-tree-cell(isServer-true) { margin-left: 25px !important; background-color: #dfd }

/* Reduce Folder Pane width to 70px */

#folderPaneBox { margin-left: -40px }
#folderTree { margin-left: 15px !important }

/* Reduce Toolbar height to 23px - Mac Title bar adds a further 21px */

.toolbar-primary { margin-top: -6px !important; margin-bottom: -3px !important }



html | css | 9482 hits since August 2010 | updated 2020-06-07 | webmaster