[help] firefox - which file to edit...?

hi there. could someone please tell me which file i need to edit to remove the bold-ing in personal drop-downs seen here:

css.jpg

i don't see anything in userchrome.css (that's where the font for the personal toolbar is coming from) so i figure it must be hard-coded in the theme, right? maybe?

firefox v1.0.1; ken lynch's longone104 theme; userchrome.css 'lifted' from the pm2k5 firefox mod posted here by pe8er.

thx!

(i swear, there's a freakin million css's and jar's and js's. how does anybody keep this stuff straight!?!)

#266953

I'm not an experienced firefox editor, so if I could ask my related question.

What CSS file do you use to change the color of the text (both root text and sub-bookmarks). I know it's in the rar, but I'm too lazy to do an entire search through all the files :).

Thanks,

-NC

#266954

i tell you the guy who's gonna make a million bucks: the guy who writes the tutorial that goes...

font color is browser.jarprefspref-fonts.js

tab width is default profilechromeblah blah

search bar width is prgram filesmozillawtf.css

of course, those are all made up, but you get the idea.

edit: and don't forget, some of this stuff is dictated by the theme. i don't know who wins if there's a conflict. i think the !important tag overrules everything.

#266956

Well if you use Styler, the font option that applies to bookmark GROUPS and the text that is under groups (so it would apply to "forums" and "aqua soft..." from that picture) is "MsgBox"

You could also make a userchrome.css (or make add to your present userchrome.css)

popup, menu, menuitem {

font-family: font_name !important;

font-size: {replace with number}pt !important;

text-align: left !important;

}

if it's already there, just edit the name and size

#266970

thx vague. unfortunately, userchrome.css has the entry

popup, menu, menuitem {

font-family: HandelGotDlig !important;

font-size: 9pt !important;

text-align: left !important;

}

dang if i can figure out why it's bold...

#266973

I'm no firefox skinner but you could add

font-weight: normal !important;

in case the 'bold' attribute is taken from any parent object

#267027

This is my userchrome.css. You can find yours here - C:Documents and Settings[user]Application DataMozillaFirefoxProfiles[ss9bouo2].defaultchrome

Works absolutely fine for me. Try it out and this ought to give you a near perfect Safarifox mod.

/*

* Do not remove the @namespace line -- it's required for correct functioning

*/

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



namespace to XUL */

}



/* ::::: fixed font settings ::::: */



#urlbar {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 9pt !important;

}



.textbox-input-box {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 9pt !important;

margin-bottom: 1px !important;

}



.searchbar-engine-image {

margin-bottom: -1px !important;

}



.searchbar-dropmarker-image {

margin-bottom: -1px !important;

}



.bookmark-item > .toolbarbutton-text {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 3px !important;

}



tab {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 9pt !important;

}



.tabbrowser-tabs .tab-text {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 1px !important;

}



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

padding-top: 1px !important;

}



.tabbrowser-tabs .tab-text2 {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 8pt !important;

padding-top: 1px !important;

}



.tabbrowser-tabs .tab-icon {

margin: 3px 1px 3px 0px !important;

}



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

margin: 3px 1px 3px 0px !important;

}



.autocomplete-treebody::-moz-tree-cell-text {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 9pt !important;

}



tree {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 9pt !important;

}



popup, menu, menuitem {

font-family: HandelGotDLig !important;

font-size: 9pt !important;

text-align: left !important;

}



menulist {

font-family: HandelGotDLig !important;

font-size: 9pt !important;

}



#status-bar,

#bookmark-window statusbar {

font-family: HandelGotDLig !important;

font-weight: normal !important;

font-size: 8pt !important;

}



#FindToolbar {

font-family: HandelGotDLig !important;

font-size: 8pt !important;

}

Let me know how it goes :) I'll post screenies if you don't believe me :lol:

PS. I forgot to add that you need to close Firefox when you're modding the file, but you already knew that I guess. In case you don't have a userchrome.css, create a plain text file with the code above and rename it appropriately. Guess you knew that too :D

#267036

@amit: yeah, my userchrome already reads like that, thx. must be coming from somewhere else. (post those screenies though. every here knows that you're a ****ing liar!!) :) j/k

@pantoni: dammit! i was sooo freakin' close. i was totally looking for a contradicting font-weight entry. i just missed that last little synaptical connection to add the fixing font-weight entry. THANK YOU!!

#267045

Boy scout's honour. Check it out :

th_SafariFox01.jpg

#267065

mine looks great with pe8er's userchrome and usercomment css files. i just don't get it. i don't have bold text anywhere...

#267261

well, i'm not using the pm2k5 ff skin, i'm using ken lynch's longone104. i guess it's coming from there. regardless, problem solved.

#267267

Glad to be of help ;)

#267268

nvm 45678910

#267273