Verbindung Freundschaft schwarzer Hintergrund css code?
Hallo. Wir haben folgendes Problem. Wir haben alles schwarzer Hintergrund gemacht mit grau und weißer Schrift. leider fehlt uns ein Teil ( siehe bild ) kann uns jemand helfen und den code machen den wir hinzufügen können das auch der Teil schwarz ist und weiße Schrift?
das ist unser css code:
div.memberList .memberInfos {
background-image: none; /* kein Hintergrundbild */
background-color: #000000; /* Hintergrundfarbe schwarz */
color: #696969; /* Schriftfarbe mattes grau*/
}
#profileInfos table.profileTable { background-color: #000000; }
.profileTable .label, .profileTable td, .profileTable td * { color: #696969!important; } #profileInfos h4.sub_head { color: #696969!important; }
}
}/* - - - Profil - - - */ #profileDetails, #profileStats, #profileAdvanced { background-image: none; background-color: #000; color: #696969!important; } #profileInfos .box2 td, #profileInfos .box2 td span, #profileInfos .box2 td strong, #profileInfos .box2 td a { color: #696969!important;}
}
.profileOptionsTitle, #profileOptions ul li a, #profileAdminOptions ul li a { background-color: #000!important; color: #fff!important; } #profileOptions, #profileOptions ul li { padding: 0; } #profileOptions, #profileAdminOptions { border: 1px solid #fff; } #profileOptions, #profileOptions ul li { padding: 0; }
/* - - - Mitglieder-Liste - - - */ div.memberList .memberListItem { border: 2px solid #fff; background-color: #fff; } div.memberList .memberInfos { background-image: none; background-color: #000; color: #fff; } div.memberList .memberInfos td { color: #fff!important; } div.memberList .memberOptions a { color: #fff!important; }
---
das auf dem bild das weiße da wo steht bestätigen freund, das wollen wir auch schwarz und weiße schrift
lg
1 Antwort
Ich würde raten, füg einen
profileTable .label, .profileTable td, .profileTable td, th{
color: #000000
}
dies definiert den oberen teil der tabelle
btw, “!important” nur wenn du eine bereits vorhandene deklaration überschreiben möchtest
lade doch bitte html und css auf pastebin hoch, formatiert bitte.
gute frage! pastebin ist ein online na nennen wirs notizblock aber für code, du kannst somit code mit anderen entwicklern teilen wie in diesem fall um dein problem besser zu verstehen, außerdem wird der code formatiert um diesen besser zu lesen und gehighlightet.
funktioniert leider nicht :(