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:
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: Zeronix • Css • Code • Coda
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;
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
January 2009