-

Zeronix

testing some css

by Zeronix on Fri Jan 02, 2009 5:22 pm

I just tested some css here to se how to change things in the *Coda theme.

If you´d like to use this simple use the code below:
Code: Select all
    html, body {
    color: #FFFFFF;
    background-color: #000000;
    }

    div#gradient {
    color: #FFFFFF;
    background-color: #000000;
    background-image: url("http://pixel4tune.de/bilder/background.jpg");
    }

    body#blog {
    color: #FFFFFF;
    background-color: #000000;
    background-image: url("http://pixel4tune.de/bilder/background.jpg");
    }

    div.signature {
    max-width: 0px;
    max-height: 0px;
    }

    h1 {
    color: #FFFFFF;
    font: Verdana;
    font-size: 12px;
    }

    div#dash {
    padding: 30px;
    background: transparent url("http://pixel4tune.de/bilder/bloghd.png") center 0 no-repeat;
    color: #FFFFFF;
    font: Verdana;
    font-size: 16px;
    }

Tags: ZeronixCssCodeCoda
Last edited by EXreaction on Sun Oct 04, 2009 1:21 pm, edited 1 time in total.
Zeronix
Member
Member
 
Posts: 5
Joined: Fri Jan 02, 2009 4:32 pm