Tweaking Phoenix Themes

is it possible to tweak the themes? there's a theme i really like, and want to mod it (e.g. have rounded address bars, etc.). is there a way to do this?

thanks.

#28826

you can open the jar file with winrar and edit the png's.

#28833

i already tried that. there's no png for the rounded address bars in the aqua jag theme. maybe i could copy it over from some other theme, but i don't know how to implement it.

#28835

I can put something together where you can paste code into browser.css and add the images.

*edit - are you the one that emailed me? I'll update the theme with round url and search fields - problem is it's at Deskmod and texturizer links to Deskmod for files. (Deskmod is down)

Or you can open a theme jar that has the mods and copy the .css and images into the theme you want.

#28836

wow really? thanks!!!!! you rock!!

:own:

#28837

i edited my post above

#28838

yes, i was the one who emailed you. i didn't know you were a member of this forum. :D

sure, i can try copying it myself. let's say i want to get the rounded bars from a safari theme. what parts of the css do i copy and which pngs should i grab?

and i can copy and paste pngs from that one too right?

thanks, man!

(Y)

#28841

Copy this into notepad (or whatever) first, then copy/paste into Browser/Browser.css.

/* ::::: nav-bar-inner ::::: */

#urlbar {
-moz-appearance: none;
border: none;
 background-color: transparent;
font:icon;
min-height: 22px !important;
margin: -1px 10px -4px 0px;
}

#urlbar > .autocomplete-textbox-container {
border: medium none;
 background-image: url('chrome://browser/skin/leftcap.png');
background-position: left center;
background-repeat: no-repeat;
padding-left: 4px;
padding-right: 0px;
padding-top: 4px;
padding-bottom: 5px;
background-color: #transparent;
min-height: 22px !important; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:2px
}

.textbox-input-box {
border-top: 2px solid;
-moz-border-top-colors: #878787 #B5B5B5;
border-bottom: 2px solid;
-moz-border-bottom-colors: #E1E1E1 #F3F3F3;
margin: -1px 0px -1px -2px !important;
padding: 0px 2px 1px 0px !important;
background-color: #FFFFFF !important;
min-height: 22px !important;
}

#search-bar {
-moz-appearance: none;
border: none;
 background-color: transparent;
font:icon;
min-height: 22px !important;
margin: -1px 10px -4px 0px;
}

#search-bar > .autocomplete-textbox-container {
border: medium none;
 background-image: url('chrome://browser/skin/x.png') !important;  
background-position: left center;
background-repeat: no-repeat;
padding-left: 4px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 1px;
background-color: #transparent;
min-height: 22px !important; margin-left:0px; margin-right:0; margin-top:0px; margin-bottom:2px
}



.textbox-input-box {
border-top: 2px solid;
-moz-border-top-colors: #878787 #B5B5B5;
border-bottom: 2px solid;
-moz-border-bottom-colors: #E1E1E1 #F3F3F3;
margin: 0px 0px 0px -2px;
padding: 0px 0px 1px 2px !important;
background-color: #FFFFFF !important;
min-height: 22px !important;
}


#search-bar {
 width: 128px;
}

.autocomplete-history-dropmarker {
 border: medium none;
 background: url('chrome://browser/skin/rightcap.png') no-repeat !important;
 list-style-image:url('chrome://global/skin/arrow/snapback.png') !important; width:20px !important; margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:6px; background-image:url('chrome://browser/skin/rightcap.png') !important; background-repeat:no-repeat !important; background-color:transparent !important
}

Then go to .jar/global/arrow/ and grab the "snapback.png" and, you can, drag and drop it into the jar (same file you got from) you are modifying.

Next drag and drop (I work directly out of the jars) from jar/browser: leftcap.png, rightcap.png, and X.png

#28863

well, i tried to make some changes, and i must've botched up the files, because now it won't load properly.

and i can't find a good fresh copy. i'll have to go look around.

#28867

Sorry, we are going to have to wait until Deskmod is up. There is another place where some files are being hosted but I forgot where.

#28878

yeah i guess we'll just have to wait. found it at hardwaregeeks as a zipped up xpi file.

but thanks for all the help, man.

#28883