Zitat Zitat
Also für den Postbody ist es:

Code (CSS):
.postbitlegacy .postdetails, .eventbit .eventdetails {
   background: rgb(x,y,z);
}


Die Schriftfarbe ist:
Code (CSS):
.postbit, .postbitlegacy, .eventbit {
   color: rgb(x,y,z);
}


Schnapp Dir 'n Browser mit Inspector und track einfach die Resourcen, das ist am einfachsten.
Hm, wenn ich in Stylish das hier eingebe:

Code:
@-moz-document domain("www.multimediaxis.de") {

html, body {
background-color : #191970 !important; color : #B2E5FF !important}
.postbitlegacy .postdetails, .eventbit .eventdetails {
   background-color: #191970 !important}
.postbit, .postbitlegacy, .eventbit {
   color: #B2E5FF !important}

}
kommt am Ende sowas bei raus:



Jaja, ich weiß, ich bin ein CSS-Noob .