ubuntuusers.de

userChrome.css firefox 3.5.5

Status: Gelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

carsten01

Anmeldungsdatum:
2. November 2009

Beiträge: 69

Hallo zusammen,

nun da ich es geschafft habe meinem Notebook Acer 5810TG Ubuntu 9.10 aufzudrängeln tut sich das nächste kleine Problem auf.

Standardmäßig ist bei mir Firefox 3.5.5 am laufen aber da sind mir die Schriften im Menü zu groß. Nun wollte ich sie in der userChrome.css anpassen aber ich habe das Gefühl das diese ganz geschmeidig von Firefox ignoriert wird.

Gruß Carsten

cryptosteve

Avatar von cryptosteve

Anmeldungsdatum:
17. April 2007

Beiträge: 815

Wohnort: Nähe Hamburg

Kann ja gar nicht sein. Zeig mal Deine userChrome.css und wo genau liegt sie? (ls -la /path/to/userChrome.css)

carsten01

(Themenstarter)

Anmeldungsdatum:
2. November 2009

Beiträge: 69

Also meine userChrome.css liegt unter:

/home/carsten/.mozilla/firefox/885s3ppi.default/chrome

und sieht so aus:

/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * 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 */


/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
menu, menuitem {
    font-size: 10pt !important;
}
*/
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
menupopup {
    font-size: 10pt !important;
}
 */
/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 

In der profiles.ini steht folgendes geschrieben:

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=885s3ppi.default

cryptosteve

Avatar von cryptosteve

Anmeldungsdatum:
17. April 2007

Beiträge: 815

Wohnort: Nähe Hamburg

Ja, da sind auch alle Einträge auskommentiert.

Um ganz einfach anzufangen, füge einfach mal das hier am Ende an (oder entferne passend die Kommentarzeichen):

* {
   font-size: 8pt !important
  } 

carsten01

(Themenstarter)

Anmeldungsdatum:
2. November 2009

Beiträge: 69

*kiss* Hat geklappt, danke ganz, ganz doll ☺

Carsten

Antworten |