MyBB Community Forums

Full Version: Mysteries of MyBB CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need help with modifying my sites CSS
http://coa-mis.net/

I was changing the colour and decoration of a:hover, a:active

When I went to check the results the colours were correct but almost all of my text was suddenly centred in the middle of the page. I've parsed through the CSS and couldn't find the stanza that controls text formatting Left, Centre, Right. Does anyone one know where that is in the code and or what I could have done to cause this?

Of course a suggestion on how to fix it would be a step in the right directions as well.

a:link {color:#FF0000;text-decoration:none;}

a:hover {color:#FFDE00;text-decoration:underline;}
a:active {color:#FFDE00;text-decoration:none;}

a:visited {color:#FF0000;text-decoration:none;}

Thank you.

Auriel
you can remove text-align: center; for the body element (at the beginning of global.css)
(2013-10-30, 06:43 AM).m. Wrote: [ -> ]you can remove text-align: center; for the body element (at the beginning of global.css)

Thank you much. I'll try that immediately

I bid you Peace / 平和 / Heiwa / שָׁלוֹם / Shalom / سَلاَم / Salām,

Auriel