Again artiseer skin and editor background

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.
10/6/2010 7:59:10 AM
Gravatar
Total Posts 32

Again artiseer skin and editor background

We've been going through all the post with most of the time the same explanation about this issue. Many people have problems getting this right including I.

Made a copy of Artiseer24-headermenu (following the instructions)

Created a skin with artiseer, this has a #800000 page background color

The editor has the following background color #400000 (which is nowhere defined)

style.css contains no body tags at all

layout.master contains <body class="pagebody">

style-artiseer-override.css contains
body  /* should be used for editor but isn't */
{
background-color: white;
color: black;
background-image: none;
}

body.pagebody /* should be used for site background */
{
color: #000000;
background-color: #800000;
}

body.pagebody,body, p
{
margin: 0.5em 0;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
text-align: left;
}

So despite all the into it is just not working, spent many hours and this happens with each new skin.

Please help urgently!!!

Site can be seen on http://hirondelles.prave.fr

Regards

Peter

10/6/2010 8:10:39 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Again artiseer skin and editor background

Same problem here I have done everything I was told, but end up with loosing the site background in order to fix the editor background. Atleast I am able to see to use the editor. Thanks

10/6/2010 9:34:32 AM
Gravatar
Total Posts 2239

Re: Again artiseer skin and editor background

Hi,

I took a look at your site and the editors have a white background. I think your browser could be caching the site. What I do in cases like this is rename the skin to something like "skinname-v2" and then set the site to use the skin. This will force your browser to download the CSS again.

HTH,
Joe D.

10/6/2010 10:17:12 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Again artiseer skin and editor background

The origional had a different background. When I did what was suggested for changing the color of the background for the editor I ended up with a background like this, even though it helped with the editor. http://masterschurch.net/Default.aspx

10/6/2010 11:20:04 AM
Gravatar
Total Posts 2239

Re: Again artiseer skin and editor background

Hi Thomas,

I was speaking to Peter, when I said I looked at the site.

Thomas, Can you tell me what background you wanted for the masterschurch site?

Thanks,
Joe

10/6/2010 3:11:28 PM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Again artiseer skin and editor background

Hi! the skin is called coffee cup and it  is an artisteer design found in the free ones. http://www.whybaptist.com/home.aspx I have it up here so that you can see what the background looked like before I changed the background at masterschurch.net.

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