Jump to content

Firefox Skinning Guide


Recommended Posts

um you press customize and drag everything into the empty space....then hide the nav bar by unchecking it.....that gets rid of the gap....

now to get rid of the border put this in the userchrome.css using the cromedit extension

#toolbar-menubar {

min-height: 12px !important;

padding-right: 0px !important;

margin-right: 0px !important;

border: none !important;

}

#nav-bar {

border: none !important;

padding: 0px !important;

}

#PersonalToolbar {

border: none !important;

}

#navigator-toolbox {

border-bottom-width: 0px !important;

}

thank you buddy" ;)

Link to comment
  • Replies 333
  • Created
  • Last Reply

Top Posters In This Topic

how do you remove the search "go" button in firefox 2.0?

i tried googling it but all the recommendations only work for hiding the go button, not the search button [including chrome edits]...

also how do you remove the nasty box/arrow dropdown from the left hand side, ive just had to do with sticking it on my favourite search engine and then removing that box...

Link to comment
  • 4 weeks later...
  • 3 weeks later...

Hi, it was like this

/* Make the active tab not bold */

tab[selected=true] {

font-weight: normal !important;

}

.tabbrowser-tabs .tab-text {

font-family: HandelGotD !important;

font-weight: normal !important;

font-size: 9pt !important;

-moz-opacity: 0.4 !important;

padding-top: -1px !important;

}

.tabbrowser-tabs *|tab[selected=true] .tab-text {

-moz-opacity: 0.4 !important;

padding-top: -1px !important;

}

.tabbrowser-tabs .tab-text2 {

font-family: HandelGotD !important;

font-weight: normal !important;

font-size: 9pt !important;

-moz-opacity: 0.8 !important;

padding-top: -1px !important;

}

I'm using windowblinds and can't figure out how to set fonts

Link to comment

I tried searching, but I can't search in the thread for some reason?

ANYWAY, how do you set safari-like gradients on tabs?

Not just for one tab, but like in the Eternal 1.5 theme; the gradient goes all the way across the bar.

(the active tab matches the toolbar above it)

Sorry if that was a little incoherent. I'm really tired.

Also sorry that I couldn't descirbe it better. It seems my vocabulary has been reduced to about 50 words,

Link to comment
  • 2 weeks later...
  • 2 weeks later...

So I noticed on some FF themes that it's possible to have text that has an embossed effect. How would one go about achieving this effect on a theme like Safire? What CSS would we have to edit in order for it to work?

Btw, this question was asked in this thread, but no one has answered it and rather than bumping that old thread, I wanted to ask here.

I have Firefox 1.5.

Link to comment
  • 2 weeks later...

ugh i have no hope.....i am running v1.5.0.7 and i cant figure any of this out...i was lost in the [application data] as i dont have a folder in that area =-....my skin is good considering the only thing good about it is the buttons, and titlebar, and even there my icon up in the left corner is still firefox......my scrollbars are also good but the up/down buttons arent stacked at the bottom....o well, you never said Windows was great!! i think i'll stick with my Mac from now on instead of trying to make my PC look like something its not....

Link to comment
  • 3 weeks later...
  • 4 weeks later...
  • 3 weeks later...

I don't have Safari, so I don't know how rounded the tabs are, but here the code you're looking for:

tab[selected=true],

tab:hover:active[selected=true] {

-moz-border-radius-bottomleft: 2px;

-moz-border-radius-bottomright: 2px;

}

(Increase the radius to make the tab more rounded)

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...