test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • flavius Friend
    #120898

    I am usually not that thick with css but everything I change in the css file will change but the content-background. I remains white whatever I do.

    Here is what I changed it to:

    /* COMMON STYLE
    ——————————————————— */
    * {
    margin: 0;
    padding: 0;
    }

    body {
    color: #918879;
    background: #ECECDE;
    font-family: “Trebuchet MS”, Arial, sans-serif;
    line-height: 150%;

    }

    body#bd {
    background: url(../images/body-bg.jpg) top repeat-x;
    background-color: #fbfbf6;
    }

    body.contentpane {
    width: auto; /* Printable Page */
    margin: 1em 2em;
    background: #ECECDE;
    color: #918879;
    font-size: 12pt;
    font-family: serif;
    line-height: 140%;
    }

    What am I doing wrong? Is there something else I need to change ? I can’t find what that should be :-[

    flavius Friend
    #222304

    After 3 hours of searching for it I found it 😉

    /* MAIN LAYOUT DIVS
    ——————————————————— */
    #ja-wrapper {
    width: 760px;
    margin: 0 auto;
    }

    .wide #ja-wrapper {
    width: 950px;
    }

    .auto #ja-wrapper {
    width: 95%;
    }

    #ja-containerwrap {
    margin-top: 5px;
    text-align: left;
    background: url(../images/mainwrap-bg.gif) repeat-y 80% 0% #ECECDE;
    }

    Just for those who might be looking for it too…

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  flavius 17 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum