Hallo!
Ich würde gerne einzelne Bookmarks besonders hervorheben, z.B. farblich kennzeichnen. Gibt es sowas? Für Windows gibt es so ein Tool, um die Ordner verschieden zu färben...
Danke schon Mal für die Info...
Gruß,
Chris
Hallo!
Ich würde gerne einzelne Bookmarks besonders hervorheben, z.B. farblich kennzeichnen. Gibt es sowas? Für Windows gibt es so ein Tool, um die Ordner verschieden zu färben...
Danke schon Mal für die Info...
Gruß,
Chris
Falls es jemand benötigt. Das Tool heißt iColorFolder...
das geht über die userChrome.css mit folgendem Code:
menu[label="Ordnername"].bookmark-item { background-color: #FF0000 !important; -moz-appearence: none !important; }
für Ordner
und das für einzelne Lesezeichen:
menuitem[label="Ordnername"].bookmark-item { background-color: #FF0000 !important; -moz-appearence: none !important; }
statt "#FF0000" kannst du die Farben von http://www.tntluoma.com/sidebars/triplecolors/ benutzen (mittlere Spalte)
Hallo!
Danke!
Ich bin genau den Anweisungen gefolgt, habe die Datei umbenannt in userChrome.css und den Code eingegeben.
Leider keine Wirkung?!? Woran kann das liegen?
Meine Datei liegt aber in:
C:\Dokumente und Einstellungen\Benutzername\Anwendungsdaten\Mozilla\Firefox\Profiles\3u3peee2.default\chrome
Mein Code:
/*
* 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 */
menu[label="Eraseable"].bookmark-item { background-color: #9ACD32 !important; -moz-appearence: none !important; }
menuitem[label="Eraseable"].bookmark-item { background-color: #9ACD32 !important; -moz-appearence: none !important; }
/*
* 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
*/
Alles anzeigen
Hmmmm... Die Änderungen, die ich in der userChrome.css mache, werden schon wirksam, wie ich gerade sehe. ABER: Nur wenn ich in das Menu und dann auf Bookmarks gehe.
Direkt in der Bookmarkleiste ganz links, wo man die Favoriten anklicken kann, hier wird die Farbe nicht geändert?!
*nachobenhol*
*sorry*
Hallo!
Hat jemand die Lösung parat, wie man die Favoriten direkt in der Leiste links farblich gestalten kann?