網路城邦
上一篇 回創作列表 下一篇  字體:
TO格友(鬼鬼),試看看吧!不行只好再說哦!-971212(重PO)
2008/12/08 20:39:23瀏覽174|回應3|推薦0

TO鬼鬼:

套用看看,如果不行再切磋討論哦!

BY落葉之秋楓

++++++++++++++++++++

請從↓這裡開始反白複製

+++++++++++++++++++++++++++++++

/* 此 Layout 需搭配 color.css 互相作用 */

/* ---------- 【背景大底圖】 -------------- */

body {

background: url(http://i240.photobucket.com/albums/ff40/tina88888888/002/2-31.jpg) no-repeat ;!important;

background-position: center top;

background-color: #FFFFFF; /* 背景顏色 可依背景圖顏色自行改變 */

background-attachment: fixed;/* 背景圖固定 */

}

/* ---------- 【標準文字樣式】 -------------- */

div, table {

COLOR: #6699FF; /* 文字顏色 */

font-size: 14px; /* 文字大小 */

}

/* ---------- 【山頭區塊】 -------------- */

#header {

height: 300px; /* 高度 */

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: #FF9900; /* 連結文字的顏色 */

text-decoration: none; /* 滑鼠移到連結上時,不要底線 */

}

/* ---------- 【城邦共用導覽列】下拉選單 -------------- */

.chapter {

width: 100%; /* 寬度 */

border: 1px solid #B3CCE6; /* 線框背景色 */

background-color: #EBF2F8; /* 背景色 */

}

.chapter-point {

color: #4D4D4D; /* 前綴點顏色 */

}

.chapter-line {

background-color: #D8E5F2; /* 分隔線顏色 */

}

/* ---------- 【城邦共用導覽列】下拉選單連結 -------------- */

.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited {

color: #274D74; /* 連結文字的顏色 */

font-size: 14px; /* 文字大小 */

}

/* ---------- 【山頭】連結 -------------- */

#header a:link, #header a:visited {

text-decoration: none; /* 連結文字的樣式 */

color: #993300; /* 山頭區塊文字文字顏色 作家名稱 首頁 管理中心 */

}

#header a:hover {

text-decoration: none; /* 滑鼠移到上面時的連結文字樣式 */

font-size: 24px; /* 文字大小 */

color: #99cc00; /* 滑鼠移到上面時的連結文字顏色 */

}

/* ---------- 【山頭】網誌 logo 定位 -------------- */

#header_logo {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 20px; /* x 座標 */

top: 180px; /* y 座標 */

visibility: hidden; /* 顯示與否設定 */

}

/* ---------- 【山頭】網誌名稱 -------------- */

#header_name {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 40px; /* x 座標 */

top: 140px; /* y 座標 */

color: #ff33cc; /* 文字顏色 */

font-size: 24px; /* 文字大小 */

font-weight: bold; /* 文字粗體 */

}

/* ---------- 【山頭】網誌名稱連結 -------------- */

#header_name a {

color: #6495ed; /* 連結文字的顏色 */

}

/* ---------- 【山頭】網誌簡短網址與作家 -------------- */

#header_url {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 40px; /* x 座標 */

top: 30px; /* y 座標 */

}

/* ---------- 【山頭】網誌簡短網址與作家連結 -------------- */

#header_url a:link, a:visited {

color: #993300; /* 連結文字的顏色 */

}

/* ---------- 【山頭】加入好友、推薦本網誌等 ... 功能列 -------------- */

#header_items {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 40px; /* x 座標 */

top: 70px; /* y 座標 */

}

/* ---------- 【山頭】加入好友、推薦本網誌等 ... 功能列連結 -------------- */

#header_items a {

color: #993300; /* 連結文字的顏色 */

}

#header_items a:hover {

color: #FF33CC; /* 滑鼠移到上面時的連結文字顏色 */

font-size: 16px; /* 小字文字的大小 */

}

/* ---------- 【山頭】搜尋區塊 -------------- */

#header_search {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 40px; /* x 座標 */

top: 100px; /* y 座標 */

}

.inputbox { /* 文字輸入框 */

BORDER-RIGHT: #808080 1px solid;

BORDER-TOP: #808080 1px solid;

BORDER-LEFT: #808080 1px solid;

BORDER-BOTTOM: #808080 1px solid;

}

/* ---------- 【網誌橫式主選單】 -------------- */

/* 網誌橫式主選單的頂線 */

#header_menus_line {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

border-top: 1px solid #4180C0; /* 線的高度與顏色樣式 */

left: 0px; /* x 座標 */

top: 220px; /* y 座標 */

width: 100%; /* 寬度 */

display: none;

}

/* 網誌橫式主選單的定位 */

#header_menus {

position: absolute; /* 絕對定位 ( 以 " 山頭區塊 " 左上角為基準點 ) */

left: 60px; /* x 座標 */

top: 260px; /* y 座標 */

margin-top: 10px; /* 與頂線的邊界間距 */

}

/* 網誌橫式主選單的區塊設定 */

#header_menus ul {

list-style: none; /* 條列式樣式 */

margin: 0px; /* 邊界的間距 */

padding-left: 5px; /* 左側的內距 */

}

/* 網誌橫式主選單的項目設定 */

#header_menus li {

display: inline; /* 橫式 */

height: 47px; /* 高度 */

padding-top: 15px; /* 上側的內距 */

padding-right: 20px; /* 右側的內距 ( 小圖示與選項文字的間距調適 ) */

padding-left: 25px;

}

/* ---------- 【網誌橫式主選單】小圖示(欲更換小圖示,請修改 url 為圖檔所在地的絕對連結) -------------- */

/* 本網誌首頁 */

#home {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* 文章創作 */

#article {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* 個人相簿 */

#photo {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* 訪客簿 */

#gbook {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* 作家簡介 */

#profile {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* 管理中心 */

#manage {

background: url(http://img337.imageshack.us/img337/6180/hms1181cc7.gif) no-repeat left top;

}

/* ---------- 【網誌橫式主選單】連結 -------------- */

#header_menus li a {

color: #cc3399; /* 連結文字的顏色 */

font-size: 14px; /* 連結文字的大小 */

padding-left: 18px; /* 左測的內距 */

}

#header_menus a:hover {

color: #cccc00; /* 滑鼠移到上面時的連結文字顏色 */

font-size: 18px; /* 連結文字的大小 */

}

/* -------------- 【直式導覽列】(如需更改浮動定位應與內容區塊配合) ------------- */

/* 直式導覽列區塊 */

#sidebar {

float: left; /* 靠左浮動定位 */

background-image:url(); background-repeat: no-repeat;/* 背景圖 可放入寬度 200px 以內的背景圖 */

}

/* 直式導覽列區塊居中 */

#sidebar table {

position:relative !important;

margin: auto !important;

}

/* 直式導覽列區塊背景 */

.sidebar-panel-bg {

background-color: transparent;/* 背景色 */

background: url(http://i278.photobucket.com/albums/kk114/alice2343_2008/blink3.gif ) no-repeat left top; /* 背景圖片 */

}

/* 直式導覽列區塊文字 */

.panel-topic

{

padding-left: 40px !important;

color: #e3fbb1!important;/* 左側中間頂部分類文字顏色精選創作 */

vertical-align: top;

}

.panel-text

{

color: #6666ff!important;/* 連結文字顏色 */

font-size: 14px; /* 文字大小 */

}

/* ----------------- 【內容區】(如需更改浮動定位應與直式導覽列區塊配合) 以下顏色自訂 --------------------- */

/* 內容區塊 */

#content {

float: left; /* 靠左浮動定位 */

filter:alpha(opacity=90);

}

/* 對比色大標題 */

#content .main-topic {

color: #336699; /* 文字顏色 */

font-weight: bold; /* 文字粗體 */

}

#content a.main-topic:link {

color:#ff8000 ; /* 文章中連結文字的顏色 */

text-decoration: none; /* 連結文字的樣式 */

font-weight: bold; /* 連結文字粗體 */

}

#content a.main-topic:visited {

color: #99CC00; /* 連結文字的顏色 */

text-decoration: none; /* 連結文字的樣式 */

font-weight: bold; /* 連結文字粗體 */

}

/* 深色大標題 */

#content .main-title {

color: #6495ed; /* 文字顏色 */

font-weight: bold; /* 文字粗體 */

}

#content a.main-title:link, #content a.main-title:visited {

text-decoration: none; /* 連結文字的樣式 */

}

#content a.main-title:hover {

color: #0000E5; /* 滑鼠移到上面時的連結文字顏色 */

}

/* 附標、內文 */

#content .main-text {

color: #6699FF; /* 文字顏色 */

}

#content a.main-text:link, #content a.main-text:visited {

color: #ff3399; /* 連結文字的顏色 */

text-decoration: none; /* 連結文字的樣式 */

}

