Seite 1 von 1

Änderung der orangen Sonder-Auto-Mitteilungen

Verfasst: 4. Jan 2009, 20:23
von kaot
Falls nicht klar ist was ich meine:

Bild

Wie man sieht, sieht man nichts (bei meinem Stlye), und das würde ich doch gerne beheben :)
Ideen, Vorschläge, oder noch lieber: wissen?^^


So alle Farben reineditiert:

/* worldsay orange */
/* Hintergrund */
p.worldsay table tr[bgcolor="#F8A370"] { }
/* Schriftfarbe */
p.worldsay table tr[bgcolor="#F8A370"] td { }

/* worldsay pink */
/* Hintergrund */
p.worldsay table tr[bgcolor="#FFAEA1"] { }
/* Schriftfarbe */
p.worldsay table tr[bgcolor="#FFAEA1"] td { }

/*Worldsay gelb*/
/*Hintergrund*/
p.worldsay table tr[bgcolor="#FFDA47"] { }
/*Schriftfarbe*/
p.worldsay table tr[bgcolor="#FFDA47"] td { }

Re: Änderung der orangen Sonder-Auto-Mitteilungen

Verfasst: 4. Jan 2009, 20:30
von tanine
Altbekannte Methode, ebenso wie bei den anderen Worldsays.. ;)

/* worldsay orange */
/* Hintergrund */
p.worldsay table tr[bgcolor="#F8A370"] { background-color:#461D04; border: thin #0C2A4A solid; }
/* Schriftfarbe */
p.worldsay table tr[bgcolor="#F8A370"] td { color:#FCDFCB;}

Re: Änderung der orangen Sonder-Auto-Mitteilungen

Verfasst: 23. Jan 2009, 20:19
von kaot
gracias :) du hast doppelaugenklappen bei mir vermieden (ne andere dauerlösung fiel mir nicht ein :mrgreen:)


Und jetzt noch das paysafegelb...
p.worldsay table tr[bgcolor="#ffcc33"] { }
p.worldsay table tr[bgcolor="#ffcc33"] td { }
soweit richtig? hab leider keine möglichkeit zu testen...
Der Heximalcode des Gelbs ist #FFDA47
Also nicht ganz richtig. Wers ändern will hat jetzt hier die passenden Schnipsel ;)


und das neue browsergame...pink oder was das ist:

/* worldsay pink */
/* Hintergrund */
p.worldsay table tr[bgcolor="#FFAEA1"] { }
/* Schriftfarbe */
p.worldsay table tr[bgcolor="#FFAEA1"] td { }