Issues with editor backgrounds

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/17/2010 9:55:59 PM
Gravatar
Total Posts 2

Issues with editor backgrounds

I'm having the issue with the editor background showing the same as the whole site, instead of just white.

I have tried # 7 in the artisteer faq, but still can not get it to work.

Here is a snippet of the body info from my style.css

body
{
margin: 0 auto;
padding: 0;
background-color: #6991C9;
background-image: url('images/page_t.jpg');
background-repeat: repeat;
background-attachment: scroll;
background-position: top center;
font-family: Georgia, "Times New Roman", Times, Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #452C03;


Here is the snippet from my style-artisteer-overrides.css

body
{
background-color: white;
color:black
background-image: none;
}

body.pagebody
{
background-color: #6991C9;
background-image: url('images/page_t.jpg');
background-repeat: repeat;
background-attachment: scroll;
background-position: top center;
color: #452C03;

Is this correct???

What else can I try?
 

6/17/2010 10:03:06 PM
Gravatar
Total Posts 2239

Re: Issues with editor backgrounds

Hi,

You have this in your style-artisteer-overrides.css

body
{
background-color: white;
color:black
background-image: none;
}

You are missing a semi-colon after color:black.

Further, I would just remove the background and color rules from the body selector of the style.css file. This will negate the need for the body selector in the style-artisteer-overrides.css file.

HTH,
Joe D.

6/17/2010 10:40:12 PM
Gravatar
Total Posts 2

Re: Issues with editor backgrounds

thanks....

Fixed the ; but still wasn't working.

So I think I may have been having the caching issue. 

Renamed the folder and now it seems to be working.

9/10/2010 11:25:28 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Issues with editor backgrounds

The editor on my skin works just fine with the suggestions made when shown in IE, but nothing happens in Firefox. What should I be looking for?

You must sign in to post in the forums. This thread is closed to new posts.