Recent Topics

1 Mar 31, 2005 17:21    

I have finally been able to upload my blog at http://krillmeed.com/blog/index.php (though once i had figured it out, i found all the mistakes where mine and not the programme) :roll: I would love though, to change the white or is it cream background with black text, to Black background with white text where it shows what i have written in it are, because then if will fit perfectly in with the rest of my main website (LCARS Design) I know i have to change the css file, and with note pad i do have some experience but not much with this. My question is this, which part of the CSS will i change and how to do this? Apart from this that whole Skin carries on the look and feel of my main website. Any help would be appreciated and of course credited :oops: :oops: :oops:

2 Mar 31, 2005 18:04

Try to change in /skins/moonrise/moonrise.css:
#pagebody {
CLEAR: both;
BACKGROUND: #000;
BORDER: 0px;
PADDING:0px;
MARGIN: 0px;
COLOR: #fff;
TEXT-ALIGN: left;
border:0px solid #f00;
}
#maincontent {
PADDING:10px;
MARGIN: 0px;
FLOAT: left;
clear:both;
background:#000;
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
/* content=378, lrpad=20 */
width:398px;
voice-family: "\"}\"";
voice-family: inherit;
width:378px;
}

That'll make white font on black background.

;)

3 Mar 31, 2005 19:38

Apart from a great programme, the best thing is the support. Thanks very much, i hope i can return the favour :D :D :D :D :D


Form is loading...