Firefox Skinning Guide
#21
Posted 14 March 2006 - 11:52 PM
Changing the active tab's border in Firefox
http://www.aqua-soft...ead.php?t=33352
Moving the tab bar to a different location
http://www.aqua-soft...ead.php?t=33381
Changing the rollover state of toolbar buttons
http://www.aqua-soft...ead.php?t=33205
-NC
P.S: Wow, zeroeffect seems to be posting many of the answers!
http://www.aqua-soft...ead.php?t=33352
Moving the tab bar to a different location
http://www.aqua-soft...ead.php?t=33381
Changing the rollover state of toolbar buttons
http://www.aqua-soft...ead.php?t=33205
-NC
P.S: Wow, zeroeffect seems to be posting many of the answers!
#22
Posted 18 March 2006 - 01:50 AM
Is there a way to get that google in the searchbar? Ive tried everything said in this thread: http://aqua-soft.org/board/showthread.php?...gle+search+icon
Ive edited everything I could in the searchdialog.css, but nothing happened. And I don't want to touch things that shouldn't be touched, so if someone could point me in the right direction, it would be great.
Ive edited everything I could in the searchdialog.css, but nothing happened. And I don't want to touch things that shouldn't be touched, so if someone could point me in the right direction, it would be great.
#27
Posted 18 March 2006 - 09:19 AM
the code you want to add to your userchrome is:
/* Hide "text" or "icon" in Bookmarks Toolbar */
#personal-bookmarks .toolbarbutton-icon {display : none !important;}
One good idea is to google the 'stylish' extension, because it allows .css changes to be toggled on and off, and is, in my opinion better than chome edit because it apples the changes on the fly.
/* Hide "text" or "icon" in Bookmarks Toolbar */
#personal-bookmarks .toolbarbutton-icon {display : none !important;}
One good idea is to google the 'stylish' extension, because it allows .css changes to be toggled on and off, and is, in my opinion better than chome edit because it apples the changes on the fly.
#34
Posted 19 March 2006 - 01:06 PM
hi guys- thanks for the great support and tips that you've been giving- well another question- um how do you adjust the height of the toolbar?- i wanna make them thinner- nearer to the close, minimize and restore button

Edit- its ok now- i jz had to move the buttons away from the navigation bar- silly me

Edit- its ok now- i jz had to move the buttons away from the navigation bar- silly me
#35
Posted 19 March 2006 - 05:37 PM
i was always lazy in macnifying/safari-izng my ff...but tht's.... just excellent stuff... i revamp my ff... hmm now it eats lil' bit more momoyr ~ 40-60mb when offline/light browsing and around 120-140mb when heavy browsing... [yeah may be due to 12-13 active extensions]...ut tht'as okay on my 1GB... then i reshacked firefox.exe and changed the icons also... bit looks 'n feel sweeter than ever...
This is how it looks now...

thanks
This is how it looks now...

thanks
#39
Posted 22 March 2006 - 06:08 AM
Make old extensions compatible with newer versions of firefox.
http://www.aqua-soft...ead.php?t=32469
http://www.aqua-soft...ead.php?t=32469
#40
Posted 25 March 2006 - 05:25 AM
Change Font for your tab (Edit the font and size to your likings)
tab {
font-family: "Segoe UI" !important;
font-size: 10px !important;
font-weight: regular !important;
}
Change the Font for your bookmarks " "
.bookmark-item > .toolbarbutton-text {
font-family: "Segoe UI" !important;
font-weight: bold !important;
font-size: 11px !important;
}
I dont think this was said.. Change the size of your searchbar
#search-container, #searchbar {
-moz-box-flex: 200 !important;
-max-width: none !important;
}
tab {
font-family: "Segoe UI" !important;
font-size: 10px !important;
font-weight: regular !important;
}
Change the Font for your bookmarks " "
.bookmark-item > .toolbarbutton-text {
font-family: "Segoe UI" !important;
font-weight: bold !important;
font-size: 11px !important;
}
I dont think this was said.. Change the size of your searchbar
#search-container, #searchbar {
-moz-box-flex: 200 !important;
-max-width: none !important;
}








Sign In »
Register Now!
Help


MultiQuote