Topic: Help with editing the theme

Hi,
im new to all this web-stuff. I only know programming languages such as C++ or C and dont know much about css.
So here is my question:
Have a look at this picture:
http://img245.imageshack.us/img245/1456/helpal.jpg
I was editing the Oxygen_cs.css file successfully in order to change a few colors.
But is it also possible to make a boarder around the blue and dark-blue fields?
In addition to that I also don't know where I could find the code to make the size h(See picture) higher.. I would like to have a little space between each forums.

Thats actually everything I would like to change.
So if anybody could help me out, this would be cool  big_smile

Thanks in advance

Re: Help with editing the theme

_Johnny_ wrote:

But is it also possible to make a boarder around the blue and dark-blue fields?

Do you mean the line 51 of Oxygen_cs.css?

To change the size you have to modify these lines here:

    padding-top: 0.6em;
    padding-bottom: 10.4em;

and this line here:

    margin-top: 0.667em;

3 (edited by _Johnny_ 2009-09-21 18:01)

Re: Help with editing the theme

Thanks for you'r help, it works great!
Well the boarder was actually these lines I was fancing on:
http://img2.imageshack.us/img2/3294/help2e.jpg

I didn't saw these lines on my PC(due to monitor) and just noticed them on my laptop.
My next question would be:
How do I change the color of these lines?

EDIT:
Fixed it. Just searched around somewhere in Oxygen_cs.css..

_Johnny_