Page 1 of 1

Modification of CSS style.

Posted: September 22nd, 2011, 7:28 am
by arsen99
Hello

Lately I installed GuMax skin on my mediawiki page and wanted to modify it a little bit. Unfortunately i'm not programmer and can only do basic things.

I manly wanted to change some CSS styles like colors and appearance.

So far I managed to change background color and some font colors. But I have problems with another things.
Can someone please indicate me what fragments of CSS files(main.css and gumax_template.css) are responsible for this items :
1. Normal table border color?
2. Main window transparency ?
3. Font color of navigation menu, main menu and footer links
4. When I press “edit” the window for editing is white and text color is black, I wanted to change it.
5. When I press “Login/register” the window for entering information is white and text color is black, I wanted to change it.
6. There are some horizontal lines that I want to change them color.
7. I see that main window and other elements are transparent, I wanted to add there some color, how?

Please if someone can just indicate me a fragments of code that is responsible for that and I will experiment and change parameters as I want to adjust my site.

Ty in advance

Re: Modification of CSS style.

Posted: September 23rd, 2011, 1:20 pm
by Paul
Do it all in gumax_template.css, if gumax_template.css already has the css, then just modify it. If don't, then add new to gumax_template.css.

TIPS: Find the css section by view source code in html page, then modify/add it in gumax_template.css.

Re: Modification of CSS style.

Posted: November 10th, 2011, 5:38 pm
by optimus203
Is there a css file we can create to override the gumax_template.css stylesheet (I'm thinking because if we need to update the gumax version, that we won't lose styling).

Re: Modification of CSS style.

Posted: December 15th, 2011, 10:33 am
by optimus203
Is there a way to access the stylesheet through mediawiki - for example, being able to edit through /index.php/MediaWiki:Gumax_template.css

For some reason, this isn't working for me.

Re: Modification of CSS style.

Posted: December 16th, 2011, 12:31 am
by Paul
I guess you can overwrite them by adding css in gumax_most_wanted.css with your custom.

I think you can use MediaWiki:Common.css instead