1 krillmeed Mar 31, 2005 17:21
3 krillmeed 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
4 krillmeed Apr 01, 2005 10:39
That worked fine thank you. Now here is the problem, the page with the User profile the text above the boxes is now in black with the black background, how do i change the colour of that text so people know what to put in the boxes below it? here is the link to show you what i mean http://krillmeed.com/blog/index.php?blog=1&disp=profile&redirect_to=%2Fblog%2Findex.php%3Fblog%3D1%26amp%3Bpage%3D1%26amp%3Bdisp%3Dposts
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.
;)