HOW DO I MAKE THE TOOL BARS AND HEADING AND BOOKMARKS LARGER SO i CAN READ THEM EASIER?
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)
Use this for the user interface:
- Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/
You can use an extension to set a default font size and page zoom on web pages.
- Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
- NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
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.
You're welcome
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.
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
@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; }
Thanks, but you went way past my level of expertise with that one!