#content a.main-text:hover {

color: #ff8000; /* 滑鼠移到上面時的連結文字顏色 */

font-weight: bold; /* 連結文字粗體 */

font-size:16px; /* 連結文字的顏色 */

}

/* -------------- 【個人相簿】 ------------- */

/* 相簿樣式 */

.photo_album {

width: 140px; /* 寬度 */

height: 140px; /* 高度 */

text-align: center; /* 相片水平居中 */

vertical-align: middle; /* 相片垂直居中 */

background: url(https://g.udn.com/community/img/user_all/photo_album.gif) no-repeat; /* 背景圖 */

}

#photo_album_list {

list-style: none; /* 條列式樣式:無 */

margin: 0px; /* 邊界的間距 */

padding: 0px; /* 內距 */

}

#photo_album_list li {

margin: auto;

padding: 5px 20px; /* 相框間距 */

display: inline; /* 橫式排列 */

float: left; /* 靠左浮動定位 */

width: 140px; /* 給標題折行用,須與相簿框一樣寬 */

height: 280px; /* 調適標題高度 */

table-layout:fixed; /* 強制換行 */

word-wrap:break-word; /* 強制換行 */

word-break:keep-all; /* 強制換行 */

}

/* 相片樣式 */

.photo_picture {

width: 140px; /* 寬度 */

height: 144px; /* 高度 */

text-align: center; /* 相片水平居中 */

vertical-align: middle; /* 相片垂直居中 */

background: url(https://g.udn.com/community/img/user_all/photo_picture.gif) no-repeat; /* 背景圖 */

}

#photo_picture_list {

list-style: none; /* 條列式樣式:無 */

margin: 0px; /* 邊界的間距 */

padding: 0px; /* 內距 */

}

#photo_picture_list li {

margin: auto; /* 邊界的間距 */

padding: 5px 3px; /* 相框間距 */

display: inline; /* 橫式排列 */

float: left; /* 靠左浮動定位 */

width: 140px; /* 給標題折行用,須與相片框一樣寬 */

height: 240px; /* 調適標題高度 */

table-layout:fixed; /* 強制換行 */

word-wrap:break-word; /* 強制換行 */

word-break:keep-all; /* 強制換行 */

}

/* -------------- 【訪客簿】包括回應欄 ------------- */

/* 回覆表頭區 */

.gbook-title {

color:#274D74; /* 文字顏色 */

background-color: #B3CCE6; /* 背景顏色 */

padding: 10px 10px 0px; /* 內距 */

}

/* 回覆內容區 */

.gbook-content {

color: #333333; /* 文字顏色 */

background-color: #FFFFFF; /* 背景顏色 */

padding: 5px 10px 5px; /* 內距 */

margin: 10px; /* 間距 */

}

/* 回覆區塊背景 */

.gbook-bg {background-image: url(http://alice2343631.googlepages.com/56.gif)!important;/* 背景圖 */

background-color: #B3CCE6; /* 背景顏色 */

}

/*cursor 滑鼠游標變更設定 */

body{cursor:URL(http://chezsissi.free.fr/papillon8.ani);}

a:hover{cursor:URL( http://music.geocities.jp/mane74611/206.ani );}

++++++++++++++++++++++++++++++++++++++

最後↑語法

( 心情隨筆其他 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇


 回應文章


等級:
留言加入好友
謝謝你...
2008/12/11 01:55
楓..謝謝你.漂亮喔!可是我ㄉ沒有游標ㄋㄟ...我要...拜託你.....晚 安喔!


等級:
留言加入好友
謝謝你...
2008/12/11 01:55
楓..謝謝你.漂亮喔!可是我ㄉ沒有游標ㄋㄟ...我要...拜託你.....晚 安喔!
♥落葉之楓(落葉之秋楓)♥(a2008b11c27) 於 2008-12-11 18:41 回覆:

TO鬼鬼:

伊!沒有游漂...

我再PO上...



等級:
留言加入好友
感動中.
2008/12/09 01:57
楓..謝謝你...好高興又很難過.因我ㄉ電腦沒辦法番白我叫我朋友幫我改.結果改ㄌ.他看得到.我看部到你幫我改ㄉ..怎ㄇ會這樣.是我ㄉ電腦有問題ㄇ...幫幫我..我好難過喔!
♥落葉之楓(落葉之秋楓)♥(a2008b11c27) 於 2008-12-10 20:30 回覆:

伊!這樣子哦!嗯!我再試試看...

可以的話...

我再教妳...