1 |
[ userChrome.css ] ファイルを作成します。 |
|
初めに以下をコピーしてメモ帳に貼り付けます、次に文字の大きさ 16px / 16 px 部分に数値指定してファイル名を userChrome.css
として保存して完成です。少し老眼かな?という方は 16 〜 18 px ぐらいで試して下さい。 |
|
|
|
↓ ここから 矢印はいりません マウスでドラックしてコピー! |
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#threadTree treechildren {font-size:18px !important;}
#folderTree treechildren{ font-size: 16px;} |
|
↑ ここまで 矢印はいりません |
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#threadTree treechildren {font-size:16px !important;} A の画面 の文字サイズを指定
#folderTree treechildren{ font-size: 16px;} @ の画面の文字サイズを指定 |
|
|
2 |
[ userChrome.css ] ファイルを Thunderbird 〜 chrome ( 隠しファイル )
フォルダに入れます。 |
|
|
|
隠しファイルのウィンドウズの [ プログラム設定 ] フォルダを表示します。 |
|
[ Windows + R ] キーを同時に押して [ ファイル名を指定して実行 ] を出して [ APPDATA
] と入力してOK! 小文字でもよいです。 |
|
|
|
|
3 |
[ chrome ] フォルダを表示します。 |
|
C:\Users\ユーザー名\AppData\Roaming\Thunderbird\Profiles\2dvisu06.default\chrome
フォルダ |
|
|
|
[ ユーザー名 ] と [ ***** .default ] 名は PC 環境で異なります。 |
|
|
4 |
[ userChrome.css ] ファイルを [ chrome ] フォルダ に入れて下さい。 |
|
|
|
|
5 |
Thunderbird を起動もしくは再起動して文字の大きさを確認してください。 |
|
文字の大きさが適切でない場合は 先の数値を変更してみて下さい。 |
|
[ userChrome.css ] ファイルはメモ帳で開けます。 Windows 10 でしたら [ userChrome.css ] ファイルを右クリックから開くか編集で表示できます。 |