Hallo Christian, danke für deine Mühe,
jaja, ok, jetzt ist das Verzeichnis wichtig, du meinst nicht das hier:
C:\Dokumente und Einstellungen\Omar^\Anwendungsdaten\Mozilla\Firefo x\Profiles\default.dgh\chrome
sondern dass hier gell:
C:\Dokumente und Einstellungen\Omar^\Anwendungsdaten\Mozilla\Profil es\default\40c055d9.slt\chrome
Ich hab auch in der Ordneroptionen "alle Dateien und Ordner anzeigen" aktiviert.
In den beiden obigen Verzeichnis gibt es bei mir jweils 3 Dateien, eine "chrome.rdf", eine "UserCrome.css" und eine "UserContent.css". Verändern, eben mit dieser Codezeile, muß ich ja die UserConten.css, und zwar in dem zweiten genannten Pfad, ok, hab ich gemacht, da steht jetzt folgendes drinnen.
So, in deinem Anhang war übrigens nicht die gesamte UserContent, sonder bloß die kleine Codezeile, der die Änderung verursachen soll.
Nunja, wie bereits gesagt, bei mir steht es im Moment so abgespeichert drinnen (mit Dreamweaver):
/*
* Edit this file and copy it as userContent.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to apply a style to all web pages you view
* Rules without !important are overruled by author rules if the
* author sets any. Rules with !important overrule author rules.
*/
/*
* example: turn off "blink" element blinking
*
* blink { text-decoration: none ! important; }
*
*/
/*
* example: give all tables a 2px border
*
* table { border: 2px solid; }
*/
/*
* example: turn off "marquee" element
*
* marquee { -moz-binding: none; }
*
*/
/*
* For more examples see
http://www.mozilla.org/unix/customizing.html
*/
font {
font-size: 150% !important;
}
Weiß, nicht, bei mir steht der Text-Zoom nachwievor auf 100%, gibts ja nicht, dass es bei dir geht, und bei mir nicht?
Danke dir,
Roman.