Firefox 2 Classic Theme mit Firefox 3

Die dritte Beta-Version von Firefox 3 wurde mit einem neuen default-Theme veröffentlicht. Da mir persönlich die Icons nicht gefallen — vorallem dieses Schlüsselloch-Navigation — habe ich mir mal etwas Zeit genommen und ein neues Theme erstellt. Die Toolbar-Icons sind von der zweier Version; die in den Einstellungs-Dialogen habe ich so gelassen wie sie sind.
Da sich da bestimmt noch bis zur Final etwas ändern wird, werde ich da auch nicht weiter rumschrauben, es sei denn, jemand findet einen Fehler.
Achja, ich hatte das mit <em:minVersion> und <em:maxVersion> net so richtig hinbekommen und plump einfach auf min. 2.0 und max. 4.0 gestellt^^
Deswegen aufpassen bei der Installation! Ich habe das nur mit der Fx3 Beta3 getestet und mit der nächsten Beta-Version wird es sicherlich nicht glatt laufen. Deswegen auf Freigabe warten!
Download:
Firefox 2.0 Classic Theme for Firefox 3.0
und wer kein Mozilla-Addons-Account hat:
Direketdownload: firefox_2.0_classic_theme_for_firefox_3.0-1.1-fx.jar
Wenn man die .jar-Datei runtergeladen hat, muss man die dann in den Addon-Manager in Firefox reinschieben. Dann noch die Sicherheitsabfrage bestätigen und Firefox neustarten.
Verwandte Artikel

Dmitry hat geschrieben:
hey! I’m very like your theme :) and think that is more better then default ff3. But in ff3 beta 4 there are some bugs, and I wrote these lines in userChrome.css:
box#identity-box {
background-color:transparent !important;
outline-color:transparent !important;
}
box #page-proxy-favicon {
margin-left:2px !important;
}
with this properties your theme looks some better
sorry for my poor English :)
Dmitry hat geschrieben:
updated css
#identity-box {
background-color:transparent !important;
outline-color:transparent !important;
}
stack {
display:-moz-stack !important;
} #page-proxy-stack, #page-proxy-favicon, #urlbar-throbber {
width:16px !important;
height:16px !important;
} #page-proxy-stack {
margin:2px 0 2px 6px !important;
} #urlbar-throbber {
list-style-image: url(chrome://global/skin/throbber/Throbber-small.gif) !important;
} #urlbar-throbber:not([busy=“true”]), #urlbar-throbber[busy=“true”] + #page-proxy-favicon {
display:none !important;
} #page-proxy-favicon {
list-style-image:url(chrome://global/skin/icons/folder-item.png) !important;
-moz-image-region:rect(0px, 16px, 16px, 0px) !important;
} #page-proxy-favicon[pageproxystate=“invalid”] {
list-style-image:list-style-image: url(chrome://global/skin/icons/folder-item.png) !important;
-moz-image-region:rect(32px, 16px, 48px, 0px) !important;
}
alican hat geschrieben:
Thanks Dmitry,
I will take a look on this. :)
Paolo Bonzini hat geschrieben:
I also had to add this. close.png is 56px wide, not 64.
.tab-close-button { -moz-image-region: rect(0px, 56px, 14px, 42px) !important;
}
.tab-close-button:hover,
.tabbrowser-tab[selected=“true”] > .tab-close-button:hover { -moz-image-region: rect(0px, 28px, 14px, 14px) !important;
}
.tab-close-button:hover:active,
.tabbrowser-tab[selected=“true”] > .tab-close-button:hover:active { -moz-image-region: rect(0px, 42px, 14px, 28px) !important;
}
.tabbrowser-tab[selected=“true”] > .tab-close-button { -moz-image-region: rect(0px, 14px, 14px, 0px) !important;
}
/* and this */
menuitem { padding: 3px 0px 3px 5px !important;
}
Offall hat geschrieben:
Hi, there , I am here to say I like your theme very much, I am using Mac and I hate the extremely depressing default theme for firefox 3, Your theme has being a great substitute theme and I hope you can continued to tweak it and make new version that compatible with new firefox
Here I just want to let you know a few minor bugs I found in the theme and hope you can tweak it in new version
I tested in firefox beta 3, 5 and RC1
I cannot upload picture here so please go here to see it
you can email me if you need more information or testing
http://img357.imageshack.us/img357/7631/ff2themeyn1.jpg
or
http://img357.imageshack.us/my.php?image=ff2themeyn1.jpg
nilsonsfj hat geschrieben:
Great theme! Minor issue, though:
On Firefox 3.0, when using browser.tabs.closeButtons = 3, the tab close button is misplaced in the same way it is misplaced in the History pane.