What css files is it looking at?

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.
5/11/2011 3:40:58 PM
Gravatar
Total Posts 15

What css files is it looking at?

When I view the source for my site this is what I see for the css: 

<link rel='stylesheet' type='text/css' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/start/jquery.ui.all.css' />
<link rel='stylesheet' type='text/css' href='/csshandler.ashx?skin=artisteer-24flashclouds&amp;s=1&amp;v=2.3.6.2' />
 

Its not looking at the css in my Sites\1\skins folder so how do I change values.  Can you tell me where to find this value and how to set it to look at something I can change.  I would like to remove the background that is in in this artisteer-24flashclouds skin.

Please help...Thanks in advance...

5/11/2011 4:02:58 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: What css files is it looking at?

Take a look at the skinning overview document. There are four keys that should be disabled while you are working on skins. Be sure to enable these again when running in production. With these disabled, Firebug will show you the actual file names where the CSS directives are located, and changes you make to those files will be reflected right away.

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />
<add key="MinifyCSS" value="false" />
<add key="CombineCSS" value="false" />

Jamie

5/12/2011 12:38:36 AM
Gravatar
Total Posts 15

Re: What css files is it looking at?

Thank you ..I went through the skinning section and it really shed some light on things.  I will try some of these things and see if I can get them to work.  Thank you for your help. 

You guys are great beer on me...:-)

5/12/2011 9:56:04 AM
Gravatar
Total Posts 18439

Re: What css files is it looking at?

Thanks for the cup of coffee! Much appreciated.

Cheers,

Joe

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