test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • questbg Friend
    #137802

    Hi Everyone

    Me again! :-[

    I’ve been asked to quote for the design and build of a web site.

    From much discussion with the client, Telline II will be perfect for her number of sections, categories, articles, banner ads, etc.

    However, she’s insistent that she wants a ‘dark background’. Basically, I’d like all the current white to be charcoal grey and the current ‘grey’ lines to change to another colour.

    Is this actually possible via CSS hacking?

    Many Thanks
    Chris

    mj1256 Friend
    #289608

    questbg, i don’t think it is hard to do at all. it should be pretty easy. I’d like to see it when you do it as I have thought of something simular,

    questbg Friend
    #289611

    Hi mj1256

    <em>@mj1256 109957 wrote:</em><blockquote>questbg, i don’t think it is hard to do at all.
    </blockquote>

    Hee Hee, not for you maybe 🙂

    I hate messing around in code :-[

    kjellx Friend
    #290019

    Change
    background: #FFFFFF;
    to whatever you would like, for instance
    background: #3a3a3a;
    in the template.css file at line 25. It’s pretty straight-forward.

    questbg Friend
    #290022

    Many thanks kjellx

    Will try this and report backQ

    bennitos Friend
    #290036

    It will require some more things tho, altho all doable.

    If you turn to a black background im guessing you dont want to use a black font color?

    template.css line 23


    body#bd {
    color:#333333;
    }

    Menu font colors:
    ja.moomenu.css line (73)


    #ja-cssmenu li a {
    border-color:#FFFFFF #FFFFFF -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    color:#333333;
    display:block;
    font-size:92%;
    padding:4px 8px 3px;
    text-decoration:none;
    text-transform:uppercase;

    Footer text:
    template.css line 1065


    #ja-footer small {
    color:#999999;

    The blue colors should work depending how dark you make the background. Next to this there will be a couple small ones like user tools, magazin titles etc.

    questbg Friend
    #290077

    Thanks Bennitos … I’ll set up a playground in a subdomain and have a fiddle around with the code!

    scotty Friend
    #290096

    This is what it could look like. This is just an inverted screenshot of the demo site though so I don;t have any css for it.

    questbg Friend
    #290100

    Thanks Scotty. Doh! Never thought about a screen grab and flick it in Photoshop! :-[

    Actually, I think it looks quite promising.

    Will keep you posted.

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

This topic contains 9 replies, has 5 voices, and was last updated by  questbg 15 years, 9 months ago.

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