Eine Zusatzfrage an den Thread
Seine Lordschaft, Imperator Unser, hat mir mal ein userchrome.css geschrieben, damit ich mir NUR die Schriften der lesezeichenleiste und der Url-/Suchleiste anpassen kann. Ich bin grad wohl wieder zu blind, aber mir fällt nicht auf wohin ich diese Datei beim Fx7 hinkopieren soll. Bzw. bin unentschlossen... Mein erster Versuch hat keine Änderung gebracht :roll: Das Ding sieht momentan so aus (3.6):
@import url("chrome://browser/skin/subskins/preferwindow.css");
@import url("chrome://global/skin/subskin/LeopardButton.css");
@import url("chrome://global/skin/subskin/Samui.css");
/*
* 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/gate…ere.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
#history-panel > tree, #bookmarksPanel tree {
font-family: Arial,Helvetica,sans-serif !important;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
font-size: 12px !important;
font-size-adjust: none !important;
font-stretch: normal !important;
line-height: normal !important; }