✔ 最佳答案
1. 改日期字型
<style type = "text/css" >
/* edit the date */
div.blogheader, .caption{
width: 300px;
border: 1px solid #999999;
background-color: #6699ff;
background-image: url(你想做wallpaper 的圖片link);
text-align: right;
font-family: verdana;
font-size: 15px;
font-color: #000000;
color: #000000;
font-weight: bold;
}
</style>
paste in Header
2. 改subscription,blogrin g名
-改sub人名(reference from heihei_deep於qid=7006040701727的回答)
<script language="javas cript">
<!--
var links = document.getElements ByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
;if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/id/i)) links[l].innerHTML = str.replace (/id/i, "你想改既名");
else if (str.match (/id/i)) links[l].innerHTML = str.replace (/id/i, "你想改既名");
else if (str.match (/id/i)) links[l].innerHTML = str.replace (/id/i, "你想改既名");
else if (str.match (/id/i)) links[l].innerHTML = str.replace (/id/i, "你想改既名");
}//-->
</script>
一直加落去
else if (str.match (/id/i)) links[l].innerHTML = str.replace (/id/i, "你想改既名");
如此類推,不過一定要ADD左人先
paste in website stat
3.每篇日記加外框,背景顏色
<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */;
family-font: verdana;
border: 粗度px double #色;
width:闊px;
background-image: url('圖片網址');
background-color: transparent;
FILTER: alpha(opacity=透明度);
</style>
paste in Header
**只要修改數字(粗幼度)和色碼(redded part)即可
希望幫到你:)
參考: previous answered questionl; my own knowledge