Results 1 to 3 of 3

Thread: FORUM SKIN: please change this part of the css

  1. #1
    Denak
    Guest

    Default FORUM SKIN: please change this part of the css

    td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
    {
    font-size: 0.71em;
    /* background-color: #333333; /*odd color*/
    border: 5px outset;
    border-color: white;
    background-color: #3A2901;
    }



    That's the part that is making the VERY ANNOYING massive white border around sections of the forums in the index, in the posting page, in everything!!!

    The border should NOT be 5px and should not be white.

    I would suggest something along the lines of this:

    td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
    {
    font-size: 0.71em;
    border: 2px outset #422B0C;
    background-color: #111111;
    }


    That'd be a very nice start to fixing these forums so it's not so harsh on the eye.

    Thanks for reading.

  2. #2
    Denak
    Guest

    Default Re: FORUM SKIN: please change this part of the css

    or even

    td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
    {
    font-size: 0.71em;
    border: 2px outset #422B0C;
    background-color: #3A2901;
    }


    that way you wouldnt have to make any changes to your reply icons

  3. #3
    Zideon Locke
    Guest

    Default Re: FORUM SKIN: please change this part of the css

    There is a new theme now for the forums if you would like to check it out. Go to the control panel and choose "generic" from the drop down box there.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •