
/* 此Layout需搭配color.css互相作用 */

/* ----------【背景大底圖】-------------- */
body {
	background: # url() no-repeat; !important;/* 背景圖 */
}

/* ----------【標準文字樣式】-------------- */
div, table {
	COLOR: #333300; /* 文字顏色 */
	font-size: 12px; /* 文字大小 */
}

/* ----------【山頭區塊】-------------- */
#header {
	height:230px; /* 高度 */
	margin-bottom: 10px; /* 山頭的邊界 */
}

/* ----------【山頭】頂線-------------- */
#header_top {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	height: 2px; /* 線條高度 */
	background: #114091; /* 線條背景顏色 */
}

/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
	visibility: hidden; /* 顯示與否設定 */
}

/* ----------【城邦共用導覽列】連結-------------- */
#header_common a {
	color: #333300;  /* 連結文字的顏色  */
	text-decoration: none; /* 滑鼠移到連結上時，不要底線 */
}

/* ----------【城邦共用導覽列】下拉選單-------------- */
.chapter {
	width: 100%; /* 寬度 */
	border: 2px solid #; /* 線框背景色 */
	background-color: #; /* 背景色 */
}
.chapter-point {
	color: #993300; /* 前綴點顏色 */
}
.chapter-line {
	background-color: #333300; /* 分隔線顏色 */
}
/* ----------【城邦共用導覽列】下拉選單連結-------------- */
.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited {
	color: #333300; /* 連結文字的顏色 */
}



/* ----------【山頭】連結-------------- */
#header a:link, #header a:visited  {
	text-decoration: none;  /* 連結文字的樣式 */
}
#header a:hover {
	text-decoration: underline;  /* 滑鼠移到上面時的連結文字樣式 */
}

/* ----------【山頭】網誌logo定位-------------- */
#header_logo {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 10px; /* x座標 */
	top: 159px; /* y座標 */
	display: none;

}

/* ----------【山頭】網誌名稱-------------- */
#header_name {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 500px; /* x座標 */
	top: 70px; /* y座標 */
	color: #000000; /* 文字顏色 */
	font-size: 36px; /* 文字大小 */
	font-family:標楷體; /* 文字粗體 */
}

/* ----------【山頭】網誌名稱連結-------------- */
#header_name a {
	color: #333333;  /* 連結文字的顏色 */
}

/* ----------【山頭】網誌簡短網址與作家-------------- */
#header_url {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 20px; /* x座標 */
	top: 100px; /* y座標 */
}

/* ----------【山頭】網誌簡短網址與作家連結-------------- */
#header_url a:link, #header_url a:visited {
	color: #666666; /* 連結文字的顏色 */
}
#header_url a:hover {
	color: #999999; /* 滑鼠移到上面時的連結文字顏色 */
}


/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */
#header_items {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 20px; /* x座標 */
	top: 120px; /* y座標 */
}

/* ----------【山頭】加入好友、推薦本網誌等...功能列連結-------------- */
#header_items a {
	color: #666666; /* 連結文字的顏色 */
}
#header_items a:hover {
	color: #999999; /* 滑鼠移到上面時的連結文字顏色 */
}

/* ----------【山頭】搜尋區塊-------------- */
#header_search {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: -520px; /* x座標 */
	top: 80px; /* y座標 */
}
.inputbox { /* 文字輸入框 */
	BORDER-RIGHT: #cc9966 1px solid;
	BORDER-TOP: #cc9966 1px solid;
	BORDER-LEFT: #cc9966 1px solid;
	BORDER-BOTTOM: #cc9966 2px solid;
}


/* ----------【網誌橫式主選單】-------------- */
/* 網誌橫式主選單的頂線 */
#header_menus_line {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	border-top: 0px solid #4180C0; /* 線的高度與顏色樣式 */
	left: 400px; /* x座標 */
	top: 40px; /* y座標 */
	width: 100%; /* 寬度 */
}
/* 網誌橫式主選單的定位 */
#header_menus {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left:-10px; /* x座標 */
	top: 150px; /* y座標 */
	margin-top: 10px; /* 與頂線的邊界間距 */
}
/* 網誌橫式主選單的區塊設定 */
#header_menus ul {
	list-style: none; /* 條列式樣式 */
	margin: 2px; /* 邊界的間距 */
	padding-left: 10px; /* 左側的內距 */
}
/* 網誌橫式主選單的項目設定 */
#header_menus li {
	display: inline; /* 橫式 */
	height: 30px; /* 高度 */
	padding-top: 3px; /* 上側的內距 */
	padding-right: 20px; /* 右側的內距(小圖示與選項文字的間距調適) */
}

