Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 3
Seite [1]
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Thema - 23.04.2009 um 18:00 Uhr
hi,
ich hab der shoutbox eine css klasse zugewiesen damit textarea,select etc. andersfarbig aussehen wie als im content...funktioniert eigentlich auch aber irgendwie färbt sich jetzt die textarea im content wie in der shoutbox -.- hat jemand ne idee ? wie ich textfeld von shoutbox/content trennen kann?

greetz palle.-

.nshoutbox {
color: #c0c0c0;
}
.nshoutbox a {
color: #ffffff;
text-decoration:none;
}
.nshoutbox a:hover {
color: #c0c0c0;
text-decoration:none;
}
.nshoutbox input, textarea, select {
border: 1px solid #515860;
background-color: #000000;
font: normal 11px Arial, Helvetica, sans-serif;
color: #c0c0c0;
}


------------------
I like the part where it says 'nyan'



Zuletzt editiert von PAlle! ClanSphere Team am 23.04.2009 um 18:05 Uhr (2x Editiert)
Inaktiv
duRiel ClanSphere Team


Weltmeister




Herkunft: Cambridge
Beiträge: 7300
# Antwort: 1 - 23.04.2009 um 18:22 Uhr
hi,
link würds leicht machen.

gruß
duRiel


Inaktiv
|
Nachtmeister


Specialist




Herkunft: Bern
Beiträge: 2091
# Antwort: 2 - 23.04.2009 um 18:25 Uhr
.nshoutbox input, textarea, select {
border: 1px solid #515860;
background-color: #000000;
font: normal 11px Arial, Helvetica, sans-serif;
color: #c0c0c0;
}


Ändern zu:

.nshoutbox input, .nshoutbox textarea, .nshoutbox select {
border: 1px solid #515860;
background-color: #000000;
font: normal 11px Arial, Helvetica, sans-serif;
color: #c0c0c0;
}


Du hast deine Textarea und das Select überschrieben:

.nshoutbox input, textarea, select


Deswegen:

.nshoutbox input, .nshoutbox textarea, .nshoutbox select




------------------
"God created the universe in 1 Day, and then spent 5 days making it look good In Internet Explorer"

Zuletzt editiert von Nachtmeister am 23.04.2009 um 18:25 Uhr (1x Editiert)
Inaktiv
|
palle ClanSphere Team
Thread-Ersteller

Supporter
Supporter




Beiträge: 3073
# Antwort: 3 - 23.04.2009 um 18:32 Uhr
hier =)

http://testsphere.inetbitch.de/exuro/index.php?mod=contact&action=mail


okay THX! och ich trottel! und ich wunde rmich die ganze zeit xD


bitte :closed:


------------------
I like the part where it says 'nyan'



Zuletzt editiert von PAlle! ClanSphere Team am 23.04.2009 um 19:15 Uhr (3x Editiert)
Inaktiv
|

Dieses Thema wurde von TeQu!La ClanSphere Team PM geschlossen.

Antworten: 3
Seite [1]