Images ersetzen

  • Hallo,

    ich wollte beim Standardtheme gerne ein paar bilder verändern, wie das Startseiteebild. Wo kann ich die Bilder finden? Habe im Chromeordner gesucht, bin allerdings nicht fündig geworden!
    Version: 0.93

    mfg
    Henrik

  • Im Programmordner die Datei classic.jar[1] suchen, mit einem Packer entpacken (wer hätte das gedacht?). Im Ordner browser die Dateien Toolbar.png und Toolbar-small.png bearbeiten, die jar wieder zusammenpacken, in den Programmordner kopieren und beten. Amen.

    [1] /home/user/bin/firefox/chrome bzw Windows: C:\Programme\Mozilla Firefox\chrome\

  • Zitat

    One way to change the home-button image is to go your Mozilla Firefox\chrome directory (folder), use your favorite Zip utility to open classic.jar (it's a zip file).

    Then find Toolbar.png and Toolbar-small.png and extract them along with path info into the root of a drive.

    Then use Photoshop or whatever image editing software to change just the home-button part of the images, including the alpha channel. Make sure to keep them the same size. Save the images to the same location.

    Then use your zip program to update classic.jar with these new files.

    Restart Firefox and voilà.


    Oder du veränderst diesen Code etwas.
    Probier einfach ein wenig rum.
    Also, statt Throbber müsste dann da was stehen, wie "Home-Button" oder "Homebutton" etc....


    CSS
    /* Change the Trobber */ 
    toolbar[iconsize="small"] #navigator-throbber {list-style-image: url("throbber-small-stopped.gif") !important;} 
    toolbar[iconsize="small"] #navigator-throbber[busy="true"] {list-style-image: url("throbber-small.gif") !important;}