Viewing 11 replies - 1 through 11 (of 11 total)
  • Just add background-color: #363; to .storycontent
    I would recommend against it though. Are you sure you want your entry background to be green?

    I just looked at your style sheet and you don’t seem to have a .storycontent class … so make one:
    .storycontent {
    background: #363;
    }

    I would also suggest that you organize your style sheet. It is a bit all over the place right now ?? You’ll find it much easier to edit.

    Thread Starter aliferste

    (@aliferste)

    Thanks for the replys!
    Im a bit new to this…….a complete newbie in fact ??
    I would go as far as to say that I have no design sense whatsoever so i appreciate your commnent about it not being green….what other colour do you think it should be?
    Im not sure how to go about organizing my style sheet….I just added things as I went along ?? Any advice?

    I’ll add that to the guide.
    To organise it, copy the whole thing into Notepad (Right-click in the box with the code in – Select All – Copy) and then just use cut/paste to put it into some sort of order.
    When you are done to your satisfaction (there are no ‘rules’ about it) go back to your edit screen, right-click, select all, delete and then paste your newly sorted into the box.
    Save the Notepad file though .. just in case.
    (I’m off now to correct the Guide)
    ??

    Post Content:
    #content {
    margin: 30px 13em 0 3em;
    padding-right: 60px;
    background: #00ff00;
    }
    Will make your post bg bright green
    The page bg still shows tho … give me a few ??

    Rap
    The above changes just that area that your post actually occupies.
    To alter the rest, put a colour into the rap div
    #rap {
    background: #ff0000;
    }
    (That’s a bright red bg)

    It is now added to the page.
    Thanks for pointing that out ??

    Design is a relative thing. However it is much easier to read black on white/light grey (like here in the forums), because our eyes are so used to this text/background combo. If you are set on changing the backgound you could use a very light shade of green like CCFF99, 99FF66 or 99FF99 … that way it will still be easy to read. If your content is hard to read people will get frustrated and leave, and we don’t wont that do we? ??

    Thread Starter aliferste

    (@aliferste)

    hmmm, talking of organising things….this may sound like a daft question…but i take it that it does not matter where things are as long as they are actually there in teh style sheet is that correct?
    Also, can i make headings in my style sheet so that i know what is what and what is where if you know what i mean?
    Like put something like
    POST CONTENT
    and then all the code underneath it
    do you see what i mean?

    Yes, you can put comments in your style sheet. Just place them betwen /* YOUR COMMENT */

    Thread Starter aliferste

    (@aliferste)

    Hmmmm, decided against the whole green thing ??
    Thanks for the advice!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘design help’ is closed to new replies.