小怪兽 - 模板 » 日志 » 绿色板晴天娃娃。
绿色板晴天娃娃。
小怪兽 发表于 2009-07-29 03:52:49

##HEADER##
<SCRIPT language=JavaScript>
<!--
<!--
var speed = 100
var pause = 1000
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = " 1 "
ar[1] = " 2 "
ar[2] = " 3 "
ar[3] = " 4 "
var currentMessage = 0
var offset = 0
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID)
bannerRunning = false}
function startBanner() {
stopBanner()
showBanner()}
function showBanner() {
var text = ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++
var partialMessage = text.substring(0, offset + 1)
window.status = partialMessage
offset++
timerID = setTimeout("showBanner()", speed)
bannerRunning = true}
else {
offset = 0
currentMessage++
if (currentMessage == ar.length)
currentMessage = 0
timerID = setTimeout("showBanner()", pause)
bannerRunning = true }}
startBanner();
// -->
//-->
</SCRIPT>
<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #80FF00; SCROLLBAR-HIGHLIGHT-COLOR: #CDFF9B; SCROLLBAR-SHADOW-COLOR: #57AE00; SCROLLBAR-3DLIGHT-COLOR: #828282; SCROLLBAR-ARROW-COLOR: #797979; SCROLLBAR-TRACK-COLOR: #BEFF7D; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
</STYLE>
<SCRIPT language=javascript>
var rate = 20;
var obj;
var act = 0;
var elmH = 0;
var elmS = 128;
var elmV = 255;
var clrOrg;
var TimerID;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}</SCRIPT>
</FONT>
<STYLE type=text/css>
<!--
body{ height:100%;}
a{
color:#ffffff;
text-decoration:none;
}
a:hover{
color:#ffffff;
text-decoration:underline;
}
.font_diary{
color:#ffffff;
font-family:"Comic Sans Ms", "sans-serif";
font-size:12px;
}
.diary_datetitle {
font-family: "georgia","palatino","times";
font-size:12px;
color: #ffffff;
text-align: right;
}
td{
color:#ffffff;
font-family:"Comic Sans Ms", "sans-serif";
font-size:12px;
}
.diary_bg2 {
line-height: 130%;
}
.diary_bg1 {
line-height: 130%;
}
.diary_poster {
COLOR: #ffffff}
.diary_title {
font-weight:bold;
font-size: 12px;
font-family: "Comic Sans Ms", "sans-serif";
}
#imgrenzhen{
position:relative;
left:4px;
top:4px;
}
#eMeng,#myright,#myleft{
display:none;}
-->
</STYLE>
<STYLE>body {background:url(http://photo.yupoo.com/opaqi/851727296f24/large/) no-repeat fixed!important;background-position:50% 50%;
text-align:center;
font-size:12px;
font-family: "Comic Sans Ms", "sans-serif";
color:#ffffff;}
#head{
width:700px;
height:0%;
margin-bottom:0px;
background:url() fixed no-repeat;}
#nav_box{
width:700px;
padding:5px;
font-weight:bold;
margin-bottom:5px;
color:#ffffff;
text-align:left;
background-color:#999999;
filter:alpha(opacity=25)}
#main{
width:700px;
height:100%;
margin-bottom:5px;}
#siderbar{
float:left;
width:185px;
height:100%;
overflow-x:hidden;
}
#container{
float:right;
overflow-x:hidden;
width:550px;
height:100%;
}
.htd{
width:100%;
padding:5px;
color:#FFFFFF;
background-color:#4e2f2f;
font-weight:bold;jpg
float:both;
word-break:break-all;
word-wrap:break-word;
filter:alpha(opacity=50);
}
.tdpart{
width:100%;
color:#ffffff;
background:#000000;
float:both;
padding:10px;
word-break:break-all;
word-wrap:break-word;
filter:alpha(opacity=55);}
#tdpart_diary{
height:100%;}
#clearfloat{
height:1px;
margin-top:-1px;
overflow:hidden;
clear:both;}
#footer{
width:700px;
text-align:right;
margin-top:5px;}
.cont_text{
position:relative;}
</STYLE>
<DIV></DIV>
<DIV class=cont_text align=center></DIV>
<DIV style="WIDTH: 893px; HEIGHT: 107.46%" id=main>
<DIV id=container>
<DIV id=head></DIV>
<DIV id=tdpart_1 class=tdpart>
<DIV class=cont_text align=right><FONT color=#ffffff></FONT></DIV></DIV>
<DIV id=tdpart_1 class=tdpart>
<DIV class=cont_text align=left><FONT color=#ffffff><a href="">{blog.blog_name}</a> <BR> <BR>{content} </FONT> <BR></DIV></DIV>
<DIV id=tdpart_1 class=tdpart>
<DIV class=cont_text align=left><FONT color=#ffffff>【Links】<BR><!-- BEGIN: link -->
<!-- BEGIN: link_row -->
<a href={link.url} target=_blank>{link.name}</a><br>
<!-- END: link_row -->
<!-- END: link --> <BR><BR> {counter} </FONT><BR><BR></DIV></DIV></DIV>
<DIV></DIV>##FOOTER## </DIV></DIV>
