-
May 15, 2004
法式漫画
xii说她不打算常上blog了。我发现我对blog也有倦怠。放假期间有人来看这里,都劝说:[好该更新了]--说好放完假就更新,可是…… 提不起劲。
结果反而因为答应过别人,不好没口齿,完成了别人家的更新。初更新好的一天,我在豆沙家狂刷新--看换背景……
原来是Danda帮xii设计的模版。前段时间xii换做用一幅法国漫画做背景,在模版右下角点击了下[Danda……]--才晓得还有这个blog的存在。那幅法国漫画被放在一个好象还没设计好的站里,图画挺有味道。 -
May 14, 2004
鬥魚片尾曲--Lydia by F.I.R.
The Outsiders
GTV网站
艺人名:F.I.R. (飞儿乐团)
唱片名: F.I.R.飞儿乐团
专辑语种: 国语
发行时间: 2004-4-23
公 司: 华纳唱片
流 派: C-Pop
Lydia 迷离的眼眶
为何流浪 心碎的海洋
受了伤 连微笑都彷徨
Gypsin女郎 为谁而唱
你会看见雾 看见云 看见太阳
纪念和大地重复着悲伤
他走了带不走你的天堂 风干后会留下彩虹泪光
他走了你可以把梦留下 总会有个地方 等待爱飞翔
Lydia 幸福不在远方
开一扇窗 许下愿望
你会感受爱 感受恨 感受原谅
生命总不会只充满悲
-
May 12, 2004
豆沙娃娃模板
说要帮豆豆同学弄弄代码,说了好久都没机会弄。今天终于下决心弄好了。在123cc做的第30号娃娃模板的基础上进行改进。背景图借用了bearzi教的变化代码,使得可以每次刷新背景都有变化。然后就是些小细节上的改动:把[最新]、[日历]等文字标题改成图片,添加了分类等。把30号模板上原有的登陆、注册等功能去掉,点击抬头图便可登陆。代码如下:
#head_tag#
<HTML>
<HEAD>
<script LANGUAGE="JavaScript">
bg = new Array(4);
bg[0] =
'
bg' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/onebyone01.gif'
bg[1] =
'
bg' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/dot42.gif'
bg[2] =
'
bg' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/dot22.gif'
bg[3] =
'
bg' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/star10.gif'
bg[4] =
'
index = Math.floor(Math.random() * bg.length);
document.write("' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/sky01.gif'
index = Math.floor(Math.random() * bg.length);
document.write("<BODY BACKGROUND="+bg[index]+">");
</script>
<META http-equiv=Content-Type content="text/html; charset=GB2312">
<style type=text/css>
BODY {
SCROLLBAR-FACE-COLOR: #FF5C60;
SCROLLBAR-HIGHLIGHT-COLOR: #FF5C60;
SCROLLBAR-SHADOW-COLOR: #FF5C60;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
SCROLLBAR-BASE-COLOR: #ffffff
}
.diary_datetitle { font-family:Georgia, "宋体", Times, serif;
color:#FF585F;
font-size:12px;
font-weight:normal;
line-height:12px;
padding:5px;
filter:Alpha(Opacity=50, FinishOpacity=50, Style=2);
text-align: left;}
td { font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size:
12pt}
.tt_title { color:#FF585F; FONT-SIZE: 12px; FONT-FAMILY: "宋体", Courier,
mono}
.pmain { PADDING-RIGHT: 15px; PADDING-LEFT: 15px; FONT: 11px
verdana,helvetica,sans-serif; COLOR: #FFF5EF}
.diary_arr { background-color: #FFFFFF; cursor: hand}
.diary_poster { color:#000000}
.diary_title { color:#FF585F FONT-SIZE: 12px;font-weight: bold;
FONT-FAMILY: "宋
体", Courier, mono}
.imgline { border-color: black #DCB723 black black; border-style: dotted;
border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px;
border-left-width: 0px}
P {
FONT-SIZE: 12px; FONT-FAMILY: "宋体", Courier, mono
}
A {
color: #000000;
FONT-SIZE: 12px; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY: "宋
体",
Courier, mono; FONT-VARIANT: normal; TEXT-DECORATION: none
}
A:visited {COLOR: #333333; TEXT-DECORATION: none}
A:active {COLOR: #ffffff; TEXT-DECORATION: none}
td {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana"; color:#333333; Courier, mono
}
A:hover { COLOR: #333333; TEXT-DECORATION: none ;background-color:#F68098;
FONT-FAMILY: "宋体", Courier, mono}
LI {
FONT-SIZE: 12px; FONT-FAMILY: "宋体", Courier, mono
}
BLOCKQUOTE {
}
</style>
<title><#tt_tag#></title> </HEAD>
<br><br>
<BODY>
<SCRIPT>
suspendcode="<DIV id=yuzi
style='right:110px;POSITION:absolute;TOP:200px;'><img
border=0 src='../../images/123cc2/gj.gif'></a></div>"
document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.yuzi.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
</script>
<body bgcolor="#FFFFFF" text="#666666" link="#333333" vlink="#666666"
alink="#666666" topmargin="0"
background="
<a href="http://dousha.blogone.net" title="返回[恋恋绿豆沙]首页"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/button/tree5.gif"></a>
<a href=main.asp?tp=news title="八卦新闻
"> <img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin5.gif"></a>
<a href=main.asp?tp=write title="创作的天空
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin1.gif"></a>
<a href=main.asp?tp=good title="好帖子
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin3.gif"></a>
<a href=main.asp?tp=favourite title="收藏夹
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin2.gif"></a>
<a href=main.asp?tp=dairy title="我的日记本
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin6.gif"></a></div>
</table>
<tr>
<td width="519" height="16">
<table border="0" width="518" height="47">
<tr>
<td width="258" height="16" valign="middle"
align="center">
<p align="center">
<img border="0"
src="http://www2.tba.t-com.ne.jp/2beans/sozai/button/new-bird2.gif"
width="62" height="26" title="新鲜上市' target=_blank>http://lambie.fem.jp/nightontheplanet/free_graphics/past_graphics/free_graphics/bg/dream01.gif">
<table cellspacing=0 cellpadding=0 border=0 width="593" align="center">
<tbody>
<tr>
<td width="20"><img src="../../images/123cc2/l1.gif" border=0
width="20"
height="20"></td>
<td background=../../images/123cc2/l2.gif width="550" ></td>
<td width="21"><img src="../../images/123cc2/l3.gif" border=0
width="20"
height="20"></td>
</tr>
<tr>
<td background="../../images/123cc2/l4.gif"
width="20"></td>
<td align=middle bgcolor=#ffffff width="550">
<a href=/member_sign.asp>
<img border="0"
src="http://photo.gznet.com/photos/1251724/1251724-OO7I$C9Ezg.jpg"
width="551"
height="333"></a>
<table width="533" border="0" cellspacing="5" cellpadding="0"
align="center" bgcolor="#FFFFFF" height="365">
<tr>
<td width="519" height="14">
<p align="center">
<table><div align='left'>
<a href="http://dousha.blogone.net" title="返回[恋恋绿豆沙]首页"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/button/tree5.gif"></a>
<a href=main.asp?tp=news title="八卦新闻
"> <img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin5.gif"></a>
<a href=main.asp?tp=write title="创作的天空
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin1.gif"></a>
<a href=main.asp?tp=good title="好帖子
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin3.gif"></a>
<a href=main.asp?tp=favourite title="收藏夹
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin2.gif"></a>
<a href=main.asp?tp=dairy title="我的日记本
"><img border="0" src="http://www2.tba.t-com.ne.jp/2beans/sozai/mini/fufupin6.gif"></a></div>
</table>
<tr>
<td width="519" height="16">
<table border="0" width="518" height="47">
<tr>
<td width="258" height="16" valign="middle"
align="center">
<p align="center">
<img border="0"
src="http://www2.tba.t-com.ne.jp/2beans/sozai/button/new-bird2.gif"
width="62" height="26" title="新鲜上市!">
</p>
</td>
<td width="258" height="16" valign="middle"
align="center"><img border="0"
src="
阅读全文 | 评论3 | 编辑 | 分享









