/*
黑記 ( Blog )
Design by DENGZI @ DOUBLE # ZERO
From : http://www.wretch.cc/blog/h30131
請勿隨意散撥 ‧ 請勿任意修改後分享
*/

/* General Set
-----------------------------------------*/
html {
 overflow: hidden;
 cursor: crosshair;
}
#text {
 color:#000;
 height: 150px;
 width: 350px !important;
 scrollbar-face-color:#fff;
 scrollbar-track-color:#fff;
 scrollbar-3dlight-color:#fff;
 scrollbar-darkshadow-Color:#fff;
 scrollbar-arrow-color:#ccc;
 scrollbar-shadow-color:#fff;
 scrollbar-highlight-color:#fff;
 }

textarea{
 font-size: 7pt;
 font-family: verdana;
 padding: 5px;
 color:#000;
 border:none;
 background: #fff;
 line-height: 17px;
 letter-spacing : 1pt;
}
input,select{
 background: #eee;
 color:#000;
 border: none;
 font-size: 7pt;
 font-family: verdana;
 padding:3px 1px 1px 1px ;
 line-height:17px;
 letter-spacing : 1pt;
}
body {
 text-align:center;
 font-size: 7pt;
 font-family: verdana;
 color: #000;
 margin: 25px 0px 0px 0px;
 background: url(http://blog.roodo.com/dengzi/c18826bd.jpg) #fff no-repeat fixed;
}
a {
 color: #555;
 text-decoration: none;
}
a:hover {
 color: #777;
 text-decoration: none;
 cursor:e-resize;
}

/* container
-----------------------------------------*/
#container1 {
 width: 1050px; 
 margin-top:-3px;
 position: relative;
 overflow: hidden;
}
#container2 {}

/* banner and pageheader
-----------------------------------------*/
#banner {
 text-align:left;
 background: none;
 color: #333;
 height: 100px;
 font-family:Verdana;
 padding-bottom:10px;
 font-size: 7pt;
 line-height:17px;
 letter-spacing : 1pt;
}
#pageheader {} /* banner第二層,實質上只設定#banner即可 */
#pageheader h1 a { /* 主標題(網誌名稱) */
 position: absolute;
 top: 72px; right: 29px;
 padding: 2px;
 padding-top: 4px;
 text-decoration: none;
 text-align: center;
        width: 272px;
        height: 18px;
        line-height: 17px;
        letter-spacing : 1pt;
}
#pageheader h1 a{
 color: #000;
 font-family: verdana;
 font-size: 9pt;
 background: none;
}
#pageheader h1 a:hover {
 color: #fff;
}
#pageheader .description { /* 網誌目前動態描述 */
 position: absolute;
 top: 55px; right: 35px;
 color: #fff;
 font-size: 7pt;
 font-family: verdana;
 font-weight:normal;
 width: 270px;
 text-align:right;
        line-height: 17px;
        letter-spacing : 1pt;
}
#pageheader #description2 .description { /* 網誌個人描述列 */
 position: absolute;
        top: 102px; right: 25px;
 font-size: 7pt;
 text-align:left;
 background: none;
 color:#fff;
        font-family: verdana;
        width:272px;
        font-weight:normal;
        line-height: 17px;
        letter-spacing : 1pt;
}
#pageheader #description2 .description a {
 text-align: left;
 background: none;
 color:#ccc;
}
#pageheader #description2 .description a:hover {
 color:#000;
}

/* main
-----------------------------------------*/
#main2 { /* 包含content、links */
 margin-top:-100px;
 height: 550px;
 background: none;
 text-align:left;
}

