Originally posted by ghhfgh at 2004-2-28 23:04:
大大你虛擬形象字的顏色要在哪改阿
1. 先將 msnight 的 header.htm 複製成 images_header.htm 放在同一目錄
2. 修改這個 images_header.htm
b. 將
<body leftmargin="0" rightmargin="0" topmargin="0">
<body $imagesload leftmargin="0" rightmargin="0" topmargin="0" $addbodycode $bgcode>
c. 將
d. 把下文字存成 imagecss.htm 放在 msnight 模板下
<style type="text/css">
a:link,a:visited { text-decoration: none; color: #990000 }
a:hover {text-decoration: underline}
body { scrollbar-base-color: {ALTBG1}; scrollbar-arrow-color: {BORDERCOLOR};
font-size: {FONTSIZE}; {BGCODE} }
table { font-family: {FONT}; color: #000000; font-size: {FONTSIZE} }
textarea,input,object { font-family: {FONT}; font-size: {FONTSIZE}; color: {TABLETEXT};
font-weight: normal; background-color: {ALTBG1} }
select { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: #000000;
font-weight: normal; background-color: #FFFFFF }
.nav { font-family: {FONT}; font-size: {FONTSIZE}; font-weight: {BOLD}
color: #FFFFFF }
.navtd { font-family: {FONT}; font-size: {FONTSIZE}; color: #FFFFFF};
text-decoration: none }
.header { font-family: {FONT}; font-size: {SMFONTSIZE}; color: {HEADERTEXT};
font-weight: {BOLD}; {HEADERBGCODE} }
.category { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: {CATTEXT};
{CATBGCODE} }
.multi { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: #000000; }
.smalltxt { font-family: {SMFONT}; font-size: {SMFONTSIZE}; color: #000000; }
.mediumtxt { font-family: {FONT}; font-size: {FONTSIZE}; color: #000000 }
.bold { font-weight: {BOLD} }
</style>