웹사이트를 빠르고 자유롭게 누빌 수 있는 Mozilla Firefox를 다운로드하면 이곳에서 수천가지 부가 기능을 사용하실 수 있습니다!
닫기bachmaj
내 정보
이름 | bachmaj |
---|---|
사는 곳 | PA, USA |
직업 | teacher |
가입한 날짜 | 7월 23, 2020 |
개발한 부가 기능 수 | 부가 기능 0개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
내 검토
Theme Font & Size Changer for ThunderBird
5점중 5점 받음
Was great. Stop complaining about it being gone. Research and fix the problem yourself.
See https://support.mozilla.org/en-US/questions/1198055
"Use the userChrome.css file for both Thunderbird and Firefox on my Linux boxes, since support for this add-on in Linux was dropped some time ago.
Create a folder in your Firefox profile named chrome
In this folder, create a text file named userChrome.css
In that file place the following code:
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Make all the default font sizes 9 pt:
*/
* { font-size: 9pt !important; }
Obviously, edit that font-size: 9pt !important; to a value that suits you. I generally use the same point size as was selected in the OS's desktop settings. You can also set the font face here, e.g.
/*
* Make all the default font sizes 9 pt:
*/
* {
font-size: 9pt !important;
font-family: Arial !important;
}
A similar file named userContent.css in the same chrome folder can be used to set the size of the content of webpages (and of email if used with Thunderbird.)"
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요