[CSS] WHAT'S THE FREAKIN LABEL FOR THE COMMENT POSTS NOW?
Posts
Pages:
1
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Guys help I am not good with computers
I have tried
div #posts.frame div.message.even
#discussion div.message.even
div #frame
The comments stubbornly remain white as the driven snow. I do not understand what I must do!
I have tried
div #posts.frame div.message.even
#discussion div.message.even
div #frame
The comments stubbornly remain white as the driven snow. I do not understand what I must do!
Well, if I understand correctly you need to override the .css styles located in the main CSS.
To do that, you would need to do something like this:
div.contents.even, div.contents.odd {
background: #000000 !important;
color: #ffffff !important;
}
Hope this helps.
To do that, you would need to do something like this:
div.contents.even, div.contents.odd {
background: #000000 !important;
color: #ffffff !important;
}
Hope this helps.
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Red_Nova
Sir Redd of Novus: He who made Prayer of the Faithless that one time, and that was pretty dang rad! :D
9192
Fair warning: I'm about to die from exhaustion. I honestly can't remember which setting does what that isn't documents. That said, here's a bunch of settings took straight from Psychostasis. Hope any of this helps!
/* Comment Section*/
#posts div.pages {
background: #1d1d1d;
}
div#posts.frame {
background: #1d1d1d;
}
div.makerscore {
color: #4a4aff;
}
/* Remove the vertical border between message and user profile */
div.message div.contents {
border-left: 0px;
}
#posts div.pages.frame {
background: #1d1d1d;
}
#posts div.contents.message.even {
background: #313131;
}
#posts div.contents.message.odd {
background: #1d1d1d;
}
/*For the narcissists who want their posts to have a unique color. This applies to testers and Others as well */
#posts .authors {
background: #000000 !important;
}
#post_reply.frame {
background: #4d4d4d;
}
/*Changes the color of the reply box */
form div.input textarea {
background: #000000;
color: #ffffff;
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Have tried all suggestions; no dice. I guess Grappi is just destined to have white comments forevermore.
Thanks for your help, everyone.
Thanks for your help, everyone.
Red_Nova
Sir Redd of Novus: He who made Prayer of the Faithless that one time, and that was pretty dang rad! :D
9192
If you want, you can name me as a dev temporarily and I'll take a look at what you've got set up. It could be that some elements were labeled as !important and future elements couldn't be modified.
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Sure, thanks!
Try
e: my mega background css selector is
used here
div.message { background-color: #DDDDDD !important; }
e: my mega background css selector is
div #game_frame, #main_column > div.pages, #posts > div.pages, div.message, div#post_reply { background-color: #DDDDDD; background-color: rgba(221,221,221,0.65) !important; }
Pages:
1















