Search found 5 matches

by Ross
April 25th, 2008, 3:50 pm
Forum: GuMax 'How Do I' Questions
Topic: color inside box in mediawiki same as box background color
Replies: 4
Views: 6896

Re: color inside box in mediawiki same as box background color

Open: skins/gumax/gumax_template.css

Look for the following:

Code: Select all

#content {
	border: none;
	background: transparent;
	margin: 0;
Change "Background" to white or whatever color you want:

Code: Select all

#content {
	border: none;
	background: white;
	margin: 0;
by Ross
April 11th, 2008, 8:44 am
Forum: GuMax 'How Do I' Questions
Topic: How to I add my own headings in navigation?
Replies: 21
Views: 404670

Re: How to I add my own headings in navigation?

Works fine for me. I'm using MW 1.12 & GuMax 3.4.1 if that helps. I went to mediawiki:sidebar and saw something different then was up top but when I made the changes and saved them it worked fine. Paul's links up top are the same as what is shown in his sidebar: http://paulgu.com/wiki/MediaWiki:...
by Ross
April 10th, 2008, 3:01 pm
Forum: GuMax 'How Do I' Questions
Topic: How to I add my own headings in navigation?
Replies: 21
Views: 404670

Re: How to I add my own headings in navigation?

classbrain, If you try making the changes you want in mediawiki:sidebar they will appear - don't ask me why but they do (regardless of the fact that the default names on the page are different then what you see in the sidebar when you first open it up). What I would like to know is how to remove the...
by Ross
November 21st, 2007, 12:31 pm
Forum: GuMax Troubleshooting and Problems
Topic: Cell borders not displaying in IE7 (GuMAx 3.3)
Replies: 2
Views: 5659

Cell borders not displaying in IE7 (GuMAx 3.3)

The cell borders in a table do not display in IE7 using the code below. Works fine in Firefox and works in both browsers when using the Monobook skin. I'm using GuMax 3.3 {| border="1" cellpadding="6" Width="100%" cellspacing="0" style="font-size: 100%; b...
by Ross
November 20th, 2007, 9:19 pm
Forum: GuMax Suggestions and Feedback
Topic: Excellant Template
Replies: 3
Views: 18870

Excellant Template

Paul, Your latest template is by far the best I've seen out of all of the MediaWiki templates available. Well documented and well put together. Works like a charm. Thanks for all the hard work. It would be nice to find someone interested in creating a matching skin for Simple Machines Forum or phpBB.