/* content
-----------------------------------------*/
#content {
 width: 460px;
 height: 542px;
 float: right;
 padding-right:305px;
 overflow: auto;
 overflow-x: hidden;
 background: none;
 scrollbar-face-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-darkshadow-Color:#FFFFFF;
 scrollbar-arrow-color:#FFFFFF;
 scrollbar-shadow-color:#FFFFFF;
 scrollbar-highlight-color:#FFFFFF;
}
.date{
 font-size: 7pt;
 font-family: verdana;
 color: #000;
 text-align: right;
        background: none;
 float: right;
        font-weight: normal;
        margin-top: 10px;
        line-height: 17px;
        letter-spacing : 1pt;
}
.datediv {} /* 第二層date */
.blogbody { /* 包含 .articletext  .posted  .total-comments-div */
        margin-top: 5px;
        margin-bottom: 10px;
 width: 440px;
        background: #fff;
        padding-left: 0px;
        line-height: 17px;
        letter-spacing : 1pt;
        border-bottom: 1px dotted #777777;
}
.blogbody a {
        color: #333;
}
.blogbody a:hover {
        color: #777;
}
.blogbody2 {} /*第二層blogbody*/
.articletext {} /*包含 .title  .extended  .innertext  .extended  */
.articletext .title {
 width:440px;
 font-size: 7pt;
 font-family: verdana;
 font-weight: normal;
 background: #eee;
 color: #000;
 padding: 3px 3px 3px 10px;
 float: left;
 text-align: center;
 margin-bottom: 0px;
 line-height: 17px;
 letter-spacing : 1pt;
}
.articletext .innertext {
 font-size: 7pt;
 font-family: verdana;
 padding-left: 10px;
 text-align: left;
 color:# 555;
 line-height: 17px;
 letter-spacing : 1pt;
}
.articletext .innertext a {
 color: #000;
}
.articletext .innertext a:hover {
 color: #999;
}
.articletext .extended {
 text-align: right;
 color: #000;
 line-height: 17px;
 letter-spacing : 1pt;
}
.articletext .extended a { color:#555; }
.articletext .extended a:hover { color:#777; }
.posted {
 padding: 0px;
 margin-top: -20px;
 margin: 0px ;
 color: #666;
 text-align: center;
 line-height: 17px;
 letter-spacing : 1pt;
}
.posted a{
 color:#000;
}
.posted a:hover{
 color:#FFF;
}

/* comments
-----------------------------------------*/
.total-comments-div {
 text-align: center;
 border: none;
 padding-top: 10px;
 margin-top: 10px;

}
.total-comments-div .trackback-url{}
.total-comments-div .trackbacks-head {}
.total-comments-div .trackbacks-head .comments-head {
 background: #ccc; 
 padding: 5px;
 border: none;
 margin: 10px;
        color: #000;
        font-size: 7pt;
        font-family: verdana;
        line-height: 17px;
        letter-spacing : 1pt;
}
.total-comments-div .comments-head {
 background: #ccc; 
 padding: 5px;
 border: none;
 margin: 10px;
        color: #000;
        font-size: 7pt;
        font-family: verdana;
        line-height: 17px;
        letter-spacing : 1pt;
}
.total-comments-div .comments-bottom .comments-head {
 background: #ccc; 
 padding: 5px;
 border: none;
 margin: 10px;
        color: #000;
        font-size: 7pt;
        font-family: verdana;
        line-height: 17px;
        letter-spacing : 1pt;
}
.total-comments-div .comments-body {
 color: #000;
 background: #fff;
 padding:5px;
 margin: 5px;
 border: none;
        line-height: 17px;
        letter-spacing : 1pt;
}
.total-comments-div .comments-body .comments-post {
 background: #eee; 
        color: #666;
        padding: 2px;
        padding-right: 4px;
        border: 1px solid #eee;
        font-size: 7pt;
 text-align: right;
 border-top: 0px;
        line-height: 17px;
        letter-spacing : 1pt;
}
.total-comments-div .comments-body .comments-post a {
        color: #000;
        font-size: 7pt;
        line-height: 17px;
        letter-spacing : 1pt;

}
.total-comments-div .comments-body .comments-post a:hover {
        color: #777;

}
.total-comments-div .comments-body form {
 text-align: center;
}
div .comments-body #text {
 background: #eee;
 width: 300px !important;
 height: 170px !important;
 padding-top: 6px;
 padding-left: 6px;
 overflow: hidden;
        line-height: 17px;
        letter-spacing : 1pt;
}
#email{
 background: #eee;
 display: block;
 height:14px;
 width: 300px;
 padding-top: 4px;
 padding-left: 6px;
 border: 0px solid;
}
#url{
 background: #eee;
 display: block;
 height: 14px;
 width: 300px;
 padding-top: 4px;
 padding-left: 6px;
 border: 0px solid;
}
#name_id{
 background: #eee;
 display: block;
 height:14px;
 width: 300px;
 padding-top: 4px;
 padding-left: 6px;
 border: 0px solid;
}
.comments-post img{
 visibility:hidden;
 width: 10px !important;
 height: 10px !important;
}

.postuser{background: none;}
.postuser:hover{background: none;}
.postemail{background: #000;}
.postemail:hover{background: none;}
.postweb{background: #555;}
.postweb:hover{background: none;}

/* divThird 第三欄式設定,若兩欄式則不需設定 #divThird 的 position
-----------------------------------------*/
#divThird {}
#divThird2 {} /* 第二層divThird */

/* links 選單
-----------------------------------------*/
#links {
        padding-top: 0px;
        margin-left: 5px;
 width: 250px;
 float: leftt;
 background: none;
 overflow: auto;
 overflow-x: hidden;
 height: 530px;
 text-align: left;
 scrollbar-face-color: #ffffff;
 scrollbar-track-color: #ffffff;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-Color: #ffffff;
 scrollbar-arrow-color: #ffffff;
 scrollbar-shadow-color: #ffffff;
 scrollbar-highlight-color: #ffffff;
 FILTER: Chroma(Color = #ffffff);
}
#links2 {} /* 第二層links */
#links a{
        color: #333;
}
#links a:hover {
        color: #777;
}
.sidetitle { /* 每個blog的標題列 */
 font-size: 9pt;
 font-family: verdana;
 color: #000;
 border-bottom: 1px solid #333;
 text-align: left;
        padding-left: 10px;
        padding-top: 5px;
        line-height: 17px;
        letter-spacing : 1pt;
}
.side { /* 每個block的內容 */
 padding: 5px;
}

