Skip to Content

testing some css

by Zeronix

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.
 
 

RE: testing some css

by EXreaction

Zeronix wrote: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;
    }


Very nice. :)

To hide the signatures, that code doesn't appear to work too well. Try display: none;
Last edited by EXreaction on Tue Jan 06, 2009 2:13 pm, edited 1 time in total.
Grateful for the mods I've built? Then donate!
 

RE: testing some css

by Explain

EXreaction wrote:
Zeronix wrote: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;
    }


Very nice. :)

To hide the signatures, that code doesn't appear to work too well. Try display: none;
 

2 replies • Page 1 of 1

 
 
Archives
- January 2009
testing some css
   Fri Jan 02, 2009 5:22 pm

Tags
CodaCodeCssZeronix