*-* On Mon, 20 May 2013, at 09:39:12 -0400,
*-* In Article <
hqednYsC-M7iugfM...@mozilla.org>,
*-* jsquareg wrote
*-* About Changing Font Size in Folder and Thread Panes
No. The userChrome.css file, the userContent.css file, and the
chrome folder that contains them do not exist by default. You have to
create them the first time you use them.
1. Leave TB open for the time being, so you can copy and paste
directly from this post into the userChrome.css file.
2. Navigate to your Thunderbird profile. If you don't know where
that is, see:
<
http://kb.mozillazine.org/Profile_folder_-_Thunderbird>
3. Within the profile folder, open (or create if it doesn't
exist) the chrome folder.
4. Within the chrome folder, open (or create if it doesn't
exist) the userChrome.css file, using your preferred text
editor.
5. If you are creating the file, enter the following text at the
beginning of the file:
/* Do not remove the @namespace line -- it's required for correct
functioning */
/* set default namespace to XUL */
@namespace
url("
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6. Add the following text into the file:
/* Set Font Size In Folder Pane */
#folderTree >treechildren::-moz-tree-cell-text {
font-size: 14pt !important; }
/* Set Font Size In Thread Pane */
#threadTree >treechildren::-moz-tree-cell-text {
font-size: 14pt !important; }
7. Close TBird.
8. Save the userChrome.css file, making sure that your editor
doesn't add an additional .txt (or any other) extension to the
name. After saving, leave the editor/file open.
9. Open TBird, and open a mail folder or newsgroup. If the font
sizes are satisfactory, close the editor/file that you left
open at the end of step 8. If not, repeat steps 6 through 9,
trying different font sizes, until you're satisfied with the
results.
If after adjusting the font size(s), you find that the spacing
between the lines also needs adjusting, here's code to accomplish
that. Repeat the above process, replacing the code in Step 6 with
this code.
#folderTree >treechildren::-moz-tree-row {
height: 20px !important; }
#threadTree >treechildren::-moz-tree-row {
height: 20px !important; }
Since I don't know what size or resolution monitor you use, the
20 pixel height specified is strictly a guess as to an appropriate
value. You'll probably have to adjust it to get an appearance that's
satisfactory.
> Thank you very much.
You're welcome.
Ken Whiton
--
FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)