The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change the background color of the character sheets

3 posters

Go down

Solved Change the background color of the character sheets

Post by Christiana January 6th 2010, 3:31 am

I know this question has been asked more than once, but I can't seem to find an answer to it. I'm trying to change the background color of the character sheets on my forum, but I cannot figure out how. I've tried clicking on 'Colors' under the 'Pictures and Colors' and 'Display' tabs, but that doesn't have what I want. Another thread suggested looking this code up in the CSS portion of the display.

/* *****************RPG***************** */

.rpg-table table {
background-color: #fff;
}
.rpg-table table td {
border: 1px solid #979ba0;
}

That isn't currently in the basic CSS of the forum, and nothing changes when I add it. So how can I change the background color of the character sheets?
avatar
Christiana
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by ankillien January 6th 2010, 7:10 am

Hello,

Please provide a link to your forum.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by Christiana January 6th 2010, 9:37 pm

Oh, oops. Sorry. I meant to put a link, but I guess I forgot it.

Link
avatar
Christiana
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by ankillien January 7th 2010, 12:53 pm

Go to Admin CP > Display > Colors > CSS
Add this code there and submit..

Code:
.forumline tbody tr td.row1[align="center"] form {
background : yellow;
}

If this doesn't work for you, please show me some screenshot of what exactly you want to change background of.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by Christiana January 8th 2010, 6:15 pm

I tried that, but it didn't work. The problem is that my forum has light blue text, and the background for the character sheet is white. That makes it a little difficult to read, and my members keep complaining about it. Here is a screenshot of what the character sheets look like. I'm trying to change the white to something similar to the background of my entire forum, but none of the codes I've tried have worked.
avatar
Christiana
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by Etana January 8th 2010, 7:55 pm

Hello,


For these box you can add in your CSS :

Code:
strong textarea.inputbox {
background: yellow;
}
Cordially.
Etana
Etana
Forumember

Male Posts : 98
Reputation : 0
Language : French - English

http://kiniiri.forumactif.com/

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by Christiana January 8th 2010, 8:34 pm

That worked! Thank you so, so much for your help!
avatar
Christiana
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Change the background color of the character sheets

Post by ankillien January 9th 2010, 3:57 am

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum