How do I switch to another style within GuMax 3.2.1?

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

How do I switch to another style within GuMax 3.2.1?

Post by Paul »

Open file gumax_main.css, and you will find the last three tag import, un-comment the one you desired and comment the other two. Upload file to server, and your wiki now has a new look.
User avatar
Austin
Rank 0
Rank 0
Posts: 2
Joined: November 28th, 2007, 8:29 pm

Re: How do I switch to another style within GuMax 3.2.1?

Post by Austin »

not sure I understand.

Code: Select all

/* Note: be aware of the sequence */
@import url("main.css");
@import url("gumax_link_navigation.css");
@import url("gumax_template.css");

/* @import url('styles/gumax/gumax.css'); /* comment out for default skin */
so I uncomment the last line but then what do I comment out?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do I switch to another style within GuMax 3.2.1?

Post by Paul »

Just need one of "@import url('styles/...);"
Post Reply