/* links 選單進階設定
-----------------------------------------*/
div.calendar {display:none} /* 行事曆 */

#boxMySpace {} /* xxxxxx的地盤 */
#boxMySpace0 {display: none;}
#boxMySpace .boxMySpace0 .sidetitle {}
#boxMySpace .boxMySpace1 .side .boxMySpaceImg { display:none; }/* 個人封面照片縮圖 */
#boxMySpace .boxMySpace1 .side br {display: none;}
#boxMySpace .boxMySpace1 .side {font-size: 0px; color: #fff}
#boxMySpace .boxMySpace1 .side a {
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 margin-top: 3px;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
 border-bottom: 1px dotted #999;
}
#boxMySpace .boxMySpace1 .side a:hover {
 width: 197px;
 background: #ddd;
 color: #000;
 padding-left: 30px;
 border-bottom: 1px dotted #fff;
}
#boxMySpace .boxMySpace1 .side  select {}
#boxMySpace .boxMySpace1 .side .boxMySpaceLink {}
.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 {color:#000}
#boxNewArticle .boxNewArticle1 .side {font-size: 0px; color: #fff;}
#boxNewArticle .boxNewArticle1 .side a{
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 margin-top: 3px;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
 border-bottom: 1px dotted #999;
}
#boxNewArticle .boxNewArticle1 .side a:hover {
 width: 197px;
 background: #ddd;
 color: #000;
 padding-left: 30px;
 border-bottom: 1px dotted #fff;
}
#boxNewArticle .boxNewArticle1 .side img {display:none;}

#boxCategory {} /* 文章分類 */
#boxCategory .boxCategory0 {}
#boxCategory .boxCategory0 .sidetitle {}
#boxCategory .boxCategory1 {}
#boxCategory .boxCategory1 .side {font-size: 0px; color: #fff}
#boxCategory .boxCategory1 .side a{
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 margin-top: 3px;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
 border-bottom: 1px dotted #999;
}
#boxCategory .boxCategory1 .side a:hover{
 width: 197px;
 background: #ddd;
 color:#000;
 padding-left: 30px;
 border-bottom: 1px dotted #fff;
}

#boxDate {  } /* 文章彙集 */
#boxDate .boxDate0 {}
#boxDate .boxDate0 .sidetitle {}
#boxDate .boxDate1 {}
#boxDate .boxDate1 .side {}

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

#scupioSearch {  } /* 搜尋 */
#scupioSearch .scupioSearch0 {}
#scupioSearch .scupioSearch0 .sidetitle {}
#scupioSearch .scupioSearch1 {}
#scupioSearch .scupioSearch1 .side {}

#boxNewComment {}  /* 最新的回應 */
#boxNewComment .boxNewComment0 {}
#boxNewComment .boxNewComment0 .sidetitle {}
#boxNewComment .boxNewComment0 .sidetitle img{ display: none; }
#boxNewComment .boxNewComment1 {
 font-size: 0pt;
 color: #fff !important;
}
#boxNewComment .boxNewComment1 .side {
 font-size: 0pt;
 color: #fff !important;
}
#boxNewComment .boxNewComment1 .side a{
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 margin-top: 3px;
 text-align: left;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
 border-bottom: 1px dotted #999;
}
#boxNewComment .boxNewComment1 .side a:hover{
 width: 197px;
 background: #ddd;
 color: #000;
 padding-left: 30px;
 border-bottom: 1px dotted #fff;
}

#boxRssList {} /* 我的訂閱 */
#boxRssList .boxRssList0 {}
#boxRssList .boxRssList0 .sidetitle {}
#boxRssList .boxRssList1 {}
#boxRssList .boxRssList1 .side {
        display:block !important;
        line-height: 17px;
        letter-spacing : 1pt;
}
#boxRssList .boxRssList1 .side a{
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
}
#boxRssList .boxRssList1 .side a:hover{
 width: 197px;
 background: #ddd;
 color: #000;
 padding-left: 30px;
 border-bottom: 1px dotted #fff;
}

#boxFolder {}} /* 自訂資料夾 */
#boxFolder .boxFolder0 {}
#boxFolder .boxFolder0 .sidetitle {}
#boxFolder .boxFolder1 {}
#boxFolder .boxFolder1 .side {font-size: 0px; color: #fff;}
#boxFolder .boxFolder1 .side a {
 font-size: 7pt !important;
 font-family: verdana;
 display: block;
 color: #555;
 width: 197px;
 padding: 1px;
 padding-left: 15px;
        line-height: 17px;
        letter-spacing : 1pt;
}
#boxFolder .boxFolder1 .side a:hover{
 width: 197px;
 background: #ddd;
 color: #000;
 padding-left: 30px;
}

#boxRssList{display:none}

#boxCounter { /* 參觀人氣統計 */
 position: absolute;
 top: 5px;
 right: 30px;
 width: 270px;        
}
#boxCounter .boxCounter0 {}
#boxCounter .box

arrow
arrow
    全站熱搜

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