为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

HOW DO I MAKE THE TOOL BARS AND HEADING AND BOOKMARKS LARGER SO i CAN READ THEM EASIER?

  • 5 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 JRMEINEN

more options

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

所有回复 (5)

more options

Use this for the user interface:

You can use an extension to set a default font size and page zoom on web pages.

more options

That works great, thanks! But I was wondering too if there is a way to make the little X bigger on the tabs. They don't increase in size when the size is increased using the Theme Font and Size changer. Thanks for all the help.

more options

You're welcome

more options

Add code to userChrome.css in the chrome folder below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tab-close-button .toolbarbutton-icon,
.tabs-closebutton .toolbarbutton-icon {
height: 25px !important;
width: 25px !important;
margin:-4px 0px !important;
}
more options

Thanks, but you went way past my level of expertise with that one!