Firefox - Farbe der Symbolleisten ändern?  [gelöst]

Egal ob Linux, Mac oder Windows. Hier passen alle Fragen rein.
Antworten

0
Keine Stimmen
 
Insgesamt abgegebene Stimmen: 0

Torti

Firefox - Farbe der Symbolleisten ändern?

Beitrag von Torti » 05.05.2005, 14:15

hi..

ich denke mal topic-name sagt alles..

habs in der userchrome schon mit

/* Farbe Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-color: #DBB34B !important; }

versucht...aber nothing...

jmd ne idee?

mfg

torti

Tante Google

Firefox - Farbe der Symbolleisten ändern?

Beitrag von Tante Google » 05.05.2005, 14:15


Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 14:18

Ich habs so gemacht:

Code: Alles auswählen

statusbar, statusbarpanel {
background-image: none !important;
background-color: #D6AD44 !important;
}


Code: Alles auswählen

/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
   background-image: url("back_alternative.jpg") !important;
   background-color: none !important;
 }
/* Benutze ein Hintergrundbild für die Symbolleisten */
.tabbrowser-tabs {
   background-image: url("background1.jpg") !important;
   background-color: none !important;
 }
/* Benutze ein Hintergrundbild für die Symbolleisten */
statusbar, statusbarpanel {
   background-image: url("back_alternative.jpg") !important;
   background-color: none !important;
Achso, das Hintergrundbild kommt dann in den Chrome-Ordner im Profil.
Bild

Torti

  [gelöst]

Beitrag von Torti » 05.05.2005, 14:44

hab ich auch schon probiert, bei mir ändert sich nichts...

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 14:57

Dann liegts leider an deinem Theme.
Für solcherlei Veränderungen sollte man immer Standard-Themes verwenden.
Meine Grundlage war ursprünglich "Pinball".
Bild

Torti

Beitrag von Torti » 05.05.2005, 15:17

ich habs mit der standart getestet und mit apollo....

Benutzeravatar
Tombik
★ Ehrenmitglied ★
Beiträge: 5008
Registriert: 10.11.2003, 17:45
Danke erhalten: 1 Mal
Gender:

Beitrag von Tombik » 05.05.2005, 15:20

Hier läuft Apollo mit Hintergrundbild ;)
„Nur wo du zu Fuß warst, bist du auch wirklich gewesen.“ (J. W. von Goethe)

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 15:22

poste doch mal deine userChrome.css
Bild

Torti

Beitrag von Torti » 05.05.2005, 15:31

Code: Alles auswählen

/*
 * 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:
 *
 * * {
 *   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
 */
 
 #aboutDialog > #modes > #clientBox {
  background-image: url("resource:///file:///C:/../about.png") !important; 

statusbar, statusbarpanel {
background-image: none !important;
background-color: #DBB34B !important;
} 

/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
   background-image: url("backround.jpg") !important;
   background-color: none !important;
 }
/* Benutze ein Hintergrundbild für die Symbolleisten */
.tabbrowser-tabs {
   background-image: url("background2.jpg") !important;
   background-color: none !important;
 }
/* Benutze ein Hintergrundbild für die Symbolleisten */
statusbar, statusbarpanel {
   background-image: url("backround3.jpg") !important;
   background-color: none !important;

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 15:47

Och is die noch schön leer...solltest mal meine sehen. :D

Aber btT...

Sieht alles richtig aus.
Vielleicht 'ne blöde Frage, aber ich stell sie mal trotzdem.^^

Du hast hast wie ich sehe ja meine Bild-Namen übernommen, heißen denn deine Bilder im Chrome-Ordner dann auch so?
Sorry für die dumme Frage, aber manchmal übersieht man ja so kleine Sachen. *g*

Edit

Ooops, hast sie ja doch nicht übernommen. ^^
Also dann fällt mir auch nichts mehr ein.
Mhhh...
Bild

Torti

Beitrag von Torti » 05.05.2005, 15:51

doofe sache :/

Benutzeravatar
Tombik
★ Ehrenmitglied ★
Beiträge: 5008
Registriert: 10.11.2003, 17:45
Danke erhalten: 1 Mal
Gender:

Beitrag von Tombik » 05.05.2005, 15:54

Das Einzige, was ich noch sehe:
Vielleicht MUSS es ein GIF sein und kein JPG..
Man weiß ja nie ;)
„Nur wo du zu Fuß warst, bist du auch wirklich gewesen.“ (J. W. von Goethe)

Torti

Beitrag von Torti » 05.05.2005, 17:13

so, hab mir jetzt ne neue userchrome erstellt wo nur der hintergrund der symbolleisten angegeben wird...und es funst :)

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 17:15

Sachen gibts
Bild

Torti

Beitrag von Torti » 05.05.2005, 17:20

hm ich glaub ich hab mich zu früh gefreut...die farbe der statusbar und die des kontextmenüs hat sich nämlich nich geändert :/

/edit

oder ist das wieder was anderes?

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 05.05.2005, 17:40

nee, ist eigentlich nichts anderes und sollte mit abgedeckt sein.

btw, kann dir noch folgende Codes anbieten:

Code: Alles auswählen

#navigator-toolbox {
   background:
     rgb(214,173,68)
     top left
     repeat
     !important;
}

menupopup,
#toolbar-context-menu,
#contentAreaContextMenu {
   background:
     rgb(214,173,68)
     top left
     repeat-y
     !important;
}

sidebarheader,
#sidebar-box,
#appcontent,
#content {
   background:
   rgb(214,173,68)
   top left
   repeat-x
   !important;
}
Bild

Antworten