/* ----------【網誌橫式主選單】小圖示（欲更換小圖示，請修改url為圖檔所在地的絕對連結）-------------- */
/* 本網誌首頁 */
#home {
	background: url() no-repeat left top;
}
/* 文章創作 */
#article {
	background: url() no-repeat left top;
}
/* 個人相簿 */
#photo {
	background: url() no-repeat left top;
}
/* 訪客簿 */
#gbook {
	background: url() no-repeat left top;
}
/* 作家簡介 */
#profile {
	background: url() no-repeat left top;
}
/* 管理中心 */
#manage {
	background: url() no-repeat left top;
}

/* ----------【網誌橫式主選單】連結-------------- */
#header_menus li a {
	color: #666666; /* 連結文字的顏色 */
	font-size: 13px; /* 連結文字的大小 */
	padding-left: 18px; /* 左測的內距 */
}
#header_menus a:hover {
	color: #cc9966; /* 滑鼠移到上面時的連結文字顏色 */
}


/* --------------【直式導覽列】（如需更改浮動定位應與內容區塊配合）------------- */
/* 直式導覽列區塊 */
#sidebar {
	float: left; /* 靠左浮動定位 */
}
/* 直式導覽列大背景 */
.sidebar-bg {
	background-color:  ; /* 背景色 */
}
/* 直式導覽列區塊背景 */
.sidebar-panel-bg {
	background-color:  ; /* 背景色 */
}


/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
/* 內容區塊 */
#content {
	float: left; /* 靠左浮動定位 */
}

