CSS File

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/24/2010 9:47:28 AM
Gravatar
Total Posts 4

CSS File

I have a CSS File I would like to use on Mojo Portal, how do I go about importing that file?

9/24/2010 10:15:39 AM
Gravatar
Total Posts 550

Re: CSS File

Hi,

In any skin folder you see a style.config file . You can open it with an text editor add a line like blow to that file.

 <file>YourCSSFile.css</file>

Hope help,

Asad

9/24/2010 11:11:42 AM
Gravatar
Total Posts 4

Re: CSS File

How do I get to the skins folder?

9/24/2010 11:21:26 AM
Gravatar
Total Posts 550

Re: CSS File

Skins are placed in Data/Sites/[1]/Skins folder.

9/24/2010 11:36:26 AM
Gravatar
Total Posts 2239

Re: CSS File

Hi, the skinning documentation is very thorough, you might want to go over it. http://www.mojoportal.com/skinning-overview.aspx

HTH,
Joe D.

9/25/2010 8:19:48 AM
Gravatar
Total Posts 18439

Re: CSS File

CSS has to be designed with selectors for the markup it is intended to style, one cannot just drop in a random css files and get a desired result. As Joe D said, you should read the skinning documentation. http://www.mojoportal.com/creatingskins.aspx

Hope it helps,

Joe

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