/* General Set
-----------------------------------------*/
html {
overflow: hidden;
cursor:crosshair ;
}

#text {
color:#000;
scrollbar-face-color:#f9f9f8;
scrollbar-track-color:#f9f9f8;
scrollbar-3dlight-color:#f9f9f8;
scrollbar-darkshadow-Color:#ddd;
scrollbar-arrow-color:#f9f9f8;
scrollbar-shadow-color:#f9f9f8;
scrollbar-highlight-color:#f9f9f8;}
textarea{
font: 7pt verdana;
padding: 5px;
line-height: 12pt;
color:#000;
border: 1px solid #DFCFBF;
background: url() #f9f9f8 no-repeat fixed 100% 100%;
}
input,select{
background:#fff;
color:#7c6c5e;
border: 1px solid #DFCFBF;
FONT-SIZE: 7pt;
font-family:verdana;}

body {
text-align:center;
font-size: 7pt; /* 字體大小 */
font-family: "verdana"; /* 字體樣式 */
color: #333; /* 字體顏色 */
background: url(http://pic6.pic.wretch.cc/photos/1/l/lesleah/3/o1124728738.jpg) #fff no-repeat fixed center -100px;
margin: 25px 0px 0px 0px;
}

a {color: #7c6c5e;text-decoration: none;}
a:hover {color: #000;text-decoration: none;cursor:n-resize;}

/* container
-----------------------------------------*/
#container1 {
width: 800px;
position: relative; /* fix IE6 bug */
margin: 0px;
scrollbar-face-color:#f9f9f8;
scrollbar-track-color:#f9f9f8;
scrollbar-3dlight-color:#f9f9f8;
scrollbar-darkshadow-Color:#ddd;
scrollbar-arrow-color:#f9f9f8;
scrollbar-shadow-color:#f9f9f8;
scrollbar-highlight-color:#f9f9f8;
}
#container2 {}

/* banner and pageheader
-----------------------------------------*/
#banner {
text-align:left;
background: none;
color: #666;
height: 84px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#pageheader { /* banner第二層,實質上只設定#banner即可 */
}
#pageheader h1 a { /* 主標題(網誌名稱) */
position: absolute;
top: 0px; left: 0px;
margin: 10px 0px 0px 10px;
font-size: 14px;
text-decoration: none;
display: block;
color: #7c6c5e;
text-align: left;
}
#pageheader .description { /* 網誌目前動態描述 */
position: absolute; top: 60px; right: 10px;
font-size: 7pt;
}
#pageheader #description2 .description { /* 網誌個人描述列 */
position: absolute; top: 60px; left: 10px;
font-size: 7pt;
width: 800px;
padding: 0px;
text-align: left;
}
/* main
-----------------------------------------*/
#main2 { /* 包含content、links */
text-align: left;
height: 365px;
}

