Modifying skins

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/18/2007 2:32:35 PM
Gravatar
Total Posts 180
Thomas F. Heringer

Modifying skins

Hi! Joe, I would like some tips on modifiying existing templates such as skins in MojoPOrtal. Especially as regards CSS since that is usually the safest area to modify. For one thing how do you know which css style goes with which function on a page. I have an existing template that I came accross, but have no idea of what has to be in a file in order for it to work correctly. I am also going to paste this into christianasp.coml.

I am looking for specific instructions for creating my own skins, where would I look to find something on this? How far away are we from the next release?

Thanks, Tom

10/18/2007 3:48:31 PM
Gravatar
Total Posts 18439

Re: Modifying skins

Hi Tom,

For future reference, we have special forum for skinning questions.

The way to know what css classes are on the page is to view the source of the rendered html.

Easiest way is to base your skin on an existing skin as these generally have most of the classes and you can just modify them refresh the page and see your work, but viewing the source can help you find out what class is of interest.

All the documentation I've done so far on skinning starts here:

http://www.mojoportal.com/creatingskins.aspx

You will be well served to get a good book on css and read it. Particlarly learn about css selectors (a css class is one kind of selector but not the only kind).

Next release is probably a few weeks away.

Best,

Joe

10/18/2007 4:00:18 PM
Gravatar
Total Posts 46

Re: Modifying skins

Hi Tom,
If you’re using Firefox there is a free developer toolbar add-on that allows you to find info on styles of a page by hovering over them plus also many other very useful features.
https://addons.mozilla.org/en-US/firefox/addon/60
Cheers,
Rob

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