iPox Remix has been updated for Firefox 3. iPox Remix is a set of tutorials on creating your own Firefox theme. You are provided with a starter theme that contains all the necessary files and images to get you going. It also contains a set of tutorials to help you customize the files and create […]
Tagged: tutorial
How I moved my email to Gmail
iPox Remix – General Theme Answers
Changing Fonts & Colors in Firefox Themes
Today’s question comes off the iPox Remix request line: How do I make the font on the bookmark toolbar change color when I hover over it? Since Firefox runs mainly on CSS, this is a pretty easy edit. Just go into /browser/browser.css and look for the following chunk of code: toolbarbutton.bookmark-item:hover, toolbarbutton.bookmark-item:hover:active, toolbarbutton.bookmark-item[open=”true”] { background: […]
Submitting Your Theme to Mozilla
Once you’ve gone though and created your own, original, Firefox theme via the iPox Remix tutorials, you’re next step is to submit it to the Mozilla Addon site for the world to enjoy. Head on over to addons.mozilla.org and register for a free account. Once that’s done, you should see a ‘Developers Tools’ link in […]
Customizing Toolbar Backgrounds
There are three main toolbars in Firefox, each that can have a separate background. 1. Navigation Bar 2. Bookmarks Bar 3. Status Bar The main toolbar background graphic is named toolbar-background.png and located in the /global/toolbar/ folder. If you just recreate a new png file, you won’t need to edit any of the CSS code. […]
Custom Firefox Toolbar Buttons
This edition of iPox Remix, we are talking about creating custom toolbar buttons. Good buttons can really make a theme so don’t just rush through them. Update: In iPox Remix for Firefox 3, there is one image for all buttons and not really small and large versions of all buttons. However, the same basic rules […]
Make Custom Thunderbird Labels Stand Out
Creating Your Themes’ Identity & Install Files
Creating your theme’s identity is probability the most important part of creating a Firefox theme. You need to ensure your theme doesn’t conflict with anyone else’s and, of course, give it a cool name. To do this, we’ll need to modify two files inside the iPox Remix Pieces folder; install.rdf and contents.rdf. Each file should […]