/* content
-----------------------------------------*/
#content {
width: 565px;
float: left;
overflow: auto;
height: 365px;
background: #fff transparent;
scrollbar-face-color:#f9f9f8;
scrollbar-track-color:#f9f9f8;
scrollbar-3dlight-color:#f9f9f8;
scrollbar-darkshadow-Color:#ddd;
scrollbar-arrow-color:#f9f9f8;
scrollbar-shadow-color:#f9f9f8;
scrollbar-highlight-color:#f9f9f8;}
.date {
text-align: right;
background: none; border-bottom:1px dashed #7c6c5e;
padding: 5px;
}
.title{ font-size: 7pt; font-weight:bold; color: #7c6c5e;}
.datediv {} /* 第二層date */
.blogbody { /* 包含 .articletext .posted .total-comments-div */
padding: 0px;
margin-bottom: 15px;
line-height: 175%;
}
.blogbody2 {} /*第二層blogbody*/
.articletext {} /*包含 .title .extended .innertext .extended */
.articletext .title {}
.articletext .innertext {}
.articletext .extended {}
.posted {}


/* comments
-----------------------------------------*/
.total-comments-div {
text-align:left;
border: none;
padding-top: 10px;
margin-top: 10px;
margin-left: 0px;
}
.total-comments-div .trackbacks-head {}
.total-comments-div .trackbacks-head .comments-head { /* 引用列的title */
background: none; padding: 3px; border-bottom:1px dashed #7c6c5e;
}
.total-comments-div .comments-head { /* 回應列的title */
background: #none; padding: 3px; border-bottom:1px dashed #7c6c5e;
}
.total-comments-div .comments-bottom .comments-head { /* 編寫回應列的title */
background: #none; padding: 3px; border-bottom:1px dashed #7c6c5e;
}
.total-comments-div .comments-body { /* 回應區的留言區塊 */
color: #000;background: none; line-height: 175%;
margin: 10px 0px 10px 0px; border-bottom: 1px solid #7c6c5e;
}
.total-comments-div .comments-body .comments-post { /* 回應者資訊 */
text-align: right; color: #999; padding:0px;
}
.total-comments-div .comments-body form { /* 編寫回應欄 */
text-align:left;}

#text {
width:500px; height: 200px; color:#000;}

.comments-post img{/*原本回應相關資料的圖示*/
visibility:hidden;
width: 10px !important; height: 10px !important;
}

.postuser{/*身分認證圖示*/
background: none;}

.postuser:hover{
background: none;}

.postemail{/*信封*/
background: #876;}

.postemail:hover{
background: none;}

.postweb{/*小房子*/
background: #987;}

.postweb:hover{
background: none;}

/* divThird 第三欄式設定,若兩欄式則不需設定 #divThird 的 position
-----------------------------------------*/
#divThird {}
#divThird2 {} /* 第二層divThird */
/* links 選單
-----------------------------------------*/
#links {margin:0px;
width: 235px;
float: right;
background: none;
overflow: auto;
height: 365px;
text-align:left;
scrollbar-face-color:#f9f9f8;
scrollbar-track-color:#f9f9f8;
scrollbar-3dlight-color:#f9f9f8;
scrollbar-darkshadow-Color:#ddd;
scrollbar-arrow-color:#f9f9f8;
scrollbar-shadow-color:#f9f9f8;
scrollbar-highlight-color:#f9f9f8;}
#links2 {} /* 第二層links */

.sidetitle{
margin:0px;
text-align: left;
padding: 3px;
background: none;
border-bottom: 1px solid #7c6c5e;
color:#6c6c5e;
}
.side{
margin:0px;
padding: 7pt;
line-height: 175%;
}

/* links 選單進階設定
-----------------------------------------*/

.calendar {} /* 行事曆 */

#boxProfile{}
#boxProfile .boxProfile0 {}
#boxProfile .boxProfile0 .sidetitle {}
#boxProfile .boxProfile1 {}
#boxProfile .boxProfile1 .side {}
#boxProfile .boxProfile1 .side a {text-decoration: none;}
#boxProfile .boxProfile1 .side .boxProfileImg {display: none;}/* 個人封面照片縮圖 */
#boxProfile .boxProfile1 .side .boxProfileLink { }
#boxProfile .boxProfile1 .side select {display: none;} /* 好友名單 */
.boxGiftLink { display: none; }
.boxAddFriendLink { display: none; }

#boxSlideShow {} /* 播放中的相簿 */
#boxSlideShow .boxSlideShow0 {}
#boxSlideShow .boxSlideShow0 .sidetitle {}
#boxSlideShow .boxSlideShow1 {}
#boxSlideShow .boxSlideShow1 .side {}

#boxNewArticle {} /* 最新的文章 */
#boxNewArticle .boxNewArticle0 {}
#boxNewArticle .boxNewArticle0 .sidetitle {}
#boxNewArticle .boxNewArticle1 {}
#boxNewArticle .boxNewArticle1 .side {}

#boxCategory {} /* 文章分類 */
#boxCategory .boxCategory0 {}
#boxCategory .boxCategory0 .sidetitle {}
#boxCategory .boxCategory1 {}
#boxCategory .boxCategory1 .side {}

#boxDate { display:none; } /* 文章彙集 */
#boxDate .boxDate0 {}
#boxDate .boxDate0 .sidetitle {}
#boxDate .boxDate1 {}
#boxDate .boxDate1 .side {}

#boxSearch { display:none; } /* 搜尋這個網誌的文章 */
#boxSearch .boxSearch0 {}
#boxSearch .boxSearch0 .sidetitle {}
#boxSearch .boxSearch1 {}
#boxSearch .boxSearch1 .side {}

#scupioSearch { display:none; } /* 搜尋 */
#scupioSearch .scupioSearch0 {}
#scupioSearch .scupioSearch0 .sidetitle {}
#scupioSearch .scupioSearch1 {}
#scupioSearch .scupioSearch1 .side {}

#boxNewComment {} /* 最新的回應 */
#boxNewComment .boxNewComment0 {}
#boxNewComment .boxNewComment0 .sidetitle {}
#boxNewComment .boxNewComment0 .sidetitle img{ display: none; }
#boxNewComment .boxNewComment1 {}
#boxNewComment .boxNewComment1 .side { font-size: 0px; color: #fff; }
#boxNewComment .boxNewComment1 .side a {
display: block; width: 200px; line-height: 15px; font-size: 7pt;
}

#boxFolder {} /* 自訂資料夾 */
#boxFolder .boxFolder0 {}
#boxFolder .boxFolder0 .sidetitle {}
#boxFolder .boxFolder1 {}
#boxFolder .boxFolder1 .side {}

#boxCounter {} /* 參觀人氣統計 */
#boxCounter .boxCounter0 {}
#boxCounter .boxCounter0 .sidetitle {}
#boxCounter .boxCounter1 {}
#boxCounter .boxCounter1 .side {}

#boxNewTrackback { display: none; }/*引用*/

.syndicate { margin: 10px 0px 0px 7px; } /*RSS*/
.syndicate img{ filter: gray; }

/* powered 無論如何請不要隱藏無名小站的logo
-----------------------------------------*/
.powered{/*無名小站權限聲明*/
margin: 10px 0px 0px 7px;
}
.powered input{
font-size:7pt; font-family: verdana;
}

.powered img{
visibility:hidden;
height:1px;
width:1px;
}

.powerlogo{/*自行設定的logo*/
background:url() no-repeat 0px 12px;
}

/* footer
-----------------------------------------*/
#footer {}



arrow
arrow
    全站熱搜

    pessimist 發表在 痞客邦 留言(0) 人氣()