/* 對比色大標題 */
#content .main-topic {
	color: #cc9966; /* 文字顏色 */
	font-weight: bold; /* 文字粗體 */
}
#content a.main-topic:link {
	color: #666666; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
}
#content a.main-topic:visited  {
	color: #cc9966; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
}
/* 深色大標題 */
#content .main-title {
	color: #cc9966; /* 文字顏色 */
}
#content a.main-title:link, #content a.main-title:visited {
	text-decoration: none; /* 連結文字的樣式 */
}
#content a.main-title:hover {
	color: #666666;  /* 滑鼠移到上面時的連結文字顏色 */
}
/* 附標、內文 */
#content .main-text {
	color: #666666; /* 文字顏色 */
}
#content a.main-text:link, #content a.main-text:visited {
	color: #999999; /* 連結文字的顏色 */
	text-decoration: none; /* 連結文字的樣式 */
}
#content a.main-text:hover {
	color: #666666;  /* 滑鼠移到上面時的連結文字顏色 */
}/* --------------【個人相簿】------------- */
/* 相簿樣式 */
.photo_album { 
 width: 165px; /* 寬度 */
 height: 165px; /* 高度 */
 text-align: center;  /* 相片水平居中 */
 vertical-align: middle;  /* 相片垂直居中 */
 background: url(http://album.udn.com/community/img/PSN_PHOTO/lensaya/f_2301748_1.gif) no-repeat; /* 背景圖 */
}
#photo_album_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_album_list li {
 margin: auto;
 padding: 5px 38px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 165px; /* 給標題折行用，須與相簿框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
}
/* 相片樣式 */
.photo_picture { 
 width: 165px; /* 寬度 */
 height: 170px; /* 高度 */
 text-align: center; /* 相片水平居中 */
 vertical-align: middle; /* 相片垂直居中 */
 background: url(http://album.udn.com/community/img/PSN_PHOTO/lensaya/f_2301748_1.gif) no-repeat; /* 背景圖 */
}
#photo_picture_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_picture_list li {
 margin: auto; /* 邊界的間距 */
 padding: 5px 38px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 165px; /* 給標題折行用，須與相片框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
} 



/* --------------【訪客簿】------------- */
/* 回覆表頭區 */
.gbook-title {
	color:#333300; /* 文字顏色 */
	
background-color: #000000; /* 背景顏色 */

	padding: 10px 10px 0px; /* 內距 */
}
/* 回覆內容區 */
.gbook-content {width:560px; /* 寬度 */
 height: 338px; /* 高度 */ 
	color: #666666; /* 文字顏色 */
	background: url(http://album.udn.com/community/img/PSN_PHOTO/lensaya/f_2422060_1.png) ; /* 背景圖 */
	padding: 1px 18px 1px; /* 內距 */
	margin: 10px; /* 間距 */
}
/* 回覆區塊背景 */
.gbook-bg {
	background-color: #cc9933; /* 背景顏色 */
}


<SCRIPT language=JavaScript>   
<!-- Silly Clock 3 by Kurt Grigg script kurt.grigg@virgin.net   
dCol='ffffff';//date colour.   
fCol='ffffff';//face colour.   
sCol='00ff00';//seconds colour.   
mCol='0000ff';//minutes colour.   
hCol='ff0000';//hours colour.   
ClockHeight=40;   
ClockWidth=40;   
ClockFromMouseY=0;   
ClockFromMouseX=100;   
   
//Alter nothing below! Alignments will be lost!   
   
d=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");   
m=new Array("現在是一月","現在是二月","現在是三月","現在是四月","現在是五月","現在是六月","現在是七月","現在是八月","現在是九月","現在是十月","現在十一月","現在十二月");   
date=new Date();   
day=date.getDate();   
year=date.getYear();   
if (year < 2000) year=year+1900;    
TodaysDate="年 "+d[date.getDay()]+" "+day+"日 "+m[date.getMonth()]+" "+year;   
D=TodaysDate.split('');   
H='...';   
H=H.split('');   
M='....';   
M=M.split('');   
S='.....';   
S=S.split('');   
Face='1 2 3 4 5 6 7 8 9 10 11 12';   
font='Arial';   
size=1;   
speed=0.6;   
ns=(document.layers);   
ie=(document.all);   
Face=Face.split(' ');   
n=Face.length;    
a=size*10;   
ymouse=0;   
xmouse=0;   
scrll=0;   
props="<font face="+font+" size="+size+" color="+fCol+">";   
props2="<font face="+font+" size="+size+" color="+dCol+">";   
Split=360/n;   
Dsplit=360/D.length;   
HandHeight=ClockHeight/4.5   
HandWidth=ClockWidth/4.5   
HandY=-7;   
HandX=-2.5;   
scrll=0;   
step=0.06;   
currStep=0;   
y=new Array();x=new Array();Y=new Array();X=new Array();   
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}   
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();   
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}   
if (ns){   
for (i=0; i < D.length; i++)   
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');   
for (i=0; i < n; i++)   
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');   
for (i=0; i < S.length; i++)   
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');   
for (i=0; i < M.length; i++)   
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');   
for (i=0; i < H.length; i++)   
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');   
}   
if (ie){   
document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');   
for (i=0; i < D.length; i++)   
document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</font></div>');   
document.write('</div></div>');   
document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');   
for (i=0; i < n; i++)   
document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</font></div>');   
document.write('</div></div>');   
document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');   
for (i=0; i < H.length; i++)   
document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');   
document.write('</div></div>');   
document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');   
for (i=0; i < M.length; i++)   
document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');   
document.write('</div></div>')   
document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');   
for (i=0; i < S.length; i++)   
document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');   
document.write('</div></div>')   
}   
(ns)?window.captureEvents(Event.MOUSEMOVE):0;   
function Mouse(evnt){   
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;   
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;   
}   
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;   
function ClockAndAssign(){   
time = new Date ();   
secs = time.getSeconds();   
sec = -1.57 + Math.PI * secs/30;   
mins = time.getMinutes();   
min = -1.57 + Math.PI * mins/30;   
hr = time.getHours();   
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;   
if (ie){   
Od.style.top=window.document.body.scrollTop;   
Of.style.top=window.document.body.scrollTop;   
Oh.style.top=window.document.body.scrollTop;   
Om.style.top=window.document.body.scrollTop;   
Os.style.top=window.document.body.scrollTop;   
}   
for (i=0; i < n; i++){   
 var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;    
 F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;   
 F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);   
 }   
for (i=0; i < H.length; i++){   
 var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;   
 HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;   
 HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);   
 }   
for (i=0; i < M.length; i++){   
 var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;   
 ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;   
 ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);   
 }   
for (i=0; i < S.length; i++){   
 var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;   
 SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;   
 SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);   
 }   
for (i=0; i < D.length; i++){   
 var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;    
 DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;   
 DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);   
 }   
currStep-=step;   
}   
function Delay(){   
scrll=(ns)?window.pageYOffset:0;   
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);   
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);   
for (i=1; i < D.length; i++){   
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);   
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);   
}   
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);   
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);   
for (i=1; i < n; i++){   
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);   
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);   
}   
ClockAndAssign();   
setTimeout('Delay()',20);   
}   
if (ns||ie)window.onload=Delay;   
//-->   
</SCRIPT>












































































































































































































































































































































































































































































































































































































































































































































































































































































